Skip to content

Commit

Permalink
fixed reseting or clearing all events when not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Cherrett committed Mar 17, 2012
1 parent 0627979 commit 248dd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oom/midi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ void Audio::processMidi()
(int)playEvents->size(),
(int)stuckNotes->size()
);*/
playEvents->clear();
//playEvents->clear();
}
for (iMPEvent k = stuckNotes->begin(); k != stuckNotes->end(); ++k)
{
Expand Down

0 comments on commit 248dd18

Please sign in to comment.