* Add SysEx Support to MidiModel / SMF
[ardour.git] / libs / evoral /
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* enlage MidiBuffer size to 128 bytes to allow for...
2009-01-30 Hans Baier* re-enable assertion about controller values (probably...
2009-01-30 Hans Baier* fixed bug: channel and id swapped for PitchBener...
2009-01-29 Hans Baier* loosened assertion about controller to UINT8_MAX...
2009-01-28 David RobillardRemove nonsense comment.
2009-01-28 Hans Baier* Set Discrete mode as default until Linear mode works...
2009-01-28 Hans Baier* Fixed bug: Discrete control lists are generally not...
2009-01-28 Hans Baier* MIDI control lanes: Set Interpolationtype according...
2009-01-21 Hans Baier* make MIDI-specific menu show up on all MIDI lanes
2009-01-21 Hans Baier* Added Menu to add a Program change parameter lane
2008-12-29 Sakari BergenFix some compiling warnings and errors in OS X
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-12-12 Hans Baier* reenabled assertions after irc-ing with drobilla
2008-12-12 Hans Baier* converted two especially obnoxious assertions into...
2008-11-22 Hans Baier* added XML deserialisation for control and program...
2008-11-03 Paul Davisfix nasty bug in evaluation of final step of interpolat...
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 RobillardAdd waf build script.
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 RobillardSpeed up MIDI import (and non-cached cases of ControlLi...
2008-09-22 David RobillardFix loading midi controller data.
2008-09-22 David RobillardMove event specific ringbuffer stuff to evoral.
2008-09-21 David RobillardFix CC interpolation (i.e. output a maximum reslution...
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...