| justin = { main feed , music , code , askjf , pubkey }; | |||
| Ask Justin Frankel No reasonable question unanswered since 2009! Suggested topics: programming, music, sleep, coffee, etc. Note: please do not ask questions about REAPER features, bugs or scheduling, use the forums instead. 
 | |||
| Question: do I have to do something special to run a message loop for swell linux? seems like that i am messing this up... my main window shows up and then is immediately terminated... Asked by Gio (79.130.167.x) on July 19 2018, 7:13pm Reply on July 19 2018, 9:55pm: 
 
  while (!has_requested_quit)
  {
    SWELL_RunMessageLoop();
    Sleep(10);
  }
Comment: 
 |