summaryrefslogtreecommitdiff
path: root/libs/surfaces
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-09-27 16:17:21 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-09-27 16:17:21 +0000
commitdfa476334a5498bb287d519e4519f5f46706cf9a (patch)
tree48a9f7d6abe67b56ad3e75f5d49a7d859b5732ab /libs/surfaces
parente79a7e8ff95d50fec527e6f6381cd30bcf57c8f8 (diff)
2 patches from jdavisp3; remove some debugging output from generic MIDI; rationalize string usage in SoundFileOmega; allow "mode hint" when using SoundFileOmega; restore context menu import functionality; bump to v2.1
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2490 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/surfaces')
-rw-r--r--libs/surfaces/generic_midi/midicontrollable.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/surfaces/generic_midi/midicontrollable.cc b/libs/surfaces/generic_midi/midicontrollable.cc
index 1f00e58167..18c582f8b0 100644
--- a/libs/surfaces/generic_midi/midicontrollable.cc
+++ b/libs/surfaces/generic_midi/midicontrollable.cc
@@ -98,8 +98,6 @@ MIDIControllable::stop_learning ()
void
MIDIControllable::drop_external_control ()
{
- cerr << "Dropping existing control using " << connections << " connections\n";
-
if (connections > 0) {
midi_sense_connection[0].disconnect ();
}
@@ -286,8 +284,6 @@ MIDIControllable::bind_midi (channel_t chn, eventType ev, MIDI::byte additional)
default:
break;
}
-
- cerr << "MIDI bound with " << connections << endl;
}
void