summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
AgeCommit message (Expand)Author
2011-03-02Fix up undo/redo of MIDI note paste (#3815).Carl Hetherington
2011-02-28Update ghost MIDI regions in automation tracks when zoom changes. Fixes #3803.Carl Hetherington
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2010-12-29rest of lincoln's MIDI note edit via click outside of MIDI edit mode patchPaul Davis
2010-12-28Unify program change and bank handling so that they are manipulated together.Carl Hetherington
2010-12-26Use the channel selector to decide which channel to add program changes to.Carl Hetherington
2010-12-22Add menu option to insert program changes.Carl Hetherington
2010-12-20Allow deletion of program changes in the same way as notes.Carl Hetherington
2010-12-20Allow dragging of program change flags in MIDI regions.Carl Hetherington
2010-12-14fix some more incorrect casts to CanvasNote rather than CanvasNoteEvent (fixe...Paul Davis
2010-12-09Allow trim of midi regions to before the start of the source (better, this ti...Carl Hetherington
2010-12-07Tweak some naming slightly.Carl Hetherington
2010-11-24Put MIDI notes into their own canvas group, and reparent this group during st...Carl Hetherington
2010-11-21Update ghost note presence when mouse mode is changed. Fixes #3559.Carl Hetherington
2010-10-18Slightly clean up and fix unwanted display of percussive notes outside the no...Carl Hetherington
2010-10-08Update recorded MIDI regions as notes arrive. Fixes one cause of infinite no...Carl Hetherington
2010-10-05Remove some unused code.Carl Hetherington
2010-09-22much craziness with canvas cursors; fix 0 beat cursor text when shortening no...Paul Davis
2010-09-21(1) remove almost-never used block/unlock_property_changes() methods from PBD...Paul Davis
2010-09-21lincoln's patch that makes us pay attention to region copies w.r.t the region...Paul Davis
2010-09-17fix errors in midi note drag preview (#3446)Paul Davis
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-15when there is a chord at the beginning of a note selection, play the whole ch...Paul Davis
2010-09-15cleaner version of previous commitPaul Davis
2010-09-15(optionally) play note(s) as they are moved around on the pitch axis (finishe...Paul Davis
2010-08-19Snap to note start rather than mouse pointer when dragging MIDI notes. Fixes...Carl Hetherington
2010-08-14Add note edit dialog. Fixes #3346.Carl Hetherington
2010-08-13add step editing sustain supportPaul Davis
2010-08-11make step edit cursor follow zoom (and change its color a bit)Paul Davis
2010-08-11vari-size rect as step-edit cursorPaul Davis
2010-08-11add a first hack at a step edit cursor (to be changed); add program+bank stub...Paul Davis
2010-07-27change Control::{set,get}_float to Control::{set,get}_double and make almost ...Paul Davis
2010-07-25(1) extend region if needed BEFORE adding step-edit note, so that the new not...Paul Davis
2010-06-28Disable midi model updates during trim drags. Speeds the drags up at the cos...Carl Hetherington
2010-06-24change note colors on the fly, to permit user-definition of colors more easil...Paul Davis
2010-06-20When creating notes with the pencil tool, make them 1 frame shorter than the ...Carl Hetherington
2010-06-12introduce the notion that note additions and property changes can cause the r...Paul Davis
2010-06-08Clean up a bit. Fix non-relative note dragging mode to fit my understanding ...Carl Hetherington
2010-05-28heavy-handed and crude way to stop WM-stolen-alt keys from causing MidiRegion...Paul Davis
2010-05-27refactor MidiRegionView event handling to avoid too much spaghetti as we move...Paul Davis
2010-05-26Show the verbose canvas cursor with the ghost note.Carl Hetherington
2010-05-25Rudimentary ghost note when adding MIDI notes to a region, as per #3180.Carl Hetherington
2010-05-25Implement shift-right-click to delete MIDI note (#3170)Carl Hetherington
2010-05-25Ensure a create note drag rectangle starts with both ends snapped,Carl Hetherington
2010-05-20(1) make quantize actually use the main grid setting and not just default to ...Paul Davis
2010-05-16When inserting new notes with the pencil tool, make them the length of the gr...Carl Hetherington
2010-05-10use a static per-class signal to notify the selection object in each MidiRegi...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-10Move ARDOUR::Change into PBD so that Stateful can be aware ofCarl Hetherington