Per-region MIDI CC "automation".
[ardour.git] / gtk2_ardour / midi_region_view.cc
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-10 David RobillardFix some evil "tabs".
2007-08-10 David RobillardTouch select (hold left <Shift> or <Control>).
2007-08-10 David RobillardRemove excessive printing during note dragging.
2007-08-09 David RobillardFix rect select to work in all directions.
2007-08-09 David RobillardMake MIDI tools actually do something. Sorta. Sometimes.
2007-08-08 David RobillardFirst appearance of MIDI edit tool bar. Toggles when...
2007-08-08 David RobillardMulti-note (ie selection) dragging.
2007-08-07 David RobillardRidiculously CPU-chewey rect select (for sustained...
2007-08-06 David RobillardGenericificationalizeified AudioFilter (now Filter).
2007-08-06 David RobillardBrought back visual indication of delete dragging.
2007-08-05 David RobillardClear selection when clicking region background (usual...
2007-08-05 David RobillardSelection deleting.
2007-08-05 David RobillardNote selection via clicking (including multi-note selec...
2007-08-04 David RobillardTheme-ified MIDI note colours, implemented automagic...
2007-08-04 David RobillardLine up percussion hits correctly.
2007-08-04 David RobillardObey snap setting for MIDI stuff.
2007-08-04 David RobillardMoved note height/range/etc stuff from MidiRegionView...
2007-08-04 David RobillardSwitched to right mouse button for note adding.
2007-08-02 David RobillardFunctional note moving.
2007-08-02 David RobillardSnap note dragging vertically to note values (rows).
2007-08-01 David RobillardFix note delete crash bug.
2007-08-01 David RobillardNote deleting.
2007-08-01 David RobillardBetter MidiModel command framework, ready to go for...
2007-07-31 David RobillardGet MidiRegionView's hands on MidiModel for editing...
2007-07-30 Paul Davisfix some aspects of midi region view event handling
2007-07-30 David RobillardBasic canvas note event handling framework.
2007-07-28 David RobillardUse 'show contents' note range by default (fix uninitia...
2007-07-28 David RobillardPlayback from MIDI model, playback of clicked-in events.
2007-07-19 David RobillardNote canvas event handling testing stuff.
2007-07-17 David RobillardMidi pencil undo (not yet serializable).
2007-07-15 David RobillardSelection of visible note range (full range vs fit...
2007-07-07 David RobillardNote modes: note, percussion.
2007-07-05 David RobillardScale MIDI track vertical range to match widgest range...
2007-06-27 David RobillardAdded dialog to allow adding any Midi CC track.
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-08 David RobillardFix time skew after MIDI recording (added missing conve...
2007-06-07 David RobillardFixed MIDI crash bug.
2007-06-05 David RobillardSave MIDI files to interchange/sessionname/midifiles...
2007-06-03 David RobillardFix MIDI region loading.
2007-06-02 David RobillardFix note heights to be consistent.
2007-06-02 David RobillardFix vertical order of MIDI notes.
2007-06-01 David RobillardPreliminary visible MIDI notes in MidiRegionView.
2007-05-17 Carl HetheringtonAdd stacked lanes mode which displays regions on differ...
2007-05-10 Paul DavisMIDI branch becomes trunk
2006-08-29 David RobillardMerged with trunk R861
2006-08-14 David Robillard- MIDI "recording" - rec region creation/drawing, actua...
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList