Skip to content

Is it possible to resize the window of the exported panel via Lua? #668

Answered by damiensellier
dervur asked this question in Q&A
Discussion options

You must be logged in to vote

There is no way to resize the app window container from LUA. The only thing that is going to change is the inner canvas size.
You can play with the canvas size, it would require to close the ctrlr instance as VST/AU plugins only and display it again to refresh.
Resizing with dragging the corner window will pass the window size for scalable UI but at this point you cannot change the container shape with code like Arturia's plugin showing keyboard or tutorial hints on the right etc.
I don't know how I could implement this. I'll think about it but the way ctrlr is done is one-way at this level.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dervur
Comment options

@damiensellier
Comment options

Answer selected by dervur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants