13
0
livetrax/libs/evoral/src
Carl Hetherington 5ac22e9095 Add new SharedStatefulProperty which manages a shared_ptr to
some Stateful object, and a subclass to use this for
AutomationList.  SharedStatefulProperty will manage undo / redo
using full copies of the XML state, like MementoCommand,
but does it within the Property undo system.



git-svn-id: svn://localhost/ardour2/branches/3.0@12740 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-16 17:20:10 +00:00
..
libsmf Compile cleanly with clang. 2012-05-24 02:54:10 +00:00
Control.cpp
ControlList.cpp Add new SharedStatefulProperty which manages a shared_ptr to 2012-06-16 17:20:10 +00:00
ControlSet.cpp
Curve.cpp fix bug that has existed since rev 17 when evaluating a curve in a position before the first point of the curve 2012-05-24 01:43:02 +00:00
debug.cpp
Event.cpp fix up some const-ness issues starting from Evoral::Event::set(), and intersect with removing Mackie..MidiByteArray::bytes() method which made a copy of the data every time we wrote it 2012-04-30 15:54:13 +00:00
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
SMF.cpp
SMFReader.cpp