Basic VST3 Host help

Hi everyone…im trying to create a VST3 host but i do not understand the example that is provided with JUCE. Is too complicated for my skills…is there a simpler working version!!!..
All i need is 2 channels in, 2 channels out, MIDI IN and BPM selector..
Im rumbling around with this far long trying code and code …searching the web…and i cannot figure it out.
Thanks!!!

Making plugin hosts, even quite simple ones, is not easy and people don’t usually bother making ones which for example host just a single plugin. What is your actual use case for such a minimalistic host?

im making a vst that i would love to have standalone…im using SynthEdit

OK, then the Juce PluginHost might be a bit too complicated as a starting point.

check this out: