remove ipmidi debugging
This commit is contained in:
@@ -85,9 +85,8 @@ bool
|
||||
MidiControlUI::midi_input_handler (IOCondition ioc, boost::shared_ptr<AsyncMIDIPort> port)
|
||||
{
|
||||
DEBUG_TRACE (DEBUG::MidiIO, string_compose ("something happend on %1\n", boost::shared_ptr<ARDOUR::Port> (port)->name()));
|
||||
cout << "Something happened on " << boost::shared_ptr<ARDOUR::Port> (port)->name() << " ioc = " << hex << ioc << dec << endl;
|
||||
|
||||
if (ioc & ~IO_IN) {
|
||||
cout << "....no input ... do nothing" << endl;
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -95,7 +94,6 @@ MidiControlUI::midi_input_handler (IOCondition ioc, boost::shared_ptr<AsyncMIDIP
|
||||
|
||||
port->clear ();
|
||||
DEBUG_TRACE (DEBUG::MidiIO, string_compose ("data available on %1\n", boost::shared_ptr<ARDOUR::Port>(port)->name()));
|
||||
cout << "....input appears ready\n";
|
||||
framepos_t now = _session.engine().sample_time();
|
||||
port->parse (now);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user