Is it possible to create multiple windows in VST? For example, I have a created a knob. As I move the knob, a different window should be created for each movement.
Edit1: Sorry for not being clean enough. I have a parent window and have a button on it. Once I click on the button it should display a new window. How to do it?
According to my understanding, using windows programming a we need to create our own GUI instead of using VSTGUI Library. Doing so we can create sub windows is my understanding. I have not tried this though.