mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
continuing to try to debug LPP initialization in DAW mode
This commit is contained in:
parent
054a09b567
commit
860f354e98
3 changed files with 71 additions and 60 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue