Fix several MIDI timestamp related problems:
[ardour.git] / libs / ardour / midi_model.cc
2007-10-07 David RobillardFix several MIDI timestamp related problems:
2007-09-10 David RobillardFix crash on playhead relocate in MIDI regions w/o...
2007-09-10 David RobillardFix note separator lines adaptation to changing track...
2007-09-06 David RobillardDeep "automation regions" support.
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-13 David RobillardFix (edited) MIDI saving restoring (restore note offs...
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 RobillardLittle MidiEvent prettification additions, ifdef'd...
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-30 David RobillardBasic canvas note event handling framework.
2007-07-28 David RobillardPlayback from MIDI model, playback of clicked-in events.
2007-07-20 David RobillardRemove random access interface from MidiBuffer, towards...
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-09 David RobillardRedraw MIDI region views on zoom and track height changes.
2007-06-09 David RobillardUse double MIDI timestamps (towards tempo based time...
2007-06-03 David RobillardFix MIDI region loading.
2007-06-02 David RobillardFix vertical order of MIDI notes.
2007-06-01 David RobillardPreliminary visible MIDI notes in MidiRegionView.