This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix DSSI build
gh-pages
falkTX
11 years ago
parent
9e618371d7
commit
1d00b38275
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
distrho/src/DistrhoUIDSSI.cpp
+ 3
- 1
distrho/src/DistrhoUIDSSI.cpp
View File
@@ -20,6 +20,8 @@
# error DSSI UIs do not support direct access!
#endif
#include "../extra/d_sleep.hpp"
#include <lo/lo.h>
START_NAMESPACE_DISTRHO
@@ -113,7 +115,7 @@ public:
if (! fUI.idle())
break;
d_msleep(
5
0);
d_msleep(
3
0);
}
}
Write
Preview
Loading…
Cancel
Save