Oops. Don't forget to initialize JACK when not connected to NSM.

This commit is contained in:
Jonathan Moore Liles 2012-03-03 17:48:08 -08:00
parent 15cdc92125
commit a93f620eb0
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ midi_output_event ( int port, const midievent *e )
if ( notes_on[ port ][ e->channel() ][ e->note() ] == 0 ) if ( notes_on[ port ][ e->channel() ][ e->note() ] == 0 )
{ {
DMESSAGE( "Dropping extra Note OFF" ); DMESSAGE( "Dropping extra Note OFF" );
WARNING( "Extra Note OFF" );
} }
else else
{ {