VST3: Controller::createView()
createView() is where we insert our own graphics backend into the VST3 conversation. Let's take a look at how it works.…
createView() is where we insert our own graphics backend into the VST3 conversation. Let's take a look at how it works.…
The Controller is where we manage all things related to the user-side experience. Let's take an in-depth look at the architecture and sequence of events.…