Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.04 KB

JUCEDemo

Creating a basic Audio/MIDI plugin

Install JUCE

Download JUCE

On MacOS I recommend extracting this to /Applications. Otherwise just extract this to your home folder and maybe add a shortcut to the Projucer.

For Windows

Install VisualStudio (the full IDE)

Download VisualStudio

For MacOS

Install XCode from the Mac app store and run the following in a terminal to get the developer tools:

xcode-select install

Get XCode

For Linux

Install Code::Blocks (You can also just use a makefile if that suits your fancy)

Download Code::Blocks

Once those are all installed, in wherever you extracted the JUCE folder go to JUCE/examples/DemoRunner/ and open the file DemoRunner.jucer in the Projucer. After that opens, export it to your IDE using the button at the top and build the executable. This will let you run your plugins in a demo environment.