Fix displaying of notes in auto-created MIDI region when it's the first region in...
[ardour.git] / gtk2_ardour / canvas-midi-event.cc
2007-10-14 David RobillardFix displaying of notes in auto-created MIDI region...
2007-10-04 David RobillardMerge the two separate 'add notes to midi region' inter...
2007-08-28 David RobillardSplit MidiModel::Note out to ARDOUR::Note in it's own...
2007-08-10 David RobillardTouch select (hold left <Shift> or <Control>).
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 RobillardMulti-note (ie selection) dragging.
2007-08-06 David RobillardBrought back visual indication of delete dragging.
2007-08-05 David RobillardNote selection via clicking (including multi-note selec...
2007-08-04 David RobillardFix vertical note dragging 'double distance' bug.
2007-08-04 David RobillardMoved note height/range/etc stuff from MidiRegionView...
2007-08-02 David RobillardFunctional note moving.
2007-08-02 David RobillardSnap note dragging vertically to note values (rows).
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 RobillardCatch keyboard events on notes.
2007-07-30 David RobillardBasic canvas note event handling framework.