mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Fix MIDI controller feedback.
Make control surfaces menu less weird. git-svn-id: svn://localhost/ardour2/branches/3.0@4625 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
22088e77a7
commit
1f9c3f34d9
6 changed files with 32 additions and 32 deletions
|
|
@ -125,8 +125,7 @@ GenericMidiControlProtocol::_send_feedback ()
|
|||
return;
|
||||
}
|
||||
|
||||
// FIXME
|
||||
//_port->write (buf, (int32_t) (end - buf));
|
||||
_port->write (buf, (int32_t) (end - buf), 0);
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue