Merge remote-tracking branch 'origin/master' into export-dialog
[ardour.git] / libs / midi++2 / midi++ / event.h
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-01 David RobillardTemplateify MidiBuffer iterators (avoid code duplicatio...
2008-09-22 David RobillardMove event specific ringbuffer stuff to evoral.
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-25 Hans Baier* splitted midi++/event.h in header and implementation
2008-05-23 Hans Baier* added midnam test file for xpath
2008-05-22 David RobillardFix corrupt MIDI file writing when meta events are...
2008-05-15 David RobillardEliminate excessive allocation (for every event) during...
2008-05-13 David RobillardFix event allocation issues with MidiModel iteration.
2008-05-09 Hans Baier* adjusted formatting a bit to style guide
2008-05-06 Hans Baier* bugfix: SMFSource: track footer overwrote the last...
2008-05-02 Hans Baier* removed old implementation for Program Changes from...
2008-04-26 Hans Baier* forgot to commit this last time
2008-04-23 Hans Baier* added methods for pich bender/pgm change/aftertouch...
2008-04-15 Hans Baier* fixed bug: crash because of invalidated iterator...
2008-04-09 Hans Baier* implemented persistent undo for MidiModel::DeltaComma...
2008-03-18 Paul Davisrefactor JACK MIDI port to allow writing from a non...