summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyboard.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-13 19:50:39 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-13 19:50:39 +0000
commit67601c6c50ac6506c1c6f87be1c726bd1fa4241b (patch)
tree9b29e7718238fd0f6ebb992ece10a87d65b654a0 /gtk2_ardour/keyboard.cc
parentff9ddf510065305e13d169d35f9b4e6b88ce76d7 (diff)
fix stupid MIDI::Manager design to properly handle multiple MIDI ports with the same "device" specification
git-svn-id: svn://localhost/ardour2/branches/3.0@6079 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/keyboard.cc')
-rw-r--r--gtk2_ardour/keyboard.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/keyboard.cc b/gtk2_ardour/keyboard.cc
index 6094e3502e..200a666fea 100644
--- a/gtk2_ardour/keyboard.cc
+++ b/gtk2_ardour/keyboard.cc
@@ -197,7 +197,7 @@ Keyboard::snooper (GtkWidget *widget, GdkEventKey *event)
uint32_t keyval;
bool ret = false;
-#if 1
+#if 0
cerr << "snoop widget " << widget << " key " << event->keyval << " type: " << event->type
<< " state " << std::hex << event->state << std::dec
<< endl;