https://github.com/remyzerems/tempo-template
Ardour Lua script to quickly set the tempo from a list of tempos
https://github.com/remyzerems/tempo-template
ardour
Last synced: about 2 months ago
JSON representation
Ardour Lua script to quickly set the tempo from a list of tempos
- Host: GitHub
- URL: https://github.com/remyzerems/tempo-template
- Owner: remyzerems
- License: lgpl-3.0
- Created: 2021-03-05T23:10:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-05T23:42:45.000Z (about 4 years ago)
- Last Synced: 2025-01-16T07:56:40.811Z (4 months ago)
- Topics: ardour
- Language: Lua
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tempo template
This is a Ardour LUA script that makes it easy to set the tempo choosing from a customizable playlist.# Usage
- Copy paste the script (.lua file) and the ".plst" file to the Ardour LUA script. Check [Ardour Manual](https://manual.ardour.org/lua-scripting) for details.
- If you are not running Ardour 5.x you should change the path to match your version in the .lua file (change the line containing "/.config/ardour5/scripts/tempo_template_playlist.plst")
- Restart Ardour
- Open the .plst file with a text editor and set it's content to match your requirements (i.e. song list with tempos. Each line must start with a song name and must be followed by a tempo in BPM separated by a comma)
- You now have "Tempo Template" in the Scripter window. When ran it will show your songs and BPMs.
- Click OK and it will set the tempo in the session at the playhead location
# Screenshot
