Oops. Don't forget to initialize JACK when not connected to NSM.
This commit is contained in:
parent
15cdc92125
commit
a93f620eb0
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue