summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas-program-change.cc
AgeCommit message (Expand)Author
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-02-16Fix time / positioning of PC flags (beat time).David Robillard
2009-02-15The Big Change: Store time in MidiModel as tempo time, not frame time.David Robillard
2009-01-15* fixed bug: replaced underscores in patch/bank names with spaces to avoid be...Hans Baier
2009-01-14* improve performance on CanvasProgramChangeHans Baier
2008-12-23* added comments to midi_region_view.hHans Baier
2008-12-15* first working prototype of changing program changes by scroll wheel (still ...Hans Baier
2008-12-14* some refactoring of patch name stuff in preparation for altering program ch...Hans Baier
2008-12-12* Prepared CanvasFlag (and thus ChanvasProgramChange) to be able to receive S...Hans Baier
2008-12-12* fixed memory management bugs for midi patchname handlingHans Baier
2008-12-11* added myself to about.ccHans Baier
2008-09-22Move event specific ringbuffer stuff to evoral.David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-05-15Eliminate excessive allocation (for every event) during MidiModel iteration.David Robillard
2008-05-09* formatting/style guideHans Baier
2008-04-29* renamed canvas-midi-event.* into canvas-note-event.*Hans Baier
2008-04-29* first prototype of program changes UI show up correctly (see http://www.fli...Hans Baier