13
0
livetrax/libs/evoral
Paul Davis d58e7c7ee4 Revert "fix handling of SMF files with consecutive noteOn events"
This breaks MIDI files that have events ordered On,On,Off,Off, and only fixes
the "malformed" On,On,Off. Correct fix requires collecting all events occuring
yat one time, sorting into Off,On and then merging.

This reverts commit 5c3e5f9afb.
2021-06-29 17:29:29 -06:00
..
evoral Evoral: add methods to SMF to load and access markers/cues in SMF files 2021-05-07 14:58:16 -06:00
libsmf SMF meta-events do not set running status while parsing the file 2021-06-22 14:18:03 -06:00
MSVCevoral
test
Control.cc
ControlList.cc
ControlSet.cc
Curve.cc
debug.cc
Event.cc
Note.cc
run-tests.sh
Sequence.cc Revert "fix handling of SMF files with consecutive noteOn events" 2021-06-29 17:29:29 -06:00
SMF.cc support SMF markers without labels 2021-05-09 17:52:29 -06:00
SMFReader.cc
TimeConverter.cc
wscript