Browse Source

Fix output of non-note event types which was broken by 0e946a.

tags/non-sequencer-v1.9.4
Jonathan Moore Liles 13 years ago
parent
commit
0f19bf3c6b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/jack.C

+ 2
- 1
src/jack.C View File

@@ -138,7 +138,8 @@ midi_output_event ( int port, const midievent *e )
--notes_on[ port ][ e->channel() ][ e->note() ];
}
}
else
output[ port ].events.insert( fe );
}
}



Loading…
Cancel
Save