summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2018-03-17Remove calls to deprecated Lua bitlibRobin Gareus
2018-03-16add support to reinstantiate deleted pluginsNikolaus Gullotta
2018-03-16NO-OP: Convert Spaces to TabsNikolaus Gullotta
2018-03-16description changes and stop jumping instructions if proc:isnil()Nikolaus Gullotta
2018-03-14re-add plugin bypass state and move proc order writing closer to topNikolaus Gullotta
2018-03-13I said, LESS ugly, not more :)Nikolaus Gullotta
2018-03-13Now recalls plug-in ordering (also looks a bit less ugly hopefully?Nikolaus Gullotta
2018-03-12Initial checkin of mixer store scriptNikolaus Gullotta
2018-03-06Initial check in of EditorHook script transparent_regions.luaNikolaus Gullotta
2018-02-01Add a script to jump to a named markerRobin Gareus
2018-01-30tom's-loop: Allow pasting at loop-end (needs future rework after nutempo)Robin Gareus
2018-01-28Add icon for MIDI sysex transmit scriptRobin Gareus
2017-12-19Update sysex upload script (allow up to 256 bytes)Robin Gareus
2017-12-07Drop the "Lua" in Lua Action Buttons:Ben Loftis
Removed the term "Lua", because users were turned off by something they didn't understand. A special-case Lua script ("Shortcut") allows the user to select an arbitrary Action. The "Shortcut" script is selected by default, and in this case there is no "Type" or "Author" displayed. Action-Buttons may still trigger Lua scripts, as a secondary function.
2017-12-05Add example Lua script to send raw MIDI (sysex) from fileRobin Gareus
2017-12-05Add an action script to call access actions..Robin Gareus
2017-11-23Example Lua script to move regions (insert gaps)Robin Gareus
2017-10-20Add example script to assign VCAsRobin Gareus
2017-09-29Add DiskIOProc & Latency related Lua bindings & scriptsRobin Gareus
2017-09-29No more disk-reader roll-delayRobin Gareus
It was not working in sdio/6.0-pre anyway and with upcoming changes to latency compensation the concept of per disk[stream/reader] will go away.
2017-09-27More s/frame/sample/ -- Lua ScriptsRobin Gareus
Sadly this breaks existing loaded scripts. C'est la vie.
2017-09-26Another Lua example scriptRobin Gareus
* Track template * MIDI track creation * Adding plugins and setting parameters * Dialogs
2017-09-20Add Lua script to print signal latenciesRobin Gareus
2017-08-26mp4chaps Lua script: don't clutter global environmentRobin Gareus
2017-08-25Secondary clock visibility is a global pref, not a per-session setting.Ben Loftis
2017-08-25Some fixes for ruler-visibility. Secondary-clock coming soon.Ben Loftis
2017-08-25Templates: attempt to set ruler and clock visibility. Not working.Ben Loftis
2017-08-23Track Templates:Ben Loftis
* Re-rename Track Wizard to Live Band. * Various ui tweaks to Live Band template script.
2017-08-24Lua Script Example to toggle monitor sectionRobin Gareus
2017-08-23Example Stereo to 2 x Mono track Lua scriptRobin Gareus
2017-08-23Track Templates: remove uninteresting script.Ben Loftis
2017-08-20Tweak generic audio-track templateRobin Gareus
* Demo Factory method producing different functions * Allow to run interactively as Action script
2017-08-20Cont'd work on route-templatesRobin Gareus
2017-08-19Fix "Track Wizard" scriptRobin Gareus
* do check if plugins are available * only instantiate plugins if they're used (no dangling references) * check if plugin instantiation worked, before adding them * fix typos for stereo setup of drum-room & overhead * add channel-count warning
2017-08-19More template re-namingRobin Gareus
Unify "track-band" & "session-band" setup scripts
2017-08-19unify session-template namesRobin Gareus
2017-08-19Backwards compatible LuaDialog layout (+new colspan option)Robin Gareus
2017-08-18Templates: Mostly working tabular script.Ben Loftis
2017-08-18Templates: first stab at a dialog with tabular layout.Ben Loftis
2017-08-18Update Route-template example script & documentationRobin Gareus
2017-08-18amend e0a83a75 RouteDialog + script detailsRobin Gareus
2017-08-18Redesign Session+Route Template Meta Script APIRobin Gareus
Remove special-cased script types. Allow Action-Scripts to be re-used for session-setup or route-templates.
2017-08-17Track Templates: shorten some of the track names.Ben Loftis
2017-08-17Some initial track templates.Ben Loftis
2017-08-17Track templates: add some (unfinished) template files. Hide Created-With ↵Ben Loftis
column in Ardour.
2017-08-17Add an example script for prototypingRobin Gareus
2017-08-16Revert "Revert ongoing SessionDialog changes for 5.11 release."Robin Gareus
This reverts commit bd40b9132cbac2d2b79ba0ef480bd41d837f8f71.
2017-08-16Revert ongoing SessionDialog changes for 5.11 release.5.11Robin Gareus
To be reverted again after the release. This temporarily reverts 26c88b2, c67d1d4, 5e41293, 8b7df13, ff61435, 1039894, 8717c0d and GUI parts of 47d86cf
2017-08-16Replace advanced session-setup options with scriptRobin Gareus
2017-08-15clean up 7aaaae8Robin Gareus