Make OSCs optionally skip filter

This commit is contained in:
Roland Rabien 2023-08-26 21:59:44 -07:00
commit f65852a554
6 changed files with 44 additions and 16 deletions

View file

@ -82,7 +82,7 @@ public:
gin::Parameter::Ptr enable, type, keyTracking, velocityTracking,
frequency, resonance, amount,
attack, decay, sustain, release;
attack, decay, sustain, release, wt1, wt2, sub, noise;
void setup (WavetableAudioProcessor& p);