This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
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
15cdc92125
commit
a93f620eb0
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
{
Write
Preview
Loading…
Cancel
Save