Dear devs, isn’t it possible to add such a command one-liner to the renoise settings? “Post render CMD” with a render file variable, or better filename without extension and an extension variable.
If I want to do it in lua, it seems that I always have to render by script. That’s an unessesary complication, since I have to a) rebuild the whole render dialogue then or b ) have to trigger a blind render (with last settings? - which is annoying since you never know the last render settings).
Or can you add an observable obj with the rendered filename and rendering-done bool so you can trigger afterwards using lua? Or setup a the post render call for the internal render dialogue with some new function like set-post render-call(pointer)