summaryrefslogtreecommitdiff
path: root/libs/evoral/src/Note.cpp
AgeCommit message (Expand)Author
2016-12-04Remove dead/annoying/unsafe codeDavid Robillard
2016-12-03Fix event type and parameter type confusionDavid Robillard
2016-12-03Remove Evoral::MIDIEventDavid Robillard
2016-03-21Trim dependence on evoral types.hpp and Beats.hppDavid Robillard
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-01-07MusicalTime => Beats.David Robillard
2014-11-24Changes needed to accommodate building libevoral with MSVCJohn Emmas
2014-11-22Wrap MusicalTime in a class.David Robillard
2012-01-31use musical_time_equal() test for equality when copying note data, not strict...Paul Davis
2011-11-23Fix broken whitespace via merciless application of the emacs hammer.David Robillard
2011-04-06Fix my name :)David Robillard
2010-07-20add note IDs and use them for looking up notes during a history rebuild. NOTE...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-14fix up marshall/unmarshall of note data for MidiModel::DiffCommandPaul Davis
2009-09-06the start (only the start) of MIDI diff commandsPaul Davis
2009-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul Davis
2009-08-17move assignments out of assert() in editor_drag (thanks lincoln); change mous...Paul Davis
2009-05-04Maybe fix assertion crash.David Robillard
2009-02-14Remove superfluous typedefs.David Robillard
2009-02-10* Code readability: Template parameter <T> -> <Time>Hans 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