Hi,
I’ve been trying to make a script that should open the region export menu but I don’t find any way to access it in the doc
Is it possible?
Hi,
I’ve been trying to make a script that should open the region export menu but I don’t find any way to access it in the doc
Is it possible?
I’m not at home, so I can’t validate it, but if you want the export region menu to open, maybe
Editor:access_action("Region", "export-region")
could work. At least, I recently got a similar hint on how to remove a track from within a Lua script.
It works ! Thank you