summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
AgeCommit message (Expand)Author
2009-10-19Use set over vector for Sequence::Notes, for logarithmic search by time.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-06ogg/flac support bits and pieces; fix up MIDI note dragging and front-edge tr...Paul Davis
2009-09-10do not crash when loading old history files with MIDI edits; add all notes in...Paul Davis
2009-09-10more MIDI editing cleanups, mostly fixing subtleties. Will break loading the ...Paul Davis
2009-09-09re-use canvas note items when the model changes ; slightly more efficient (pr...Paul Davis
2009-09-09time line items now have 64 bit location + duration; start making note resize...Paul Davis
2009-09-08move note drag & note resize mouse handling up into the Drag/Editor infrastru...Paul Davis
2009-09-07use diff commands for quantize, with infrastructure changes as requiredPaul Davis
2009-09-07add anonymous union to DiffCommand to allow uint8t_t and time-based arguments...Paul Davis
2009-09-06the start (only the start) of MIDI diff commandsPaul Davis
2009-09-03the basics of step editing, more details to followPaul Davis
2009-08-28more MIDI editing tweaks ; flip mouse mode buttons around for MIDI so that "o...Paul Davis
2009-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul Davis
2009-08-18make shift-click for extend-selection sort-of work for MIDIPaul Davis
2009-08-17move assignments out of assert() in editor_drag (thanks lincoln); change mous...Paul Davis
2009-08-14fix up display of notes when creating/editing a MIDI region with the pencil; ...Paul Davis
2009-08-13more MIDI paste improvements, plus move region-mute binding to PRIMARY-m and ...Paul Davis
2009-08-13MIDI cut&paste round two (not done yet); a small region trim fix from lincoln s.Paul Davis
2009-08-10first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProc...Paul Davis
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-06-08Further refactoring of drag code. Changes so that drags from the region list...Carl Hetherington
2009-05-05Fix note dragging.David Robillard
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-25*** NEW CODING POLICY ***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-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-14* commentsHans Baier
2009-01-07Fix audible note select:David Robillard
2008-12-25* first prototype implementation of playing back MIDI notes when selectedHans 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* 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-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-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-10merge from 2.0-ongoing @ 3581Paul Davis
2008-05-22Fix MIDI selection/tool issues (issue #0002415 and other bugs).David Robillard
2008-05-12Fix various MIDI corruption bugs.David Robillard
2008-04-29* renamed canvas-midi-event.* into canvas-note-event.*Hans Baier