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:
David Robillard 2009-02-18 20:53:54 +00:00
parent 22088e77a7
commit 1f9c3f34d9
6 changed files with 32 additions and 32 deletions

View file

@ -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