summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.cc
AgeCommit message (Expand)Author
2011-11-15Fix typo in last commit.3.0-beta1Carl Hetherington
2011-11-15When tabbing between notes in a MIDI region view, only consider those that ar...Carl Hetherington
2011-11-04Remove non-RT-safe alloc in the MIDI process() call.Carl Hetherington
2011-10-22Fix up some comments.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-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-28Stop MidiRegionView claiming PrimaryModifier-scrollwheel soCarl Hetherington
2011-09-28Clear selected MIDI notes in all regions when they areCarl Hetherington
2011-09-28Remove erroneous check that would prevent notes being put atCarl Hetherington
2011-09-28More debug removal. Also fix ghost note position on non-zero-start regions (...Carl Hetherington
2011-09-28Remove some debug messages.Carl Hetherington
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis
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-19Fix up note snapping so that we snap to the note we're over.Carl 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-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