diff --git a/distrho/src/DistrhoUIDSSI.cpp b/distrho/src/DistrhoUIDSSI.cpp index fe1fb09f..808364ba 100644 --- 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 START_NAMESPACE_DISTRHO @@ -113,7 +115,7 @@ public: if (! fUI.idle()) break; - d_msleep(50); + d_msleep(30); } }