commit 1d00b38275356435cd384fd89fa9e65e4d6939c8
parent 9e618371d7ac1f3d6984b0b96102d3bfe56c68d5
Author: falkTX <falktx@gmail.com>
Date: Wed, 14 May 2014 15:52:58 +0100
Fix DSSI build
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/distrho/src/DistrhoUIDSSI.cpp b/distrho/src/DistrhoUIDSSI.cpp
@@ -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);
}
}