summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.cc
AgeCommit message (Expand)Author
2020-04-17remove debug outputPaul Davis
2020-04-16more sane design for MidiRegionView::nudge_notes()Paul Davis
2020-04-16MidiRegionView no longer handles any keypresses or alters editor "note select...Paul Davis
2020-04-04Update PatchChange when instrument/midnam changesRobin Gareus
2020-04-01Update MIDNAM handling in GUIRobin Gareus
2020-01-28shortest note length after a drag-trim is 1 tick, not 1/512 beatsPaul Davis
2020-01-28correct computation of new note length after a front-drag-trimPaul Davis
2020-01-14fix 03c4335c1e20311 to use the correct test for zero lengthPaul Davis
2020-01-11fix drawing of zero-length notesPaul Davis
2020-01-11use Note::end_time() == numeric_limits<Beats>::max() as the indicator that a ...Paul Davis
2020-01-08prevent MIDI note starts being drawn earlier than their region startPaul Davis
2019-11-02rename all Evoral source from .(hpp|cpp)$ to .(h|cc)Paul Davis
2019-11-02various adjustments so that a MidiPlaylist gets re-rendered whenever it changes.Paul Davis
2019-11-02alter where note resolution happens when a re-rendering is scheduled for a MI...Paul Davis
2019-09-20fix commented out decision on whether or not to hide/show sysexes in MIDI reg...Paul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-08-01(Source List) Clean up the natural_position implementation (gtk2 part).Ben Loftis
2019-04-09Replace some more "samples" with "frames" (rectangles)Robin Gareus
2019-04-09Another round of whitespace fixesRobin Gareus
2019-04-08Revert more "frame/sample" replacementsRobin Gareus
2019-04-08Yet another "Rect frame" (not a sample)Robin Gareus
2019-04-08Frame as in "picture frame", not sampleRobin Gareus
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