zynaddsubfx

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

commit c021b468e807e76fc329b163c953fe20e77e60ec
parent 5928138823f08952180297b7dc4613e0882e8a03
Author: fundamental <[email protected]>
Date:   Sat, 21 Nov 2015 10:21:04 -0500

Ext-gui: Allow Larger Messages Through Ringbuffer

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

diff --git a/src/UI/guimain.cpp b/src/UI/guimain.cpp @@ -521,7 +521,7 @@ Fl_Osc_Interface *GUI::genOscInterface(MiddleWare *) return new UI_Interface(); } -rtosc::ThreadLink lo_buffer(4096, 1000); +rtosc::ThreadLink lo_buffer(4096*2, 1000); static void liblo_error_cb(int i, const char *m, const char *loc) {