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
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
17e32e0282
commit
0f19bf3c6b
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 );
}
}
Write
Preview
Loading…
Cancel
Save