summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
AgeCommit message (Expand)Author
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
2013-04-25use virtual bool canvas_group_event () in TimeAxisViewItems to get suitably d...Paul Davis
2013-04-12change frames_per_pixel to samples_per_pixelPaul Davis
2013-04-12change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_...Paul Davis
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-03-27Squashed commit of the following:Paul Davis