Implement range selecting for MIDI notes (#4087).
[ardour.git] / gtk2_ardour / midi_region_view.h
2011-10-07 David RobillardImplement range selecting for MIDI notes (#4087).
2011-10-07 David RobillardImplement invert selection for MIDI notes (#4087).
2011-09-28 Carl HetheringtonClear selected MIDI notes in all regions when they are
2011-09-06 Carl HetheringtonSnap new automation points in AutomationRegionViews...
2011-08-20 Carl HetheringtonAnother go at fixing up MIDI note additions with snap
2011-08-17 Paul Davisvarious fixes to MidiRegionView selection handling... 3.0-alpha10
2011-08-16 Paul Davisattempt to fix deep confusion in GUI code about convert...
2011-08-03 Carl HetheringtonApply x42's patch from #4207; rename MIDI control
2011-07-27 Paul DavisPrimary-(scroll|up|down) on patch/bank change event...
2011-07-11 Paul Davisfix for #3977 - shift-tab and shift-ctrl-tab move to...
2011-06-13 Paul Davisadd MIDI channel editing for current note selection...
2011-06-01 David RobillardDelete trailing whitespace
2011-05-25 Carl HetheringtonRemove MIDI track default channel and its menu, and...
2011-05-19 David RobillardFix broken indentation.
2011-05-02 Carl HetheringtonSeparate verbose cursor out into its own class and...
2011-04-20 Carl HetheringtonPrevent snap_frame_to_frame returning -ve offset from...
2011-03-02 Carl HetheringtonFix up undo/redo of MIDI note paste (#3815).
2011-02-28 Carl HetheringtonUpdate ghost MIDI regions in automation tracks when...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2010-12-29 Paul Davisrest of lincoln's MIDI note edit via click outside...
2010-12-28 Carl HetheringtonUnify program change and bank handling so that they...
2010-12-26 Carl HetheringtonUse the channel selector to decide which channel to...
2010-12-22 Carl HetheringtonAdd menu option to insert program changes.
2010-12-20 Carl HetheringtonAllow deletion of program changes in the same way as...
2010-12-20 Carl HetheringtonAllow dragging of program change flags in MIDI regions.
2010-12-14 Paul Davisfix some more incorrect casts to CanvasNote rather...
2010-12-09 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-07 Carl HetheringtonTweak some naming slightly.
2010-11-24 Carl HetheringtonPut MIDI notes into their own canvas group, and reparen...
2010-11-21 Carl HetheringtonUpdate ghost note presence when mouse mode is changed...
2010-10-18 Carl HetheringtonSlightly clean up and fix unwanted display of percussiv...
2010-10-08 Carl HetheringtonUpdate recorded MIDI regions as notes arrive. Fixes...
2010-10-05 Carl HetheringtonRemove some unused code.
2010-09-22 Paul Davismuch craziness with canvas cursors; fix 0 beat cursor...
2010-09-21 Paul Davis(1) remove almost-never used block/unlock_property_chan...
2010-09-21 Paul Davislincoln's patch that makes us pay attention to region...
2010-09-17 Paul Davisfix errors in midi note drag preview (#3446)
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-15 Paul Daviswhen there is a chord at the beginning of a note select...
2010-09-15 Paul Daviscleaner version of previous commit
2010-09-15 Paul Davis(optionally) play note(s) as they are moved around...
2010-08-19 Carl HetheringtonSnap to note start rather than mouse pointer when dragg...
2010-08-14 Carl HetheringtonAdd note edit dialog. Fixes #3346.
2010-08-13 Paul Davisadd step editing sustain support
2010-08-11 Paul Davismake step edit cursor follow zoom (and change its color...
2010-08-11 Paul Davisvari-size rect as step-edit cursor
2010-08-11 Paul Davisadd a first hack at a step edit cursor (to be changed...
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-07-25 Paul Davis(1) extend region if needed BEFORE adding step-edit...
2010-06-28 Carl HetheringtonDisable midi model updates during trim drags. Speeds...
2010-06-24 Paul Davischange note colors on the fly, to permit user-definitio...
2010-06-20 Carl HetheringtonWhen creating notes with the pencil tool, make them...
2010-06-12 Paul Davisintroduce the notion that note additions and property...
2010-06-08 Carl HetheringtonClean up a bit. Fix non-relative note dragging mode...
2010-05-28 Paul Davisheavy-handed and crude way to stop WM-stolen-alt keys...
2010-05-27 Paul Davisrefactor MidiRegionView event handling to avoid too...
2010-05-26 Carl HetheringtonShow the verbose canvas cursor with the ghost note.
2010-05-25 Carl HetheringtonRudimentary ghost note when adding MIDI notes to a...
2010-05-25 Carl HetheringtonImplement shift-right-click to delete MIDI note (#3170)
2010-05-25 Carl HetheringtonEnsure a create note drag rectangle starts with both...
2010-05-20 Paul Davis(1) make quantize actually use the main grid setting...
2010-05-16 Carl HetheringtonWhen inserting new notes with the pencil tool, make...
2010-05-10 Paul Davisuse a static per-class signal to notify the selection...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-10 Carl HetheringtonMove ARDOUR::Change into PBD so that Stateful can be...
2010-01-07 Paul Davisselect-by-pitch from the piano roll header (inspired...
2010-01-05 Paul Davisget the MIDI list editor working a little better and...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-10-19 David RobillardUse set over vector for Sequence::Notes, for logarithmi...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-06 Paul Davisogg/flac support bits and pieces; fix up MIDI note...
2009-09-10 Paul Davisdo not crash when loading old history files with MIDI...
2009-09-10 Paul Davismore MIDI editing cleanups, mostly fixing subtleties...
2009-09-09 Paul Davisre-use canvas note items when the model changes ; sligh...
2009-09-09 Paul Davistime line items now have 64 bit location + duration...
2009-09-08 Paul Davismove note drag & note resize mouse handling up into...
2009-09-07 Paul Davisuse diff commands for quantize, with infrastructure...
2009-09-07 Paul Davisadd anonymous union to DiffCommand to allow uint8t_t...
2009-09-06 Paul Davisthe start (only the start) of MIDI diff commands
2009-09-03 Paul Davisthe basics of step editing, more details to follow
2009-08-28 Paul Davismore MIDI editing tweaks ; flip mouse mode buttons...
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-08-18 Paul Davismake shift-click for extend-selection sort-of work...
2009-08-17 Paul Davismove assignments out of assert() in editor_drag (thanks...
2009-08-14 Paul Davisfix up display of notes when creating/editing a MIDI...
2009-08-13 Paul Davismore MIDI paste improvements, plus move region-mute...
2009-08-13 Paul DavisMIDI cut&paste round two (not done yet); a small region...
2009-08-10 Paul Davisfirst part of MIDI cut/copy/paste ; fix for input/outpu...
2009-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
2009-06-08 Carl HetheringtonFurther refactoring of drag code. Changes so that...
2009-05-05 David RobillardFix note dragging.
2009-05-05 David RobillardRemove useless/broken concept of 'erase touch dragging'.
2009-05-05 David RobillardMake MIDI note editing work somewhat again...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-17 David RobillardRemove unnecessary/unused template parameter from canva...
2009-02-16 Hans Baier* First prototype of SysEx GUI
2009-02-16 David RobillardFix time / positioning of PC flags (beat time).
next