Skip to content

A simple proof of concept wavetable synthesizer written in C++ with the JUCE framework.

Notifications You must be signed in to change notification settings

NickGaertner/Synth

Repository files navigation

Synth

A simple proof of concept wavetable synthesizer written in C++ with the JUCE framework.

Features

  • 3 wavetable oscillators with a few prebuilt wavetables
  • 2 filters (low-pass, high-pass or bandpass)
  • 2 effects with a palette of basic effects to choose from
  • spectrum analyzer & panner
  • 3 envelopes and lfos for modulation
  • ability to save & load presets
  • can be used as a standalone app or as a plugin in your DAW of choice

Links

Built With

  • C++
  • JUCE

Build Instructions

  • Clone the JUCE repository
  • Build Projucer
  • Open the .jucer file in Projucer
  • Export the project to your native IDE
  • From here you can compile, run and debug the app in your native IDE

For more detailed instructions please refer to the JUCE repository and the official JUCE Tutorials.

Author

Nick Gärtner

About

A simple proof of concept wavetable synthesizer written in C++ with the JUCE framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages