Update autowaf (fix mandatory header check).
[ardour.git] / libs / evoral / evoral /
2009-02-14 David RobillardMIDI robustness.
2009-02-14 David RobillardMore powerful SMF::open interface.
2009-02-14 David RobillardRemove abstract MIDIFile interface (maintaining interfa...
2009-02-14 David RobillardLibSMF -> SMF
2009-02-14 David RobillardSMF -> OldSMF
2009-02-11 David RobillardRemove unused (and weirdly typed) time parameter from...
2009-02-11 David RobillardStandardMIDIFile -> MIDIFile.
2009-02-11 David RobillardDetect libsmf error and throw exceptions.
2009-02-11 David RobillardInclude stripped down libsmf code internally.
2009-02-11 Hans Baier* introduced dependency: libsmf-1.2
2009-02-10 Hans Baier* Code readability: Template parameter <T> -> <Time>
2009-02-09 David RobillardShrink exposed SMF API.
2009-02-07 David RobillardFix warnings.
2009-02-06 Hans Baier* Add SysEx Support to MidiModel / SMF
2009-02-03 Hans Baier* fix comment
2009-02-03 Hans Baier* more pleasant template parameter names in (MIDI)Event
2009-02-03 Hans Baier* midi_event_size(uchar status): return size including...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-02-02 David RobillardTidy.
2009-01-30 Hans Baier* fixed bug: channel and id swapped for PitchBener...
2009-01-28 Hans Baier* MIDI control lanes: Set Interpolationtype according...
2009-01-21 Hans Baier* Added Menu to add a Program change parameter lane
2008-12-29 Hans Baier* added a bit of documentation in an effort to understa...
2008-12-21 David RobillardSync with svn.drobilla.net/lad/trunk/evoral r1891.
2008-12-16 Carl HetheringtonImplement #2425: option for automation to follow region...
2008-11-22 Hans Baier* added XML deserialisation for control and program...
2008-10-14 David RobillardRemove meaningless const qualifier (-Wextra warning).
2008-10-13 David RobillardFix pollution of global namespace by Evoral.
2008-10-03 David RobillardRemove unnecessary #include.
2008-09-30 David RobillardMove midi_util.h.
2008-09-30 David RobillardSeparate low level details of SMF reading/writing from...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-29 David RobillardRemove ARDOUR::Parameter::is_integer.
2008-09-28 David RobillardFix shadowing problem with *Control::set_value.
2008-09-28 David RobillardInvalidate line cache when zoomed out to invisible...
2008-09-23 David RobillardEliminate a ton of unnecessary complete redrawing in...
2008-09-22 David RobillardMove event specific ringbuffer stuff to evoral.
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardFix paul's spacey tabs mucking up everything :)
2008-09-19 Paul Davischris goddard's region list patch; port 2.X marker...
2008-09-19 David RobillardFix parameter range stuff and automation time axis...
2008-09-19 David RobillardFix crash on recording MIDI CC.
2008-09-19 David RobillardFactor out sequencing related things into an independan...