summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_model.cc
AgeCommit message (Expand)Author
2007-08-31Reading of MIDI CC from MIDI regions (MidiModel). UI still needs work though..David Robillard
2007-08-28Split MidiModel::Note out to ARDOUR::Note in it's own file (midi_model.h was ...David Robillard
2007-08-17Per-region MIDI CC "automation".David Robillard
2007-08-16Make SMFSource suck significantly less.David Robillard
2007-08-13Fix (edited) MIDI saving restoring (restore note offs/durations correctly).David Robillard
2007-08-11Saving of edited MIDI data to disk (on session save).David Robillard
2007-08-11Fix MIDI file names on recording (don't write out a ton of useless empty .mid...David Robillard
2007-08-07Fix note-offs during playback from model.David Robillard
2007-08-02Little MidiEvent prettification additions, ifdef'd non-realtime aspects (for ...David Robillard
2007-08-02... commit in top level instead of gtk2_ardour. whoops.David Robillard
2007-08-01Better MidiModel command framework, ready to go for all your canvas editing n...David Robillard
2007-07-30Basic canvas note event handling framework.David Robillard
2007-07-28Playback from MIDI model, playback of clicked-in events.David Robillard
2007-07-20Remove random access interface from MidiBuffer, towards killing fixed/limited...David Robillard
2007-07-20Trimmed some code by removing silly Java-isms.David Robillard
2007-07-20Fix absolutely atrocious memory leak on MIDI recording. I meeean... move alo...David Robillard
2007-07-20Added Note tool to Keymouse Actions menu and gave it a hotkey (n).David Robillard
2007-07-17Midi pencil undo (not yet serializable).David Robillard
2007-07-15Selection of visible note range (full range vs fit contents, selectable from ...David Robillard
2007-06-09Redraw MIDI region views on zoom and track height changes.David Robillard
2007-06-09Use double MIDI timestamps (towards tempo based time, and more-than-sample-ac...David Robillard
2007-06-03Fix MIDI region loading.David Robillard
2007-06-02Fix vertical order of MIDI notes.David Robillard
2007-06-01Preliminary visible MIDI notes in MidiRegionView.David Robillard