Fix displaying of notes in auto-created MIDI region when it's the first region in...
[ardour.git] / libs / ardour / ardour / midi_model.h
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.