13
0
livetrax/libs/evoral/src
Carl Hetherington a2897ecef6 Fairly major change to the way in which crossfades are handled;
they are now done with region fades, rather than separate objects.
After this commit, Ardour will try to convert your session files
to the new crossfade format, but will make a backup in your
session folder first.

If you have works in progress using Ardour 3 it is
***STRONGLY RECOMMENDED*** that you back up session files before
updating to this commit.


git-svn-id: svn://localhost/ardour2/branches/3.0@11986 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-04-16 16:32:22 +00:00
..
libsmf Fix memory leak on error condition (#4798). 2012-04-01 15:06:24 +00:00
Control.cpp
ControlList.cpp Fairly major change to the way in which crossfades are handled; 2012-04-16 16:32:22 +00:00
ControlSet.cpp
Curve.cpp Fairly major change to the way in which crossfades are handled; 2012-04-16 16:32:22 +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