13
0
livetrax/libs/evoral
Carl Hetherington 593b421180 A few fixes to interpolation of MIDI controller data. Don't interpolate
when writing these data back to a source, otherwise surprising new
interpolated points appear in MIDI automation.  Similarly don't interpolate
when reading the model during MIDI stretch.  Fix handling of interpolation state;
controllers that have been set by the user to use a different interpolation style
are noted in the <Source> tag of the session file and this state is sprayed around
to MidiModel and the GUI as necessary.


git-svn-id: svn://localhost/ardour2/branches/3.0@7409 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-07-14 00:58:15 +00:00
..
evoral A few fixes to interpolation of MIDI controller data. Don't interpolate 2010-07-14 00:58:15 +00:00
src A few fixes to interpolation of MIDI controller data. Don't interpolate 2010-07-14 00:58:15 +00:00
test Fix controller iteration / linear interpolation. 2009-10-23 04:24:20 +00:00
run-tests.sh Unit test code coverage using lcov. 2009-10-23 17:30:11 +00:00
wscript switch Evoral::Sequence debugging to use DEBUG_TRACE(); Sequence uses multiset<...,EarlierNoteComparator> for _write_notes, does FIFO note resolution for overlapping notes in SMF file; implement Sequence::overlaps() ... current use is uncertain; ARDOUR::coverage() uses 64bit framepos_t 2010-05-31 19:47:15 +00:00