summaryrefslogtreecommitdiff
path: root/muse2/synti/libsynti
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/synti/libsynti')
-rw-r--r--muse2/synti/libsynti/gui.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/muse2/synti/libsynti/gui.cpp b/muse2/synti/libsynti/gui.cpp
index cc737a9e..b5faf54a 100644
--- a/muse2/synti/libsynti/gui.cpp
+++ b/muse2/synti/libsynti/gui.cpp
@@ -95,7 +95,8 @@ void MessGui::sendSysex(unsigned char* p, int n)
// MidiPlayEvent pe(0, 0, ME_SYSEX, p, n);
// sendEvent(pe);
- sendEvent(MidiPlayEvent(0, 0, ME_SYSEX, p, n));
+ printf("MusE TESTING: MessGui::sendSysex(): sendEvent\n");
+ sendEvent(MidiPlayEvent(0, 0, ME_SYSEX, p, n));
}
//---------------------------------------------------------