summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2019-09-06Add Readme to the Lua script folderRobin Gareus
2019-09-06Another script to skip during unit-testsRobin Gareus
2019-09-06Lua Fluid Synth example needs FluidR3_GM.sf2, skip unit-testRobin Gareus
2019-09-05Exclude Lua Convovler from unit-test (fails because of missing IR)Robin Gareus
2019-09-04Add script to set automation states of multiple controlsRobin Gareus
2019-09-02Proper error messages for Audio2MIDI scriptRobin Gareus
2019-09-02Update Lua scripts, class-name changeRobin Gareus
2019-09-02Update Lua VAMP scripts to show a progress dialogRobin Gareus
2019-08-12Add Action to save mixer screenshotRobin Gareus
2019-08-07Add script to `xdot` plot the process graphRobin Gareus
2019-07-06Tweak dump-playlist script to indicate current playlistRobin Gareus
2019-06-24NO-OP: documentation/commentsRobin Gareus
2019-06-21NO-OP: whitespaceRobin Gareus
2019-06-21Add Lua script to sort tracks by nameRobin Gareus
2019-06-16Honor the current start position when exporting chapter marksJohannes Mueller
2019-06-16Some more frame -> sample changes (in scripts)Johannes Mueller
2019-04-18Release notch-bank filterRobin Gareus
2019-04-16Add a DSP script to slowly fade in/outRobin Gareus
2019-04-09Update Lua Script to use new MusicSample APIRobin Gareus
2019-04-08Cleaup meter-tap: reduce nesting and remove code-dupRobin Gareus
2019-04-07fix copypaste bugMirko Kunze
2019-03-19Add example script to list PlaylistsRobin Gareus
2019-03-15Add example script to save instrument plugins on saveRobin Gareus
2019-03-01Update scripts, monitor-section API changeRobin Gareus
2019-02-27Amend f474d0d4a9, remove explicit castsRobin Gareus
2019-02-27Update Lua VCA example scriptRobin Gareus
2019-02-26Add example script to thin automationRobin Gareus
2019-02-20Tweak Plugin List script: output formatting and nameRobin Gareus
2019-02-20Script to list and count plugins used in this sessionRobin Gareus
2019-02-19Made any -> none mappings remove eventsAlby M
2019-02-19Simplified translation table, fixed edge casesAlby M
2019-02-19Minor updates from code reviewAlby M
"Off" option, improved note name handling, name change, code formatting
2019-02-19Added MIDI Remap Lua DSP pluginAlby M
2019-01-04mixer recall script will now remember the last used recall settingsNikolaus Gullotta
2019-01-04type is a protected word.Nikolaus Gullotta
2019-01-02Add an example plugin to demonstrate Lua global variablesRobin Gareus
Note: this only works when loading the script action. Window > Scripting doesn't run the factory method for upindex variables
2018-12-30Add a script to list all plugins in the sessionRobin Gareus
2018-12-24Update Convolver/LuaConvolverRobin Gareus
* Add API to allow per-channnel gain and delay * Fix channel-mapping for stereo IRs w/o true-stereo
2018-11-17Lower impact of periodic backup script.Robin Gareus
2018-11-12amend 02f92300, skip backup snapshot when recordingRobin Gareus
2018-11-11Add Lua script to benchmark region-split operationRobin Gareus
2018-11-11Add callback script to periodically save a backup snapshotRobin Gareus
2018-10-20Example convolution plugin (Lua script, hardcoded IR)Robin Gareus
2018-09-25Add script to exercise PI-stats interfaceRobin Gareus
2018-09-11Update Lua LTC decoder (API change in d7dc224d)Robin Gareus
2018-08-24Fix unbound methods, add options, arrange dialogMaxime Lecoq
Remove is_channelstrip() and is_nonbypassable() calls. Add options: solo, pan, pan width, gain automation, pan automation and pan width automation. Add radio buttons for sends, inserts and plug-ins. Arrange prompt dialog: list, names and default values (now false to avoid unwanted behavior). Add my name to the authors list.
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-17stop trying to guess plugin type, just ask the plugin during store-timeNikolaus Gullotta
2018-08-15rt:is_master(), not r:is_master()Nikolaus Gullotta