move control surface prefs onto their own tab in the user prefs; for Generic MIDI...
[ardour.git] / libs / evoral / evoral / Event.hpp
2012-05-24 David RobillardCompile cleanly with clang.
2012-04-30 Paul Davisfix up some const-ness issues starting from Evoral...
2011-12-02 Paul Davisrevert recent change to Evoral::Event, and use static_c...
2011-12-02 Paul Davismake Evoral::Event be polymorphic by adding virtual...
2011-10-19 David RobillardRemove dubious Evoral::Event methods that exposed non...
2011-04-06 David RobillardFix my name :)
2010-12-24 David RobillardFix broken whitespace.
2010-12-09 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-07 Carl HetheringtonRevert previous ill-thought-out patch.
2010-12-07 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
2009-10-19 David RobillardFix set_notes prototype to use typedef.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-16 Paul Davisdo not allow smf_source's reads to stomp on cached...
2009-08-28 Paul Davismore MIDI editing tweaks ; flip mouse mode buttons...
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-02-14 David RobillardMIDI robustness.
2009-02-10 Hans Baier* Code readability: Template parameter <T> -> <Time>
2009-02-03 Hans Baier* more pleasant template parameter names in (MIDI)Event
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2008-12-21 David RobillardSync with svn.drobilla.net/lad/trunk/evoral r1891.
2008-09-22 David RobillardMove event specific ringbuffer stuff to evoral.
2008-09-19 David RobillardFactor out sequencing related things into an independan...