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/simpledrums2/simpledrumsgui.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'muse2/synti/simpledrums2/simpledrumsgui.cpp') diff --git a/muse2/synti/simpledrums2/simpledrumsgui.cpp b/muse2/synti/simpledrums2/simpledrumsgui.cpp index ab511cec..4b0b1874 100644 --- a/muse2/synti/simpledrums2/simpledrumsgui.cpp +++ b/muse2/synti/simpledrums2/simpledrumsgui.cpp @@ -717,7 +717,9 @@ void SimpleSynthGui::loadSampleDialogue(int channel) d[1] = (byte) channel; d[2] = (byte) filename.length(); memcpy(d+3, filename.toLatin1().data(), filename.length()+1); - sendSysex(d, l); + // FIXME By Tim. This is crashing, after the conversion to QT4 and cmake. + printf("MusE FIXME: SimpleSynthGui::loadSampleDialogue() sendSysex disabled.\n"); +/// sendSysex(d, l); } } -- cgit v1.2.3