Skip to content

Instantly share code, notes, and snippets.

@nd-0r
Created October 11, 2022 17:53
Show Gist options
  • Save nd-0r/8004c01b0846cbfd90983a341faa2126 to your computer and use it in GitHub Desktop.
Save nd-0r/8004c01b0846cbfd90983a341faa2126 to your computer and use it in GitHub Desktop.
Compiling the JUCE Audio Plugin Host

Compiling the JUCE Audio Plugin Host

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.

Instructions

  • 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
  • Use the build functionality in your IDE to compile the project

More information on using the AudioPluginHost

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment