summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
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 read...Nikolaus Gullotta
2018-07-23mark_tracks() now accepts a bool that tells it to work of a selected routelis...Nikolaus Gullotta
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 don't...Nikolaus Gullotta
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 display...Nikolaus Gullotta
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 st...Nikolaus Gullotta
2018-03-23assert(rv) removed, fixed redundant checking, and fixed proc ordering issue c...Nikolaus Gullotta
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