Can we build a plugin that hosts other plugins in JUCE

This is an inquiry before I embark on a class project, my team was planning on designing a multi band modular host for juce plugins, example: kiloHearts - Multipass. I wanted to know from the community if going about something like this is possible using JUCE?

Yes it is!

Even with the help of JUCE, it can get a little hairy depending on how your are displaying the editor…

But it’s totally possible with JUCE and the basics are not too difficult.

1 Like

This sounds extremely promising, is there any resource you can guide me to get started?

This old repo was a starting point for me: Bitbucket

1 Like

Thank you!

You could start with JUCE’s AudioPluginHost, it does pretty much exactly what you want and you could add extra functionality upon it as a starting point.