A VST3 plugin that filters audio
View Demo
This audio plugin was made using C++. It uses data structures from the JUCE Framework and algorithms to produce a unique sound.
- C++ (v17)
- JUCE Framework
To get started you need to do the following:
-
Download the JUCE framewwork
-
Create the 'Projucer'
-
Create your project in your desired environment
-
If using Linux make sure you have CMake isntalled
To get started you need to do the following:
- npm
npm install npm@latest -g
-
Download the JUCE framewwork
-
Create the 'Projucer'
-
Create your project in your desired environment
-
If using Linux make sure you have CMake isntalled
- Creating Audio Parameters
- Setting up the digital signal processing (DSP)
- Linking Parameters
- Graphical User Interface
- Sliders
- Level meters
- Additional utility (Bypass buttons, ...)
If you have a suggestion that would make this better, please contact me directly. Don't forget to give the project a star! Thanks again!
I'm not licensing this yet because I used several projects and industry standards as inspiration
Erick Dinklang - @twitter_handle - [email protected]
Project Link: https://github.com/dinklang/Sand