13
0
livetrax/libs/evoral
David Robillard a8aae56d92 Handle edits while playing precisely.
This avoids stuck notes if active notes are edited, but without stopping all
active notes in the region on any edit as before.

This implementation injects note ons in places that aren't actually note
starts.  Depending on how percussive the instrument is, this may not be
desired.  In the future, an option for this would be an improvement, but there
are other places where "start notes in the middle" is a reasonable option.  I
think that should be handled universally if we're to do it at all, so not
considering it a part of this fix for now.
2015-03-05 17:30:31 -05:00
..
evoral Handle edits while playing precisely. 2015-03-05 17:30:31 -05:00
MSVCevoral Add a newly introduced header file to our MSVC project (libevoral) 2015-01-10 11:58:58 +00:00
src Handle edits while playing precisely. 2015-03-05 17:30:31 -05:00
test Add a test for the constrained cubic interpolation of Evoral::Curve 2015-02-13 12:25:51 +00:00
run-tests.sh Use test utility function to find evoral test files 2014-12-03 17:31:04 +07:00
wscript minimalistic Evoral::Curve Unit Test. 2015-01-19 22:15:28 +01:00