summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.cc
AgeCommit message (Expand)Author
2012-04-14Fix a few framecnt / framepos type confusions.Carl Hetherington
2012-03-12paste_pos_beats should be source-relative, not region position relative; fixe...Carl Hetherington
2012-02-08use trim cursors near end of a MIDI note when in Draw mode (and not in Range ...Paul Davis
2012-02-02hand-done version of patch from tophatdave to prevent use of trim cursors whe...Paul Davis
2012-02-02patch for bad region-extension when pasting into a MIDI that doesn't start at...Paul Davis
2012-02-01start to provide real functionality in MIDI list editor. far from finished, b...Paul Davis
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
2012-01-19new mouse mode (Draw (notes)); switch into internal mode when draw is selecte...Paul Davis
2012-01-19enter and exit node edit mode with dbl-click in any MIDI regionPaul Davis
2012-01-06partially revert some of the recent work on tempo to reflect new understandin...Paul Davis
2012-01-04tweak constants that affect whether/where trimming cursors are shown for MIDI...Paul Davis
2012-01-04fix error in framepos_{plus,minus}_bbt() which miscounted beats while steppin...Paul Davis
2012-01-04use BBTPoint::is_bar() rather than ::beat == 1 ; implement TempoMap::framepos...Paul Davis
2011-12-30Clean up comments to create_note_at, since it no longers snaps its length par...Carl Hetherington
2011-12-27Fix comparison of beats to frames when deciding whether to show a patch chang...Carl Hetherington
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