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. Fix bug introduced in mapping note exclusion commit
that resulted in all non-note events being dropped.
tags/non-sequencer-v1.9.4
Jonathan Moore Liles
17 years ago
parent
5cb724cecc
commit
6765c3faea
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
pattern.C
+ 2
- 0
pattern.C
View File
@@ -459,8 +459,10 @@ try_again:
}
else
if ( me.is_note_off() )
{
if ( mapping.translate( &me ) )
midi_output_event( _port, &me, 0 );
}
else
/* any other event type */
midi_output_event( _port, &me );
Write
Preview
Loading…
Cancel
Save