Browse Source

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

tags/non-daw-v1.2.0
Jonathan Moore Liles 13 years ago
parent
commit
a93f620eb0
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/jack.C

+ 0
- 1
src/jack.C View File

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


Loading…
Cancel
Save