summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
AgeCommit message (Expand)Author
2020-04-16MidiRegionView no longer handles any keypresses or alters editor "note select...Paul Davis
2020-04-16NOOP: newline removalPaul Davis
2020-04-16add a bunch of argument-free methods to MidiRegionView for use as actionsPaul Davis
2020-04-04Update PatchChange when instrument/midnam changesRobin Gareus
2019-09-30No more doxygen warnings for gtk2_arodur/*Robin Gareus
2019-09-30Fix some UI doxygen warningsRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2017-09-24fix header order and space alignmentPaul Davis
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-03-05remove bogus variable from last commitnick_m
2017-03-04offset linked regions to compensate for negative start after trim drag.nick_m
2017-02-05midi note drags are music-based.nick_m
2017-02-04improve sysex data display.nick_m
2017-01-30speed up midi ghost region updatenick_m
2017-01-23implement copy-drag for MIDI notes.Paul Davis
2017-01-04note display performance.nick_m
2016-12-29improve the performance of MidiRegionView::find_canvas_patch_change().nick_m
2016-12-22More 8 whitespace to tab indentation fixesNil Geisweiller
2016-12-15speed up patch change redisplay when using scroomer / adjusting height.nick_m
2016-12-14test diff for patch change performance when caching colours.nick_m
2016-11-23decouple midi region note range and height from midi streamview.nick_m
2016-11-22NoteCreateDrag - remove some codenick_m
2016-11-19further to 1a6a72b57, handle deleting a note while a non-selected one is ente...nick_m
2016-10-15Note selection state uses note event_id_t.nick_m
2016-09-23Fix bug where drawing long notes placed the new note on the previous snap line.nick_m
2016-08-31MidiRegionView uses quarter note snapping.nick_m
2016-07-22Remove the temporary note group in MidiRegionView, update start trim during d...nick_m
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10Paste uses exact beats. rework _start_beats calculation in copy-with-offset c...nick_m
2016-02-11Fix bug #6762, MIDNAM note read outs don't work when dragging MIDI noteTim Mayberry
2016-01-14Change handling of Midi note selection to eliminate signal emission/delays.Tim Mayberry
2016-01-12Hide MIDI ghost note when over existing note.André Nusser
2015-10-17Replace static PBD::Signal in NoteBase with direct call to MidiRegionViewTim Mayberry
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-08-15cont'd work on piano roll highlighting.Robin Gareus
2015-05-23Fix inverted logic of SnapOff with snap modifiers pressed.nick_m
2015-05-22Make note drags and resizes obey the disable sanp modifier.nick_m
2015-05-22More cleanupnick_m
2015-05-17Relative snap - support magnetic mode (hackishly for now)nick_m
2015-05-16Relative snapnick_m
2015-03-14Only sound selected notes momentarily (#6142).David Robillard
2015-01-12Fix crash when undoing note delete.David Robillard
2015-01-11Fix AutomationTrackItem rubberband click thinking it was unhandled.nick_m
2015-01-07MusicalTime => Beats.David Robillard
2014-12-30Fix display of MIDI while recording.David Robillard
2014-12-28Show correct ghost hit for percussive tracks.David Robillard
2014-12-28Set new note velocity based on surrounding notes.David Robillard