Does VST interface allow a plugin to show itself in a daw?

DSP, Plugin and Host development discussion.
Post Reply New Topic
RELATED
PRODUCTS

Post

Hi

Looking at what hardware controllers might do, if they got a connection to a plugin(midi learn etc).

Are there stuff that a host can support - and a plugin can send a command to show itself?

Is it standard maybe, and always been there?
If so, are hosts usually supporting this?

You don't have to fiddle with first activating a track and navigate a insert bay and then open gui.

Thanks.

Post

I don't remember an interface in VST2 allowing to do that. To create the UI, the host sends itself a pointer to the plugin to show itself in the corresponding window. Some hardware controller are different (like Push for Live) as they can access different APIs.

Post

Many thanks.

Just a thought, and it would be very useful implementing hardware controllers.
:)

Post

There are some APIs for controlling hardware, but I think very few for what you want :(

Post

No. The DAW tells you when and where to show up.

Post

VST3 has it. See : IComponentHandler2::requestOpenEditor (FIDString name)

Post Reply

Return to “DSP and Plugin Development”