mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Merged with trunk (painfully)
git-svn-id: svn://localhost/ardour2/branches/midi@581 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
edc7a146f5
commit
868f557f26
127 changed files with 1758 additions and 1195 deletions
|
|
@ -58,8 +58,7 @@ GenericMidiControlProtocol::send_route_feedback (list<Route*>& routes)
|
|||
return;
|
||||
}
|
||||
|
||||
// FIXME
|
||||
//_port->write (buf, (int32_t) (end - buf));
|
||||
_port->write (buf, 0, (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