This website works better with JavaScript.
Home
Help
Sign In
non
/
non
mirror of
https://github.com/original-male/non
Watch
1
Star
0
Fork
0
Code
Releases
11
Activity
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
dc25c750fb
commit
037ecb5d9f
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 */
}
}
Write
Preview
Loading…
Cancel
Save