summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.cc
AgeCommit message (Expand)Author
2017-01-04note display performance.nick_m
2016-12-30fix bug where hidden ghostregions were updated.nick_m
2016-12-29Fix updates of region-colorRobin Gareus
2016-12-30minor MidiRegionView::redisplay_model() cleanupnick_m
2016-12-30retain note selection for invalidated notes.nick_m
2016-12-29more note performance work (dereference less).nick_m
2016-12-29revert 7805217b5 (make note mode change work again).nick_m
2016-12-29improve the performance of MidiRegionView::find_canvas_patch_change().nick_m
2016-12-29don't clear note items in MidiRegionView::display_model().nick_m
2016-12-24speed up load/quit for sessions containing ~25k events.nick_m
2016-12-23hide ghost events appropriately (e.g. after split).nick_m
2016-12-23only update GhostEvents on visible trackviews.nick_m
2016-12-23midi scrooming performance updates.nick_m
2016-12-21fix various midi display bugs introduced by 9038be49d8.nick_m
2016-12-20improve midi zoom/scroom performance with lots of notes.nick_m
2016-12-16more work on patch change redisplay.nick_m
2016-12-15correct return syntaxPaul Davis
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-12-03Remove Evoral::MIDIEventDavid Robillard
2016-11-23MidiRegionView::clear_events() does _selection.clear(). remove the extra one.nick_m
2016-11-23decouple midi region note range and height from midi streamview.nick_m
2016-11-22don't display notes that start at region end.nick_m
2016-11-22fix thinko in 8e8c4a73f1e.nick_m
2016-11-22prevent Percussive mode from displaying a ghost hit at region end.nick_m
2016-11-21fix compilation, rename PercussiveCreateDrag -> HitCreateDragnick_m
2016-11-21rework mouse hit creation (percussive mode) - mostly as per #7130.nick_m
2016-11-21MRV handles an alt key press even if nothing happened.nick_m
2016-11-21fix for short notes being displayed as infinitely long.nick_m
2016-11-20pressing alt while creating a note (snap modifier) keeps mouse_state.nick_m
2016-11-20after creating a note, don't add the ghost note until next motion.nick_m
2016-11-20NoteCreateDrag starts on button press.nick_m
2016-11-19remove unused variable.nick_m
2016-11-19further to 1a6a72b57, handle deleting a note while a non-selected one is ente...nick_m
2016-11-19fix for ghost note becoming stuck after note selection deleted.nick_m
2016-11-11rename Region pos_beats -> quarter_notenick_m
2016-11-11rename Region pulse to pos_beats. use new beat distance api where required.nick_m
2016-10-26clean up ghost note wrt create drag.nick_m
2016-10-17Amend previous commit.nick_m
2016-10-17Set note colour of new MidiGhostRegions corrctly.nick_m
2016-10-16Slightly improve note update performance, fix note resizing for non-4.0 meter...nick_m
2016-10-15Note selection state uses note event_id_t.nick_m
2016-10-10Interpret start & length_beats properties as double rather than Evoral::Beats.nick_m
2016-10-09Use double comparison in MidiRegionView::note_in_region_range().nick_m
2016-09-23Fix bug where drawing long notes placed the new note on the previous snap line.nick_m
2016-09-23Remove _midi_regions_use_bbt_beats from Session, _start_pulse and _length_pul...nick_m
2016-09-15Do not delete selected MIDI notes while dragging. (See #6602)Guido Aulisi
2016-09-07Remove unused variable.nick_m
2016-09-02Ensure the correct position is passed to MidiRegionView::get_grid_beats().nick_m
2016-08-31No-op - rename var in MidiRegionView::note_dropped().nick_m