ardour/libs/evoral/src
David Robillard e35580f713 Fix crash when changing automation mode for MIDI track control automation.
Also some work towards tolerating automation controls with no automation list,
towards actually doing something for these cases, though not required just to
fix this crash (MidiTrack::set_parameter_automation_state() avoids those
paths).
2014-09-17 07:06:03 -04:00
..
libsmf Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge windows branch to get changes from there 2014-01-10 16:07:57 -05:00
Control.cpp add option to skip guard points when adding new control points to a ControlList; add more debugging statements 2014-02-19 23:25:08 -05:00
ControlList.cpp make sure that copy constructors and operator= for ControlList pass along the _interpolation value 2014-08-17 20:48:32 -04:00
ControlSet.cpp Fix crash when changing automation mode for MIDI track control automation. 2014-09-17 07:06:03 -04:00
Curve.cpp update Evoral::Curve to honor ControlList::InterpolationStyle 2014-08-16 17:58:23 -04:00
debug.cpp dramatic overhaul of automation. too long to explain here. this work is not finished - write/touch passes do not correctly overwrite existing data because the semantics of ControlList::insert_iterator need clarification. more to follow 2012-07-13 21:05:45 +00:00
Event.cpp fix evoral assignment operator (copy buffer) 2014-01-22 15:11:31 +01:00
i18n.h
IdentityConverter.cpp fix 64 bit template types 2014-01-12 20:01:12 -05:00
midi_util.cpp
MIDIEvent.cpp remove incorrect and unnecessary template class declaration from Evoral (added recently) 2012-10-10 15:42:47 +00:00
Note.cpp
Note.impl 'libs/evoral' - and add 'Note.impl' to the project 2014-01-13 12:47:21 +00:00
OldSMF.cpp
Sequence.cpp Include evoral/Note.hpp before pbd/compose.h 2013-08-08 15:23:09 -04:00
SMF.cpp Fixed problem where importing invalid midi files caused crash. 2014-08-16 16:02:14 -04:00
SMFReader.cpp