summaryrefslogtreecommitdiff
path: root/muse2/synti/fluid/fluidgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/synti/fluid/fluidgui.cpp')
-rw-r--r--muse2/synti/fluid/fluidgui.cpp4
1 files changed, 3 insertions, 1 deletions
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);
}
//---------------------------------------------------------