Skip to content

carmelofascella/jx11-synth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JX11 Synthesizer

This is the source code of the synthesizer JX11, which I implemented following and studying the book "Creating Synthesizer Plug-Ins with C++ and JUCE" by Matthijs Hollemans.

gui

Juce dependency

  • Clone Juce repository from github
  • Modify your local path in CmakeList.txt: add_subdirectory("/your/local/path/JUCE" JUCE)

Generating IDE project

Xcode: cmake -G Xcode -B build

Visual Studio: cmake -B Build -G "Visual Studio 17"

Building

To build the generated IDE project from the command line, run:

cmake --build Build --config Debug

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published