From ba7a03030045602ce55c47a20a63fd72cfe10f47 Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Tue, 2 Nov 2010 06:06:50 +0000 Subject: Testing: Disable some sendSysex calls crashing. Fluidsynth appears to work now. --- muse2/synti/fluid/fluidgui.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'muse2/synti/fluid') diff --git a/muse2/synti/fluid/fluidgui.cpp b/muse2/synti/fluid/fluidgui.cpp index e5677bcb..a94ae9ea 100644 --- a/muse2/synti/fluid/fluidgui.cpp +++ b/muse2/synti/fluid/fluidgui.cpp @@ -65,7 +65,9 @@ void FLUIDGui::loadFont() buffer[k++] = 0x00; // fluid buffer[k++] = 0x01; // load sound font strcpy((char*)(&buffer[k]), path); - sendSysex(buffer, len); + // FIXME By Tim. This is crashing, after the conversion to QT4 and cmake. + printf("MusE FIXME: FLUIDGui::loadFont(): sendSysex disabled.\n"); +/// sendSysex(buffer, len); } //--------------------------------------------------------- -- cgit v1.2.3