continuing to try to debug LPP initialization in DAW mode

This commit is contained in:
Paul Davis 2023-07-09 15:50:00 -06:00
parent 054a09b567
commit 860f354e98
3 changed files with 71 additions and 60 deletions

View file

@ -262,6 +262,7 @@ void
MIDISurface::write (const MidiByteArray& data)
{
/* immediate delivery */
std::cerr << "out to " << _async_out->name() << data << std::endl;
_output_port->write (&data[0], data.size(), 0);
}