13
0
livetrax/libs/evoral
Paul Davis 5c3e5f9afb fix handling of SMF files with consecutive noteOn events
We no longer store nascent notes when noteOn is received, but wait till noteOff arrives. We also
ignore all other noteOn events between the earliest received and the noteOff.

Potentially we may want to use the _overlap_pitch_resolution member at some point
to offer control of this behavior.
2021-06-28 08:30:38 -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 Use test utility function to find evoral test files 2014-12-03 17:31:04 +07:00
Sequence.cc fix handling of SMF files with consecutive noteOn events 2021-06-28 08:30:38 -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