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 Accommodate some recently moved/renamed folders and source files (libevoral) 2019-11-03 13:46:29 +00:00
test Fix test breakage from a855119bdd 2020-01-16 14:01:18 -06:00
Control.cc move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
ControlList.cc Fix control-list editing (#8384) 2020-08-31 07:39:45 +02:00
ControlSet.cc move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
Curve.cc move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
debug.cc move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
Event.cc gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
Note.cc move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
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 move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
TimeConverter.cc move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
wscript Fix building unit-tests 2020-01-27 17:43:37 +01:00