mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Pink noise
This commit is contained in:
parent
bc20b38624
commit
95aac485c7
6 changed files with 20 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue