summaryrefslogtreecommitdiff
path: root/scripts/reset_mixer.lua
AgeCommit message (Collapse)Author
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-02Remove "This is a script" note on some Lua dialogs.Ben Loftis
2018-08-01use is_nonbypassable(), is_channelstrip(), and display_to_user() to protect ↵Nikolaus Gullotta
critical plugins, and add option to remove sends
2018-07-17move new_playlist Lua script from mixbus and add some garbage collectionNikolaus Gullotta
2018-07-17Create ardour-friendly version of reset_mb4_mixer Lua scriptNikolaus Gullotta