Christopher Arndt
b3593bd713
Signed-off-by: Christopher Arndt <chris@chrisarndt.de> |
||
---|---|---|
.vscode | ||
.editorconfig | ||
LICENSE.md | ||
README.md | ||
ardour_definitions.lua | ||
rename_regions_from_markers.lua |
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.