Lua scripts for the Ardour DAW
Go to file
Christopher Arndt 6a39d65a5b [tools]: add Lua Language Server basic Ardour Lua API definition
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2024-01-22 14:33:22 +01:00
.vscode [tools]: add VS code and Lua Language Server config 2024-01-22 14:32:39 +01:00
.editorconfig [tools] add editorconfig 2024-01-22 11:25:31 +01:00
LICENSE.md [docs] feat: add readme and license 2024-01-20 18:06:45 +01:00
README.md [docs] feat: add readme and license 2024-01-20 18:06:45 +01:00
ardour_definitions.lua [tools]: add Lua Language Server basic Ardour Lua API definition 2024-01-22 14:33:22 +01:00
rename_regions_from_markers.lua refactor: code formatting fixes 2024-01-22 11:25:07 +01:00

README.md

My Ardour Scripts

This repository contains the Lua scripts I have written for the Ardour DAW.

The scripts are released under the MIT License. Please see the details in the file LICENSE.md.

Scripts

rename_regions_from_markers.lua

Renames all selected regions to the name of the track they are on plus the label of the range marker, which starts where the region starts. If no range marker is found at this position, the region name remains unchanged. Supports undo.