summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
AgeCommit message (Expand)Author
2012-04-30Remove un-read variable.Carl Hetherington
2012-03-12Fix comments.Carl Hetherington
2012-01-20make mouse range mode do something interesting when in internal/note edit mod...Paul Davis
2012-01-19more fixups of various things including cursors when note editing. in particu...Paul Davis
2011-12-30Clean up comments to create_note_at, since it no longers snaps its length par...Carl Hetherington
2011-12-11Move note creation code into a Drag; fix snapping of noteCarl Hetherington
2011-12-03Fix somewhat unlikely crash on doing add note; start drag to resize note; und...Carl Hetherington
2011-11-16Use a Drag class for midi note selection, so that itCarl Hetherington
2011-11-04Remove non-RT-safe alloc in the MIDI process() call.Carl Hetherington
2011-10-19Trim include tree.David Robillard
2011-10-07Implement range selecting for MIDI notes (#4087).David Robillard
2011-10-07Implement invert selection for MIDI notes (#4087).David Robillard
2011-09-28Clear selected MIDI notes in all regions when they areCarl Hetherington
2011-09-06Snap new automation points in AutomationRegionViews (#4297).Carl Hetherington
2011-08-20Another go at fixing up MIDI note additions with snapCarl Hetherington
2011-08-17various fixes to MidiRegionView selection handling, key handling, drawing of ...3.0-alpha10Paul Davis
2011-08-16attempt to fix deep confusion in GUI code about converting between musical an...Paul Davis
2011-08-03Apply x42's patch from #4207; rename MIDI controlCarl Hetherington
2011-07-27Primary-(scroll|up|down) on patch/bank change event changes bank number; chan...Paul Davis
2011-07-11fix for #3977 - shift-tab and shift-ctrl-tab move to the next/previous note l...Paul Davis
2011-06-13add MIDI channel editing for current note selection, bound to "c" by defaultPaul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-25Remove MIDI track default channel and its menu, and choose the channel for ne...Carl Hetherington
2011-05-19Fix broken indentation.David Robillard
2011-05-02Separate verbose cursor out into its own class and clean up the API. Fixes #...Carl Hetherington
2011-04-20Prevent snap_frame_to_frame returning -ve offset from the region start (fixes...Carl Hetherington
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