remove debug output
git-svn-id: svn://localhost/ardour2/branches/3.0@12229 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -803,8 +803,6 @@ Surface::gui_selection_changed (const ARDOUR::StrongRouteNotificationList& route
|
||||
void
|
||||
Surface::say_hello ()
|
||||
{
|
||||
cerr << "Sending hello to port " << _port->output_port().name() << endl;
|
||||
|
||||
/* wakeup for Mackie Control */
|
||||
MidiByteArray wakeup (7, MIDI::sysex, 0x00, 0x00, 0x66, 0x14, 0x00, MIDI::eox);
|
||||
_port->write (wakeup);
|
||||
|
||||
Reference in New Issue
Block a user