mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Committed filthy mess of a working copy solely for moving between machines.
Nothing to see here, move along now... git-svn-id: svn://localhost/trunk/ardour2midi@575 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0c1b9afc63
commit
74dd5bd706
51 changed files with 829 additions and 1033 deletions
|
|
@ -58,7 +58,8 @@ GenericMidiControlProtocol::send_route_feedback (list<Route*>& routes)
|
|||
return;
|
||||
}
|
||||
|
||||
_port->write (buf, (int32_t) (end - buf));
|
||||
// FIXME
|
||||
//_port->write (buf, (int32_t) (end - buf));
|
||||
//cerr << "MIDI feedback: wrote " << (int32_t) (end - buf) << " to midi port\n";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue