summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
2018-03-17Remove calls to deprecated Lua bitlibRobin Gareus
2018-03-16add support to reinstantiate deleted pluginsNikolaus Gullotta
2018-03-16NO-OP: Convert Spaces to TabsNikolaus Gullotta
2018-03-16description changes and stop jumping instructions if proc:isnil()Nikolaus Gullotta
2018-03-14re-add plugin bypass state and move proc order writing closer to topNikolaus Gullotta
2018-03-13I said, LESS ugly, not more :)Nikolaus Gullotta
2018-03-13Now recalls plug-in ordering (also looks a bit less ugly hopefully?Nikolaus Gullotta
2018-03-12Initial checkin of mixer store scriptNikolaus Gullotta
2018-03-06Initial check in of EditorHook script transparent_regions.luaNikolaus Gullotta
2018-02-01Add a script to jump to a named markerRobin Gareus
2018-01-30tom's-loop: Allow pasting at loop-end (needs future rework after nutempo)Robin Gareus
2018-01-28Add icon for MIDI sysex transmit scriptRobin Gareus
2017-12-19Update sysex upload script (allow up to 256 bytes)Robin Gareus
2017-12-07Drop the "Lua" in Lua Action Buttons:Ben Loftis
2017-12-05Add example Lua script to send raw MIDI (sysex) from fileRobin Gareus
2017-12-05Add an action script to call access actions..Robin Gareus
2017-11-23Example Lua script to move regions (insert gaps)Robin Gareus
2017-10-20Add example script to assign VCAsRobin Gareus
2017-09-29Add DiskIOProc & Latency related Lua bindings & scriptsRobin Gareus
2017-09-29No more disk-reader roll-delayRobin Gareus
2017-09-27More s/frame/sample/ -- Lua ScriptsRobin Gareus
2017-09-26Another Lua example scriptRobin Gareus
2017-09-20Add Lua script to print signal latenciesRobin Gareus
2017-08-26mp4chaps Lua script: don't clutter global environmentRobin Gareus
2017-08-25Secondary clock visibility is a global pref, not a per-session setting.Ben Loftis