summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
AgeCommit message (Expand)Author
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
2014-12-24Fix potential memory errors with note player.David Robillard
2014-12-23Fix cursor update on nested entry.David Robillard
2014-12-20Fix various cursor problems.David Robillard
2014-12-18Use color modifiers for dynamic region styles.David Robillard
2014-12-18Make MIDI regions translucent for internal tools.David Robillard
2014-12-18Enforce internal/external selection exclusivity.Ben Loftis
2014-12-17Support stepping bank by shift+scroll/arrow.David Robillard
2014-12-17Remove some aborts that don't really need to be.David Robillard
2014-12-17Don't allow drawing notes in rec regions (crash).David Robillard
2014-12-06Nudge notes by 1 bar if secondary modifier active.David Robillard
2014-12-06Grab keyboard only with note selection.David Robillard
2014-12-06Support paste between automation lanes.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-11-22Factor out copy-paste code to get grid type in beats defaulting to 1.David Robillard
2014-11-22Move time converters only to the region views that actually need them.David Robillard
2014-11-16Support cut/copy/paste of MIDI notes and controllers at the same time.David Robillard
2014-11-14Implement "multi-paste" for notes, regions, and automation.David Robillard
2014-11-14Fix various sticky/broken cursor issues.David Robillard
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis
2014-06-03fix two mysterious problems with stdint typesPaul Davis
2014-03-06trivial API change for MidiRegionView::update_hit()Paul Davis