summaryrefslogtreecommitdiff
path: root/libs/midi++2/midi++/event.h
AgeCommit message (Expand)Author
2016-12-03Remove Evoral::MIDIEventDavid Robillard
2016-12-03Factor out and extend MIDIXML implementationDavid Robillard
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2013-10-17export-ify libmidippPaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-01Templateify MidiBuffer iterators (avoid code duplication since they're about ...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
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-05-25* splitted midi++/event.h in header and implementationHans Baier
2008-05-23* added midnam test file for xpathHans Baier
2008-05-22Fix corrupt MIDI file writing when meta events are present (fixes missing fir...David Robillard
2008-05-15Eliminate excessive allocation (for every event) during MidiModel iteration.David Robillard
2008-05-13Fix event allocation issues with MidiModel iteration.David Robillard
2008-05-09* adjusted formatting a bit to style guideHans Baier
2008-05-06* bugfix: SMFSource: track footer overwrote the last MIDI eventHans Baier
2008-05-02* removed old implementation for Program Changes from MidiModelHans Baier
2008-04-26* forgot to commit this last timeHans Baier
2008-04-23* added methods for pich bender/pgm change/aftertouch to MidiEventHans Baier
2008-04-15* fixed bug: crash because of invalidated iterator while removing midi notes ...Hans Baier
2008-04-09* implemented persistent undo for MidiModel::DeltaCommand. Deserializing work...Hans Baier
2008-03-18refactor JACK MIDI port to allow writing from a non-process() thread, and mov...Paul Davis