Browse Source

Fix DSSI build

gh-pages
falkTX 11 years ago
parent
commit
1d00b38275
1 changed files with 3 additions and 1 deletions
  1. +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(50);
d_msleep(30);
}
}



Loading…
Cancel
Save