eventloop and abstractui debugging, lots more commenting on abstractui/eventloop...
[ardour.git] / libs / midi++2 / jack_midi_port.cc
index b00aff8d8dc6caa4a8291bfb14b4cdf8c34e034c..418d6239e77fa4f38f759fa0967f7c5dfa2222f3 100644 (file)
@@ -271,6 +271,7 @@ JackMIDIPort::write(byte * msg, size_t msglen, timestamp_t timestamp)
                                cerr << "write of " << msglen << " failed, port holds "
                                        << jack_midi_get_event_count (jack_port_get_buffer (_jack_port, _nframes_this_cycle))
                                        << endl;
+                               // PBD::stacktrace (cerr, 20);
                        }
                } else {
                        cerr << "write to JACK midi port failed: not currently in a process cycle." << endl;