summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
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
2018-12-30Add a script to list all plugins in the sessionRobin Gareus
2018-12-24Update Convolver/LuaConvolverRobin Gareus
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
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
2018-08-15added a check for master, due to substituting pan control values for non mast...Nikolaus Gullotta
2018-08-15Make authoring consistentNikolaus Gullotta
2018-08-15Save Mixer values in "C" locale.Robin Gareus
2018-08-02protect the_instrument() on MIDI tracks, needs a lot more work.Nikolaus Gullotta
2018-08-02More consistent dialog window titles (Recall Mixer Settings).Ben Loftis
2018-08-02use ordered list of routes and fix some dialog box namesNikolaus Gullotta
2018-08-02option to create groups if necessary and add order var to dialog table for fu...Nikolaus Gullotta
2018-08-02Remove "This is a script" note on some Lua dialogs.Ben Loftis
2018-08-02remove redundant checks in wake of 980de904eNikolaus Gullotta
2018-08-01implement fetch_valid_settings_file() to avoid the user having to see stub filesNikolaus Gullotta
2018-08-01more dialog formatting changesNikolaus Gullotta
2018-08-01use is_nonbypassable(), is_channelstrip(), and display_to_user() to protect c...Nikolaus Gullotta
2018-08-01edit dialog formattingNikolaus Gullotta
2018-07-31incorporate program name into save and recallingNikolaus Gullotta
2018-07-31check-in of Lua script snippet to determine what program is runningNikolaus Gullotta
2018-07-31split store_recall_mixer into two files: mixer_settings_store.luaNikolaus Gullotta
2018-07-30Fix processor invalidation issue with substiuted routesNikolaus Gullotta
2018-07-27add group_name fallback for adding routes to groupsNikolaus Gullotta