summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-25provisional changes to speed up solo changes to large numbers of routes.Paul Davis
2016-11-25Speed up AFL/PFL changes for large sessionsRobin Gareus
2016-11-25The DisplaySuspender is useless with async Session RTEventsRobin Gareus
2016-11-24Don't allow duplicate playlist namesRobin Gareus
2016-11-24_maps_from_state is legal after unfreeze (restore state)Robin Gareus
2016-11-24a-High/LowPass allow 8K samples inclusiveRobin Gareus
2016-11-25midi ghost region fill colour is per event. don't store it. ensure _outline i...nick_m
2016-11-25amend last commit.nick_m
2016-11-25midi scroomer updates streamview during drags.nick_m
2016-11-24French translation updateOlivier Humbert
2016-11-24small correction to de.poedogawa23
2016-11-24Fix mysterious crashes such as #7049Robin Gareus
2016-11-23another hack to accommodate different project namesRobin Gareus
2016-11-23catch up with .de translationEdgar Aichinger
2016-11-23clean up pending region selection if a region goes away.nick_m
2016-11-23MidiRegionView::clear_events() does _selection.clear(). remove the extra one.nick_m
2016-11-23fix a crash when deleting a MIDI region with CC automation (see recipe below)nick_m
2016-11-23clicking on an automation line selects adjacent points correctly.nick_m
2016-11-23decouple midi region note range and height from midi streamview.nick_m
2016-11-23son't try to select non-existent notes after editing (and thus crash).nick_m
2016-11-23constify some TempoMap functions.nick_m
2016-11-22remove set but not used variable in tempo.ccnick_m
2016-11-21MIDI LFO generator pluginRobin Gareus
2016-11-22amend 66488e117 - BBT clock scrolling handles multiple audio-locked meters.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-22filter events in HitCreateDrag, remove some code.nick_m
2016-11-22prevent Percussive mode from displaying a ghost hit at region end.nick_m
2016-11-22NoteCreateDrag - remove some codenick_m
2016-11-22TempoMap::bbt_duration_at() handles an audio-locked meter.nick_m
2016-11-21Make Cut mode respect snap modiferTim Mayberry
2016-11-21Show cursor in Cut mode on button press at cutting positionTim Mayberry
2016-11-21Reparent cursor used in Cut mode so that it is on top and visibleTim Mayberry
2016-11-21Make menu item for Add Track/Bus/VCA dialog consistent with window titleOlivier Humbert
2016-11-20update german translationEdgar Aichinger
2016-11-21fix typo in tempo.ccnick_m
2016-11-21clean up HitCreateDrag. should be a no-op.nick_m
2016-11-21fix compilation, rename PercussiveCreateDrag -> HitCreateDragnick_m
2016-11-21only spray percussive hits during create drag if the grid is in use.nick_m
2016-11-21rework mouse hit creation (percussive mode) - mostly as per #7130.nick_m
2016-11-21NoteCreateDrag scope fix - should be a no-op.nick_m
2016-11-21use a minimum note length of whatever 1 px is in beats in NoteCreateDrag.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-19Add a Lua script snippet processing region data from the editorRobin Gareus
2016-11-19Allow to call ARDOUR.DSP Lua functions from UI scriptsRobin Gareus
2016-11-20make it clear that there is no drag threshold for NoteCreateDrag.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