Skip to content

SIGMusic/JUCEDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Creating a basic Audio/MIDI plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published