summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas-midi-event.cc
AgeCommit message (Expand)Author
2008-04-29* renamed canvas-midi-event.* into canvas-note-event.*Hans Baier
2008-04-29* Renamed CanvasMidiEvent into CanvasNoteEvent Hans Baier
2008-04-29* first prototype of program changes UI show up correctly (see http://www.fli...Hans Baier
2008-04-20* made notes whose channel is not selected in the track appear gray, see http...Hans Baier
2008-04-14* first working version of editing MIDI channels of individual notes, see: ht...Hans Baier
2008-04-06* bugfix: creating notes not sample accurateHans Baier
2008-04-05* fixed broken note resizing and creation since region starts can be adjusted...Hans Baier
2008-04-03* implemented editing velocities (http://tracker.ardour.org/view.php?id=2148)Hans Baier
2008-03-26hans' patches for MIDI note resizing++Paul Davis
2008-03-15Apply note resizing patch from hans.David Robillard
2008-03-10Remove redundant MidiRegionView::start_remove_command.David Robillard
2007-10-14Fix displaying of notes in auto-created MIDI region when it's the first regio...David Robillard
2007-10-04Merge the two separate 'add notes to midi region' interfaces (note and midiev...David Robillard
2007-08-28Split MidiModel::Note out to ARDOUR::Note in it's own file (midi_model.h was ...David Robillard
2007-08-10Touch select (hold left <Shift> or <Control>).David Robillard
2007-08-09Fix rect select to work in all directions.David Robillard
2007-08-09Make MIDI tools actually do something. Sorta. Sometimes.David Robillard
2007-08-08Multi-note (ie selection) dragging.David Robillard
2007-08-06Brought back visual indication of delete dragging.David Robillard
2007-08-05Note selection via clicking (including multi-note selection via ctrl/shift cl...David Robillard
2007-08-04Fix vertical note dragging 'double distance' bug.David Robillard
2007-08-04Moved note height/range/etc stuff from MidiRegionView to MidiStreamView, sinc...David Robillard
2007-08-02Functional note moving.David Robillard
2007-08-02Snap note dragging vertically to note values (rows).David Robillard
2007-08-01Note deleting.David Robillard
2007-08-01Better MidiModel command framework, ready to go for all your canvas editing n...David Robillard
2007-07-31Get MidiRegionView's hands on MidiModel for editing operations to come.David Robillard
2007-07-30fix some aspects of midi region view event handlingPaul Davis
2007-07-30Catch keyboard events on notes.David Robillard
2007-07-30Basic canvas note event handling framework.David Robillard