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
test
Control.cc
ControlList.cc Fix control-list editing (#8384) 2020-08-31 07:39:45 +02:00
ControlSet.cc
Curve.cc
debug.cc
Event.cc gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
Note.cc
run-tests.sh
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
TimeConverter.cc
wscript