13
0
livetrax/libs/evoral/src
Carl Hetherington a4434809e1 Use a list of ControlPoints to hold the automation selection,
rather than a time range.  This makes more sense now that we
display every point on an automation line, rather than just
a subset.  Makes the code a fair bit simpler, and should fix
some unexpected behaviours, especially when cutting automation
points.


git-svn-id: svn://localhost/ardour2/branches/3.0@12054 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-04-22 14:03:07 +00:00
..
libsmf Fix memory leak on error condition (#4798). 2012-04-01 15:06:24 +00:00
Control.cpp
ControlList.cpp Use a list of ControlPoints to hold the automation selection, 2012-04-22 14:03:07 +00:00
ControlSet.cpp
Curve.cpp Fix thinko causing possible memory corruption. 2012-04-19 23:54:05 +00:00
debug.cpp
Event.cpp
i18n.h
midi_util.cpp
MIDIEvent.cpp
Note.cpp use musical_time_equal() test for equality when copying note data, not strict floating point equality. should fix #4609 (and maybe another one too) 2012-01-31 23:20:13 +00:00
OldSMF.cpp
Sequence.cpp fix a build issue in Evoral that was preventing Sequencer<T>::dump() from being available, and expose operator<< for Sequence<T> 2011-12-22 02:09:39 +00:00
SMF.cpp Catch exception thrown by SMF code when it cannot write 2012-01-18 02:10:40 +00:00
SMFReader.cpp