Is it possible to resize the window of the exported panel via Lua? #668
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
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. |
Beta Was this translation helpful? Give feedback.
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.