summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral/Event.hpp
AgeCommit message (Expand)Author
2016-12-07Set MidiPgmChangeAutomation control valueRobin Gareus
2016-12-03Remove dead codeDavid Robillard
2016-12-03Fix event type and parameter type confusionDavid Robillard
2016-12-03Remove Evoral::MIDIEventDavid Robillard
2016-04-12NO-OP; document some more parameters.Robin Gareus
2015-09-18fix ever increasing MIDI event IDsRobin Gareus
2015-03-05Handle edits while playing precisely.David Robillard
2014-12-06Remove unnecessary includes.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-01-12'libs/evoral' - DLL visibility stuff and associated changes needed for buildi...John Emmas
2013-10-17add export control to libevoralPaul Davis
2012-05-24Compile cleanly with clang.David Robillard
2012-04-30fix up some const-ness issues starting from Evoral::Event::set(), and interse...Paul Davis
2011-12-02revert recent change to Evoral::Event, and use static_cast<> to get from Even...Paul Davis
2011-12-02make Evoral::Event be polymorphic by adding virtual to its destructor (why wa...Paul Davis
2011-10-19Remove dubious Evoral::Event methods that exposed non-const references to mem...David Robillard
2011-04-06Fix my name :)David Robillard
2010-12-24Fix broken whitespace.David Robillard
2010-12-09Allow trim of midi regions to before the start of the source (better, this ti...Carl Hetherington
2010-12-07Revert previous ill-thought-out patch.Carl Hetherington
2010-12-07Allow trim of midi regions to before the start of the source. Fixes #3156.Carl Hetherington
2010-07-20add note IDs and use them for looking up notes during a history rebuild. NOTE...Paul Davis
2009-10-19Fix set_notes prototype to use typedef.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-16do not allow smf_source's reads to stomp on cached read_end position in paren...Paul Davis
2009-08-28more MIDI editing tweaks ; flip mouse mode buttons around for MIDI so that "o...Paul Davis
2009-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul Davis
2009-02-14MIDI robustness.David Robillard
2009-02-10* Code readability: Template parameter <T> -> <Time>Hans Baier
2009-02-03* more pleasant template parameter names in (MIDI)EventHans Baier
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2008-12-21Sync with http://svn.drobilla.net/lad/trunk/evoral r1891.David Robillard
2008-09-22Move event specific ringbuffer stuff to evoral.David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard