summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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
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-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 ↵Nikolaus Gullotta
future
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 ↵Nikolaus Gullotta
critical plugins, and add option to remove sends
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
and mixer_settings_recall.lua also changed a lot of dialog formatting and configure global and local paths
2018-07-30Fix processor invalidation issue with substiuted routesNikolaus Gullotta
2018-07-27add group_name fallback for adding routes to groupsNikolaus Gullotta
2018-07-27whitespace editing and comments + add ability to substitute routes at willNikolaus Gullotta
2018-07-25get rid of ugly concatenation in favor of string.format(), and add small ↵Nikolaus Gullotta
readout for what the script will do to your session allowing user to pick and choose
2018-07-23mark_tracks() now accepts a bool that tells it to work of a selected ↵Nikolaus Gullotta
routelist() or get_routes()
2018-07-17move new_playlist Lua script from mixbus and add some garbage collectionNikolaus Gullotta
2018-07-17Move track_organizer Lua script to ardourNikolaus Gullotta
2018-07-17Create ardour-friendly version of reset_mb4_mixer Lua scriptNikolaus Gullotta
2018-07-17Lua DSP LTC decoder pluginRobin Gareus
2018-07-16add route:name() to output file, and use this to catch routes who's ids ↵Nikolaus Gullotta
don't match, but their names do
2018-07-16check if rv != nil, so it can still be run again if the user bails.Nikolaus Gullotta
2018-07-13Fix silly typo in script script nameNikolaus Gullotta
2018-07-13Make store_recall_mixer.lua a first-class script and not just an exampleNikolaus Gullotta
2018-06-20Add script to normalize all tracksRobin Gareus
2018-06-19sr = 0, not rateNikolaus Gullotta
2018-06-19cap redrawing at 15 times /sNikolaus Gullotta
2018-06-01forgot else in selected-tracks check.Nikolaus Gullotta
2018-06-01moving singen and noisegen from mixbus repo to ardour + change singen ↵Nikolaus Gullotta
display and add noisegen display
2018-06-01Check-in of set_meter_point() utility/exampleNikolaus Gullotta
2018-05-31Example snippet to list plugins (and their presets)Robin Gareus
2018-04-02lots of changes including: ability to store and recall more than one mixer ↵Nikolaus Gullotta
state, ability to work on selected tracks only, plus bugfixes and removal of redundant checks
2018-03-23assert(rv) removed, fixed redundant checking, and fixed proc ordering issue ↵Nikolaus Gullotta
caused by commit c7f7347
2018-03-22better group support + mute and solo recallNikolaus Gullotta
2018-03-20more stability fixesNikolaus Gullotta
2018-03-20fixed processor ordering crash in ardour and added group support (kinda)Nikolaus Gullotta
2018-03-19Fixed issue in plugin id invalidator caused by commit d5d5c0cNikolaus Gullotta
2018-03-19cleanup, fix in-on-change issue.Nikolaus Gullotta
2018-03-18Example Lua script to perform action at specific wallclock timeRobin Gareus