summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.cc
AgeCommit message (Expand)Author
2009-02-20Make source length a dynamic thing.David Robillard
2009-02-19Interpret tempo time based on read position (not source timeline position whi...David Robillard
2009-02-17Remove unnecessary/unused template parameter from canvas sysex flags.David Robillard
2009-02-16* First prototype of SysEx GUIHans Baier
2009-02-16Fix time / positioning of PC flags (beat time).David Robillard
2009-02-16Don't do a linear search through controls for program change for no reason.David Robillard
2009-02-16Time unit translation for AutomationLine (correctly display MIDI controller d...David Robillard
2009-02-16Move all beats <-> frames time conversion into a single object that can be pa...David Robillard
2009-02-16Fix horizontal positioning of PC flags.David Robillard
2009-02-15Bring the note mode menu back from the dead.David Robillard
2009-02-15Remove dead code.David Robillard
2009-02-15Fix genererally retarded and broken note range / diskstream display / etc. re...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-28* MIDI control lanes: Set Interpolationtype according to ParameterHans Baier
2009-01-07Fix audible note select:David Robillard
2009-01-02Cleanups and a few comments.Carl Hetherington
2008-12-26* fix the fix: note velocity editing works now without duplicating the edited...Hans Baier
2008-12-25* first prototype implementation of playing back MIDI notes when selectedHans Baier
2008-12-23Fix note velocity editing.David Robillard
2008-12-23* preparation for different color coding schemesHans 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* fixed memory allocation bugsHans Baier
2008-12-12* fixed memory management bugs for midi patchname handlingHans Baier
2008-12-11*typo Hans Baier
2008-12-11* added myself to about.ccHans Baier
2008-09-26Fix audio region copy-drag, partially fix MIDI region copy-drag (thanks torbe...David Robillard
2008-09-23Eliminate a ton of unnecessary complete redrawing in MIDI stream views:David Robillard
2008-09-22Move event specific ringbuffer stuff to evoral.David Robillard
2008-09-21Display recorded controller data (fix show all/existing automation).David Robillard
2008-09-19Merge all the (disconcertingly missing) track/region/etc height changes from ...David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-09-14Fix events for MIDI region views (though coordinates seem to be a bit off).David Robillard
2008-09-14More gracefully handle type mismatch errors when doing playlist things (just ...David Robillard
2008-09-14Fix stacking of MIDI stream views to match that of audio.David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-05-22Make absurdly slow MIDI selection rectangle slightly less absurd.David Robillard
2008-05-22Fix MIDI selection/tool issues (issue #0002415 and other bugs).David Robillard
2008-05-16Fix invalid error message during MIDI recording (or files with stuck notes).David Robillard
2008-05-16Tidy up MIDI debugging output.David Robillard
2008-05-16Fix crash on out of range MIDI events (though this shouldn't be possible at a...David Robillard
2008-05-15Eliminate excessive allocation (for every event) during MidiModel iteration.David Robillard
2008-05-13* formattingHans Baier
2008-05-12* fixed various event size bugsHans Baier
2008-05-12Fix various MIDI corruption bugs.David Robillard
2008-05-09* formatting/style guideHans Baier
2008-05-09* adjusted formatting a bit to style guideHans Baier
2008-05-08* fixed some valgrind issues (uninitialized instance vars)Hans Baier