summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-11-20NoteCreateDrag::grid_frames works over a tempo change.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 widget visibility with detached preferences windowTim Mayberry
2016-11-19Don't allow recursive calls to EngineDialogRobin Gareus
2016-11-19fix ambiguityRobin Gareus
2016-11-19Disable OSX 10.5/PPC support (MacVST is Cocoa UI only)Robin Gareus
2016-11-18Generally speaking we use Glib::usleep() now in preference to standard ::usle...John Emmas
2016-11-18Remove the MSVC 'poll()' emulation now that Ardour's stopped using poll()John Emmas
2016-11-18OSC: mark session dirty if setup changesLen Ovens
2016-11-19fix for ghost note becoming stuck after note selection deleted.nick_m
2016-11-18OSC: issue 7116 fix send enable not workingLen Ovens
2016-11-18Recursively scan for MacVSTsRobin Gareus
2016-11-18remove thinko in MidiRegion::post_set().nick_m
2016-11-17Fix track-templates with sidechains -- closes #7117Robin Gareus
2016-11-18fix incorrect subdivision when dragging/trimming regions using magnetic snap.nick_m
2016-11-17fix type in prev. commitRobin Gareus
2016-11-17GUI to disable MacVST at runtimeRobin Gareus
2016-11-17Add runtime option to disable MacVSTRobin Gareus
2016-11-17Allow to migrate sessions with VST pluginsRobin Gareus
2016-11-17try VST2.4's VSTPluginMain firstRobin Gareus
2016-11-17fix mingw64 debug buildRobin Gareus
2016-11-16Add example script to modulate parmaters globallyRobin Gareus