- VST3 plugin
- Juce framework
- Juce v6.1.2
- VisualStudio 2019
- Choose the branch to clone or download (phaser >> wei, chorus_flanger >> shien)
- Open Fx_Project_jucer with projucer
- Open exporter (VisualStudio 2019)
- Build the project and you will get a vst3 file
- A six-stage phaser effect
- Feedback: Set the feedback from -1 to 1.
- Rate: Set LFO frequency from 1 to 20.
- Depth: Set poles amplitude from 0.01 to 0.99.
- Cutoff: Set the cutoff frequency from 0 to 20000.
- Mix: Set the dry/wet ratio from 0% to 100%.
- Choose your range corresponding to LFO frequency in Phaser.h
for (int j = 0; j < numStages; ++j)
filters[j]->setCutoffFrequency(frequency[k] * 2000+ centreFrequency);