issue 0005121: added comment to source. Sorry, last commit was for issue 0005121, not 0005120, copied from the wrong line :[
git-svn-id: svn://localhost/ardour2/branches/3.0@13252 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2625fd9be8
commit
e36c855464
@ -339,6 +339,8 @@ Sequence<Time>::const_iterator::operator++()
|
||||
|
||||
// Use the next note off iff it's earlier or the same time as the note on
|
||||
#ifdef PERCUSSIVE_IGNORE_NOTE_OFFS
|
||||
// issue 0005121 When in Percussive mode, all note offs go missing, which jams all MIDI instruments that they stop playing
|
||||
// remove this code since it drowns MIDI instruments by stealing all voices and crashes LinuxSampler
|
||||
if (!_seq->percussive() && (!_active_notes.empty())) {
|
||||
#else
|
||||
if ((!_active_notes.empty())) {
|
||||
|
Loading…
Reference in New Issue
Block a user