Rendering audio through a VST sampler on windows

Hi List,

This may not be an entirely Juce specific question:

I’m building an app that hosts a VST sampler. I want to use it to play midi through and render the result to an audio file. How is rendering achieved with Juce?

thanks in advance,

bd

That’s a very open-ended question! Best thing to do is to look through the audio host project and see how that uses it. The AudioProcessor class is the main thing to focus on.