The Patchbay_

Ardour (Lua scripting)

Lua 5.3 scripting to automate editing, add real-time DSP/MIDI processors and hook events in Ardour.

LanguageLua
CategoryDAW & host scripting
LicenseGPL-2.0-or-later
PlatformsmacOS Windows Linux
InstallDownload Ardour from ardour.org; Lua scripting is built in
First released~2016
MaintainedYes
LinksWebsite · Source

Strengths

Limitations

Best for

Ardour users automating editing or prototyping DSP/MIDI processors without compiling a plugin.

Minimal example

ardour {
  ["type"] = "EditorAction",
  name    = "Rewind",
}
function factory () return function ()
  Session:goto_start()
end end

Alternatives to Ardour (Lua scripting)

gibberwockyFL Studio MIDI Scripting APIReaScriptBitwig Studio Extension API

← Back to all tools