Browse Source

Mixer: Fix delayed OSC response in noui mode.

Closes #152
tags/non-daw-v1.2.0
Jonathan Moore Liles 9 years ago
parent
commit
037ecb5d9f
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      mixer/src/main.C

+ 1
- 2
mixer/src/main.C View File

@@ -316,8 +316,7 @@ main ( int argc, char **argv )
DMESSAGE( "Not Running UI..." );
while ( ! got_sigterm )
{
Fl::check();
usleep( 200 * 1000 );
Fl::wait(2147483.648); /* magic number means forever */
}
}



Loading…
Cancel
Save