Pink noise

This commit is contained in:
Roland Rabien 2023-08-31 19:19:28 -07:00
commit 95aac485c7
6 changed files with 20 additions and 5 deletions

View file

@ -70,7 +70,7 @@ public:
{
NoiseParams() = default;
gin::Parameter::Ptr enable, level, pan;
gin::Parameter::Ptr enable, type, level, pan;
void setup (WavetableAudioProcessor& p);