Use git? Clone the Repo

If you use git, you’ll run this from your project root (assuming you keep third party JUCE modules in modules/.

git clone https://github.com/sudara/melatonin_blur.git modules/melatonin_inspector

Don’t use git?

  1. Download the git repo
  2. Unzip. Move the folder where you want it.
  3. Rename the folder to melatonin_blur. This is important, as GitHub added a -main on there you’ll need to remove for the module to be happy.

Add the module in Projucer

“Add a module from a specified folder”

Don’t forget the include

As with any JUCE module, you should always include the module as a whole:

#include <melatonin_blur/melatonin_blur.h>

Leave a Reply

Your email address will not be published. Required fields are marked *