Lua scripts for the Ardour DAW
Go to file
Christopher Arndt 420181d531 refactor: code formatting fixes
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2024-01-22 11:25:07 +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
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.