zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit db749e86f7a1a432250f77d80636c8c908a75370
parent 2506292a78c9654280d628d88acf36c5657fde11
Author: fundamental <[email protected]>
Date:   Sun,  2 Oct 2016 15:52:32 -0400

Increase Poll Rate For No-UI/Zest-UI

Diffstat:
Msrc/UI/ConnectionDummy.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/UI/ConnectionDummy.cpp b/src/UI/ConnectionDummy.cpp @@ -27,7 +27,7 @@ void raiseUi(ui_handle_t, const char *, const char *, ...) } void tickUi(ui_handle_t) { - usleep(100000); + usleep(1000); } Fl_Osc_Interface *genOscInterface(MiddleWare*) {