From fc74894def5f9477ff00434c4cf4223c3fe04782 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 15 Sep 2015 17:49:26 +0200 Subject: another note-off fix. For nearly coincident note-on the sequence does not matter, but note-off must be sent before a new note-on in strict order (could be the same note). --- libs/evoral/src/Sequence.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/evoral/src/Sequence.cpp b/libs/evoral/src/Sequence.cpp index c8a0dd4f23..e153cea9b4 100644 --- a/libs/evoral/src/Sequence.cpp +++ b/libs/evoral/src/Sequence.cpp @@ -244,7 +244,7 @@ Sequence