This week we'd like to start working with audio/midi plugins in JUCE. To test out your plugins, it's nice to have a lightweight host to run them inside where you can easily patch different plugins together. This tool is actually included with the JUCE library, but it needs to be compiled for your platform. Below are instructions to do so.
- Locate the JUCE folder on your computer and change to this directory (in my case
/Applications/JUCE
) - Navigate to
extras/AudioPluginHost
- Open the file
AudioPluginHost.jucer
in the Projucer - Export the Project to your IDE of choice