Lua scripts for the Ardour DAW
Go to file
Christopher Arndt b3593bd713 refactor: add function annotation and check return value
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2024-01-22 14:34:13 +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: add function annotation and check return value 2024-01-22 14:34:13 +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.