add an plugin API to query generic-gui grid-layout
[ardour.git] / libs / ardour / ardour / midi_model.h
2009-02-15 David RobillardTrim include dependency tree (particularly on evoral...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
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-21 Hans Baier* bugfix: Inputs and Outputs swapped in the Track/Bus...
2008-05-15 David RobillardEliminate excessive allocation (for every event) during...
2008-05-13 Hans Baier* formatting
2008-05-08 Hans Baier* fixed some valgrind issues (uninitialized instance...
2008-05-03 David RobillardComment out excessive terminal output.
2008-05-03 David RobillardFix midi_model.cc formatting.
2008-05-03 Hans Baier* MidiModel::const_iterator::operator++: added AUTOMATI...
2008-05-02 Hans Baier* removed old implementation for Program Changes from...
2008-04-26 Hans Baier* recording/playing/saving/loading program changes...
2008-04-24 Hans Baier* preliminary impl for PGM Change support in MidiModel
2008-04-23 Hans Baier* refactored MidiControlIterator to improve readability...
2008-04-15 Hans Baier* fixed bug: crash because of invalidated iterator...
2008-04-11 Hans Baier* persistent undo for MIDI edits works now
2008-04-10 Hans Baier* refactored (un)marshalling of DeltaCommand into clean...
2008-04-09 Hans Baier* implemented persistent undo for MidiModel::DeltaComma...
2008-04-08 Hans Baier* fixed bug: MIDI region did not sound if its position...
2008-04-03 Hans Baier* implemented editing velocities (tracker.ardour.org...
2008-03-18 Paul Davisrefactor JACK MIDI port to allow writing from a non...
2008-02-21 David RobillardFix timing on MIDI import.
2008-02-18 David RobillardChannel-aware note recording in MidiModel (i.e. multi...
2007-10-14 David RobillardFix displaying of notes in auto-created MIDI region...
2007-10-07 David RobillardFix several MIDI timestamp related problems:
2007-08-31 David RobillardReading of MIDI CC from MIDI regions (MidiModel). ...
2007-08-28 David RobillardSplit MidiModel::Note out to ARDOUR::Note in it's own...
2007-08-17 David RobillardPer-region MIDI CC "automation".
2007-08-16 David RobillardMake SMFSource suck significantly less.
2007-08-11 David RobillardSaving of edited MIDI data to disk (on session save).
2007-08-11 David RobillardFix MIDI file names on recording (don't write out a...
2007-08-07 David RobillardFix note-offs during playback from model.
2007-08-02 David Robillard... commit in top level instead of gtk2_ardour. whoops.
2007-08-01 David RobillardBetter MidiModel command framework, ready to go for...
2007-07-28 David RobillardPlayback from MIDI model, playback of clicked-in events.
2007-07-20 David RobillardTrimmed some code by removing silly Java-isms.
2007-07-20 David RobillardFix absolutely atrocious memory leak on MIDI recording...
2007-07-20 David RobillardAdded Note tool to Keymouse Actions menu and gave it...
2007-07-17 David RobillardMidi pencil undo (not yet serializable).
2007-07-15 David RobillardSelection of visible note range (full range vs fit...
2007-06-29 David RobillardReduce overhead of multi-type-ness (last Summer's SoC):
2007-06-29 David RobillardSeparate MidiBuffer and AudioBuffer into separate heade...
2007-06-09 David RobillardUse double MIDI timestamps (towards tempo based time...
2007-06-03 David RobillardFix MIDI region loading.
2007-06-01 David RobillardPreliminary visible MIDI notes in MidiRegionView.