summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.cc
AgeCommit message (Expand)Author
2018-08-09Ignore scroll-wheel while dragging notes.Robin Gareus
2018-07-27new_grid: The Return of the snap_to_X functions.Ben Loftis
2018-07-05remove more unused MIDI note colorsPaul Davis
2018-07-03make use-note-color-for-velocity much much more efficientPaul Davis
2018-07-03call Note::set_velocity() at an appropriate timePaul Davis
2018-02-17Fix a few warningsBen Loftis
2018-02-09new_grid: Rewrite of Snap and Grid. (squashed commit)Ben Loftis
2018-02-09new_grid: MidiRegionView::motion should propagate thru RegionView, so snapped...Ben Loftis
2018-02-09new_snap: Snapped Cursor ( squashed commit )Ben Loftis
2017-09-24fix header order and space alignmentPaul Davis
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-19fix unintentionally edited color/theme name from f2s editPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18changes required to operate with the Evoral::Beats ticktime commitPaul Davis
2017-07-22Call Editor::abort_reversible_command() in MidiRegionView::abort_command()nick_m
2017-05-14Fix compiler warning of unused variable.André Nusser
2017-03-29When adding a PC, use the channel given in the dialog.Robin Gareus
2017-03-06more linked midi region trim drag fixes.nick_m
2017-03-05rework percussive hit spraying.nick_m
2017-03-04offset linked regions to compensate for negative start after trim drag.nick_m
2017-02-24also fix flying percussive hits while copy-dragging.nick_m
2017-02-24hotfix for flying percussive hits while dragging.nick_m
2017-02-07update note length when dragging notes (over tempo change)nick_m
2017-02-05remove overzealous bounds check when dropping notes.nick_m
2017-02-05midi note drags are music-based.nick_m
2017-02-04If 'MidiRegionView::find_canvas_sys_ex()' fails, make it return a boost::shar...John Emmas
2017-02-04clean up patch change/sysex headers.nick_m
2017-02-04set sysex height & position on redisplay.nick_m
2017-02-04improve sysex data display.nick_m
2017-02-04rework snapnick_m
2017-01-30speed up midi ghost region updatenick_m
2017-01-27MidiRegionView::redisplay_model() - code cleanupnick_m
2017-01-24MIDI note copy needs to adjust pitch of new notes before adding themPaul Davis
2017-01-23implement copy-drag for MIDI notes.Paul Davis
2017-01-20Leave some notes about memory-leaksRobin Gareus
2017-01-04note display performance.nick_m
2016-12-30fix bug where hidden ghostregions were updated.nick_m
2016-12-29Fix updates of region-colorRobin Gareus
2016-12-30minor MidiRegionView::redisplay_model() cleanupnick_m
2016-12-30retain note selection for invalidated notes.nick_m
2016-12-29more note performance work (dereference less).nick_m
2016-12-29revert 7805217b5 (make note mode change work again).nick_m
2016-12-29improve the performance of MidiRegionView::find_canvas_patch_change().nick_m
2016-12-29don't clear note items in MidiRegionView::display_model().nick_m
2016-12-24speed up load/quit for sessions containing ~25k events.nick_m
2016-12-23hide ghost events appropriately (e.g. after split).nick_m
2016-12-23only update GhostEvents on visible trackviews.nick_m
2016-12-23midi scrooming performance updates.nick_m
2016-12-21fix various midi display bugs introduced by 9038be49d8.nick_m
2016-12-20improve midi zoom/scroom performance with lots of notes.nick_m