summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.cc
AgeCommit message (Expand)Author
2011-12-19rename Timecode::BBT_Time::ticks_per_beat to Timecode::BBT_Time::ticks_per_ba...Paul Davis
2011-12-19do not convert from grid-type-beats to frames and back to beats when determin...Paul Davis
2011-12-11Move note creation code into a Drag; fix snapping of noteCarl Hetherington
2011-12-10Comment.Carl Hetherington
2011-12-07remove visible "sound notes" button,add Config parameter to control this (whi...Paul Davis
2011-12-03Add some missing initialisers; remove pointless _model_nameCarl Hetherington
2011-12-03Fix somewhat unlikely crash on doing add note; start drag to resize note; und...Carl Hetherington
2011-12-02revert recent change to Evoral::Event, and use static_cast<> to get from Even...Paul Davis
2011-12-02use new parameter that controls display of MTC and MIDI clock, as well as att...Paul Davis
2011-11-17Remove ghost notes when actual notes are deleted, and ensure the _optimizatio...Carl Hetherington
2011-11-16Use a Drag class for midi note selection, so that itCarl Hetherington
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