summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas-note-event.cc
AgeCommit message (Expand)Author
2009-05-05Remove useless/broken concept of 'erase touch dragging'.David Robillard
2009-05-05Make MIDI note editing work somewhat again...David Robillard
2009-02-15The Big Change: Store time in MidiModel as tempo time, not frame time.David Robillard
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2009-01-02Cleanups and a few comments.Carl Hetherington
2008-12-26Make MIDI selection actually show up.David Robillard
2008-12-24* removed debugging output, minor color fixHans Baier
2008-12-24* fixed velocity text event handlingHans Baier
2008-12-24* implemented three coloring modes for MIDI tracks (untested yet)Hans Baier
2008-12-23Fix note velocity editing.David Robillard
2008-12-23* preparation for different color coding schemesHans Baier
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-10-05Give MIDI velocity text its own colour (from ccherret).David Robillard
2008-09-24Superficial code cleanup.David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-05-22Fix MIDI selection/tool issues (issue #0002415 and other bugs).David Robillard
2008-05-12Fix various MIDI corruption bugs.David Robillard
2008-05-09* adjusted formatting a bit to style guideHans Baier
2008-05-02Fix several crashes on MIDI recording.David Robillard
2008-04-29* renamed canvas-midi-event.* into canvas-note-event.*Hans Baier