summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.cc
AgeCommit message (Expand)Author
2011-07-16Snap ghost note more intuitively (#4189).Carl Hetherington
2011-07-11fix for #3977 - shift-tab and shift-ctrl-tab move to the next/previous note l...Paul Davis
2011-07-02Fix erroneous note resizing in regions with non-zero start (#4143).Carl Hetherington
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-21change default overlapping note strategy to "relax" (i.e. do nothing); fix cr...Paul Davis
2011-06-13add MIDI channel editing for current note selection, bound to "c" by defaultPaul Davis
2011-06-12implement a delete operation that works like "cut" but doesn't put the delete...3.0-alpha6Paul Davis
2011-06-02Fix some weird styleDavid Robillard
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-30remove unused and useless "src" argument for a number of Region property modi...Paul Davis
2011-05-26Flip MIDI region view's verbose canvas cursor to above the mouse pointer if i...Carl Hetherington
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-20Clean up duplicate snap-related code.Carl Hetherington
2011-04-20Prevent snap_frame_to_frame returning -ve offset from the region start (fixes...Carl Hetherington
2011-04-20show MIDI channel for notes with verbose canvas cursor (#3883)Paul Davis
2011-04-06Fix my name :)David Robillard
2011-04-04remove message about MidiRegionView::redisplay_model() being called without a...Paul Davis
2011-03-05prevent trim cursors appearing, and prevent note trimming, when in a MIDI not...Paul Davis
2011-03-04forward unhandled button events from MidiRegionView back to EditorPaul Davis
2011-03-04Restore MIDI note preview (#3821).Carl Hetherington
2011-03-04Small cleanup.Carl Hetherington
2011-03-03deframe audio regions as well as MIDI when entering internal edit modePaul Davis
2011-03-03change note-edit-mode alpha of MIDI region view frame to 64, not zeroPaul Davis
2011-03-03experiment with making MIDI region boxes vanish when in note/internal edit mo...Paul Davis
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-02-28Make sure notes fit in the allocated height of a newly-created ghost region.Carl Hetherington
2011-02-21some cut-n-paste debugging stuff (more likely to follow)Paul Davis
2011-02-09remove irrelevant commentPaul Davis
2011-02-08Change the background colour of regions when they are small enough to not sho...Carl Hetherington
2011-02-08Remove always-true should_show_selection code.Carl Hetherington
2011-01-30Show bank number as well as program change in patch flags (remainder of #3625).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-07Revert previous ill-thought-out patch.Carl Hetherington
2010-12-07Allow trim of midi regions to before the start of the source. Fixes #3156.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-23Create snapped drag-created MIDI notes 1 frame shorter than the ending grid l...Carl Hetherington
2010-11-22Fix warnings.Carl Hetherington
2010-11-21Update ghost note presence when mouse mode is changed. Fixes #3559.Carl Hetherington