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

@ -182,6 +182,7 @@ public:
addEnable (noise.enable);
addControl (new gin::Select (noise.type), 0, 0);
addControl (new gin::Knob (noise.level, true), 0, 0);
addControl (new gin::Knob (noise.pan, true), 0, 1);
}