summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-24provide mixer-specific bindings for Alt-(up|down) to match editorPaul Davis
2018-08-24invert-selection: if tracks are selected, invert selection at that level, ↵Paul Davis
unless in internal edit mode
2018-08-24move select-all-tracks,deselect-all,invert-selection to be global actions ↵Paul Davis
(and bindings)
2018-08-22Revert "LCXL: Fast skip to first/last stripable with left/right long press"Térence Clastres
This reverts commit 27b05f4d8dcafa2901c6c60a2c3721017cf642ef.
2018-08-22LCXL: Make knobs' leds' color constant when controlling master busTérence Clastres
2018-08-22LCXL: track select: change from 1 strip at a time to whole bankTérence Clastres
2018-08-22LCXL: Mixbus secondary function for Ctrl buttonsJan Lentfer
In Mixbus holding Device and pressing one (or many) of the Track Control buttons will toggle the Master Assignment for the corresponding track
2018-08-22LCXL: Add some Mixbus functionalityJan Lentfer
in the mixer mode secondary functions (Device/Hold) of knobs per track will map as follows: Send A - trim (same as for Ardour) Send B - HPF Freq PAN - Compressor threshold
2018-08-22LCXL: save assignment of 8th fader in configJan Lentfer
2018-08-22LCXL: fix some more typosJan Lentfer
2018-08-19LCXL: Fast skip to first/last stripable with left/right long pressTérence Clastres
2018-08-19LCXL: fix crash when disabling the surface while having the GUI openTérence Clastres
2018-08-18LCXL: Add configuration option for handling masterJan Lentfer
In the Controller's settings you can now choose between two operation modes: 1) 8 track mode 2) 7 track plus master mode In case 2) fader 8 is fixed on the master
2018-08-18Add knob leds and refine colorsTérence Clastres
2018-08-18LCXL: fix typos in function namesJan Lentfer
2018-08-18LCXL: add isolate solo as secondary functionJan Lentfer
Holding the Device button and press one of the Track Focus button will toggle solo isolation on the correspongind track
2018-08-18LCXL: split track focus button and led codeJan Lentfer
2018-08-18NO-OP: whitespaceRobin Gareus
2018-08-18Initialize uninitialized variableRobin Gareus
2018-08-17use paramer_count position as index, instead of control-port positionNikolaus Gullotta
2018-08-17comment out old code remnant that is causing crash on mac.Nikolaus Gullotta
2018-08-17add mac_vst_plugin_info() to list_plugins() and new_plugin_info()Nikolaus Gullotta
2018-08-17stop trying to guess plugin type, just ask the plugin during store-timeNikolaus Gullotta
2018-08-17Add missing Lua MacVST constantRobin Gareus
2018-08-16Plugin Load Info: add a triangle indicator, tweak layoutRobin Gareus
2018-08-15Code styling: remove whitespaces between parenthesisTérence Clastres
2018-08-15Attempt to make some function's names more explicitTérence Clastres
2018-08-15Fix track select right led wrong behaviourTérence Clastres
2018-08-15Fix track buttons not working when selecting the last stripableTérence Clastres
2018-08-16Tweak labels for plugin-load displayRobin Gareus
2018-08-16Remove some unused includesRobin Gareus
2018-08-15Remove plugin-manager's channel-filterRobin Gareus
For most plugin-standards it is useless. Variable I/O is not filtered, and many plugins also come in mono-compatible stereo-variant. The MIDI filter never worked reliably either.
2018-08-15Remove ill-conceived Mixbus special case.Robin Gareus
Using "Audio I/O" prevents instruments being listed by default.
2018-08-15rt:is_master(), not r:is_master()Nikolaus Gullotta
2018-08-15added a check for master, due to substituting pan control values for non ↵Nikolaus Gullotta
master() routes
2018-08-15Make authoring consistentNikolaus Gullotta
2018-08-15Keep MSVC happy by specifying which version of 'floor()' we want (gtk2_ardour)John Emmas
2018-08-15Tweak plugin DSP stats UIRobin Gareus
* add Clear/Reset button * increase opacity of min/max bar * variable log-scale base * vertically align error-bar
2018-08-15Add API to reset plugin timing statsRobin Gareus
2018-08-15Draw Plugin DSP load bargraphRobin Gareus
2018-08-15Save Mixer values in "C" locale.Robin Gareus
2018-08-14Add a locale-independent float/double format Lua methodRobin Gareus
print(ARDOUR.LuaAPI.ascii_dtostr(1.5))
2018-08-13LCXL: Reorganize knobs functionsJan Lentfer
Make the knobs work as printed on the controller Holding the Device button will enable extra functionality: Send A -> Trim Control Pan -> Stereo Width
2018-08-13LCXL: implement mute, solo and record arm togglesJan Lentfer
Holding the Device button and pressing one of mute, solo and record arm will toggle selected tracks (use Track Focus buttons) accordingly.
2018-08-13Fix missing enum case: Avoid a divide-by-0 crash.Ben Loftis
2018-08-13Add pick-up mode and use it for knobs and fadersTérence Clastres
The pick up mode ignores new controller values until they match with the current setting of the stripable's ac
2018-08-11initial implementation of keyboard event forwarding for LXVSTPaul Davis
2018-08-10Likely fix for jittery snapped-cursor when dragging a region.Ben Loftis
2018-08-09Add Launch Control XL iconTérence Clastres
2018-08-09Turn off button led if it doesn't control a stripableTérence Clastres