Load and Process offline VST

Hello,

I’m totally new to JUCE, and i’m looking for the best way to load a vst and do some offline(no real time) processing of some midi files.
Could you lead me on something ?

check the AudioProcessorGraph class… KnownPluginList… SimpleHost code is somewhere around also…