summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.cc
AgeCommit message (Expand)Author
2016-07-10Paste uses exact beats. rework _start_beats calculation in copy-with-offset c...nick_m
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m
2016-06-11Fix many offset errors when drawing notes in midi regions that have been edited.nick_m
2016-06-08Step edit cursor no longer assumes constant tempo.nick_m
2016-05-31slight improvement of MIDI program names in verbose cursor while scrollingPaul Davis
2016-05-29Revert terrible thinko in 647c86e. (back to slow for now)nick_m
2016-05-29Speed up redraw while tempo dragging with midi regions (and possibly other re...nick_m
2016-05-27Tempo ramps - rename meter_at() -> meter_at_frame() & make the ticker slightl...nick_m
2016-05-27Crapola - this is an experimental performance hack that must be reverted.nick_m
2016-05-27Tempo ramps - remove double calls to RegionView::set_duration() and MidiRegio...nick_m
2016-05-27Tempo ramps - respect tempo note type and meter note divisor correctly.nick_m
2016-05-27Tempo ramps - midi notes resize when dragged, misc bug fixes.nick_m
2016-05-27Tempo ramps - fix constant tempo assumption wrt midi ghost note.nick_m
2016-05-27Tempo ramps - update midi regions and locations when dragging tempo.nick_m
2016-05-27Tempo ramps - fix changing from const to ramp in the gui.nick_m
2016-02-22Spelling correction patch from DebianAdrian Knoth
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-12Comment remaining unsolved bug.André Nusser
2016-01-12Don't show a ghost note when draw mode is entered over a note.André Nusser
2016-01-12Clean enter_internal and leave_internal in MidiRegionView.André Nusser
2016-01-12Hide MIDI ghost note when over existing note.André Nusser
2016-01-12Hide ghost note when switching from draw to internal edit mode.André Nusser
2016-01-12Fix appearing ghost note after drag select in internal edit mode.André Nusser
2015-12-22Better align note end time with gridNil Geisweiller
2015-12-22Remove shortening inserted notes by one tickNil Geisweiller
2015-12-02Enable horizontal scrolling in midi regions when note is selected.André Nusser
2015-11-01Add comment to MRV snap workaround.nick_m
2015-10-31Fix snap modifiers not working on notes when grid is set to off.nick_m
2015-10-24Clear point selection when uniquely selecting a note.nick_m
2015-10-22Remove GhostRegion::CatchDeletion signal to reduce session close timesTim Mayberry
2015-10-17Replace static PBD::Signal in NoteBase with direct call to MidiRegionViewTim Mayberry
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-18create new Event-IDs for pasted midi-notesRobin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-08-15cont'd work on piano roll highlighting.Robin Gareus
2015-08-15Highlight note in piano roll - #6510Robin Gareus
2015-06-29Revert "replace two more instances of !! with implicit use of operator bool()"Paul Davis
2015-06-29replace two more instances of !! with implicit use of operator bool()Paul Davis
2015-06-29Revert "use newly added operator bool() for Evoral::Beats rather than double-...Paul Davis
2015-06-29Revert "replace two more instances of !! with implicit use of operator bool()"Paul Davis
2015-06-29replace two more instances of !! with implicit use of operator bool()Paul Davis
2015-06-29use newly added operator bool() for Evoral::Beats rather than double-negation...Paul Davis
2015-06-11Magnetic snap now works on note moves / resizes.nick_m
2015-06-11Make absolute snap the default snap.nick_m
2015-05-28Fix uninitialised variable.nick_m
2015-05-23Bring back contrained drag modifier with preference setting.nick_m
2015-05-23Fix missing comment.nick_m
2015-05-23Fix inverted logic of SnapOff with snap modifiers pressed.nick_m