Skip to content

NCKU-SCREAM-Lab/Phaser_Chorus_Flanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Phaser_Chorus_Flanger

  • VST3 plugin
  • Juce framework

Requirement

  • Juce v6.1.2
  • VisualStudio 2019

Building

  1. Choose the branch to clone or download (phaser >> wei, chorus_flanger >> shien)
  2. Open Fx_Project_jucer with projucer
  3. Open exporter (VisualStudio 2019)
  4. Build the project and you will get a vst3 file

Phaser

Introduction

  • A six-stage phaser effect

Parameter

image

  • 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%.

If you want to customize parameter

  • Choose your range corresponding to LFO frequency in Phaser.h
                for (int j = 0; j < numStages; ++j)
                    filters[j]->setCutoffFrequency(frequency[k] * 2000+ centreFrequency);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages