Exporting a concert recording via Lua?

I’d like to export the individual songs—which are divided into named ranges—using a Lua script. I’m not sure if that’s possible (when working on this recording, I often need to export the mix multiple times to check how it sounds on other devices). In my professional life working with CAD software, I was familiar with a Lisp variant that could access and utilize all the CAD program’s functions and elements. Can Lua do that in Ardour, too? And is there a template for it?

If so, then I definitely need to learn Lua! :slight_smile:

1 Like

I’m not quite sure what you would like to achieve…? Why do you need LUA here?

You can export all ranges in one go (and in multiple formats if you want to) with the regular export-functionality…?

3 Likes

Oh, of course—that completely slipped my mind.
Thanks for that; it saves a significant amount of time.

1 Like