remove old midi-note name API
[ardour.git] / libs / evoral / evoral / Event.hpp
2016-04-12 Robin GareusNO-OP; document some more parameters.
2015-09-18 Robin Gareusfix ever increasing MIDI event IDs
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-05 David RobillardHandle edits while playing precisely.
2014-12-07 David RobillardRemove unnecessary includes.
2014-11-22 David RobillardWrap MusicalTime in a class.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-01 Paul Davismerge with master.
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-23 Paul Davisfix merge conflict with master
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul Davismerge with master
2014-01-15 Paul Davismerge with master
2014-01-14 Paul Davismerge (with conflict fixes) with master (even against...
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 John Emmas'libs/evoral' - DLL visibility stuff and associated...
2014-01-11 Paul Davisfix merge with master
2014-01-10 Paul Davisfinished merge of cairocanvas with windows and windows...
2014-01-10 Paul Davisfix merge errors with master
2014-01-08 Paul DavisMerge branch 'master' into cairocanvas
2014-01-02 Paul DavisMerge branch 'master' into cairocanvas
2013-12-28 Paul DavisMerge branch 'master' into cairocanvas
2013-12-27 Paul Davismerge exportvis branch into cairocanvas, to reduce...
2013-12-04 Paul DavisMerge branch 'master' into exportvis
2013-12-03 Paul Davisfix up wscript/build issues in exportvis after merge...
2013-10-18 John EmmasMerge remote-tracking branch 'remotes/origin/exportvis...
2013-10-17 Paul Davisadd export control to libevoral
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...