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