We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1ae49 commit 22cdd92Copy full SHA for 22cdd92
modules/squarepine_audio/effects/LFOProcessor.cpp
@@ -18,7 +18,10 @@ class LFOProcessor::TypeParameter final : public AudioParameterChoice
18
choices.add (NEEDS_TRANS ("Triangle"));
19
choices.add (NEEDS_TRANS ("Ramp"));
20
choices.add (NEEDS_TRANS ("Sawtooth"));
21
- choices.add (NEEDS_TRANS ("Square"));
+ choices.add (NEEDS_TRANS ("White Noise"));
22
+ choices.add (NEEDS_TRANS ("Pink Noise"));
23
+ choices.add (NEEDS_TRANS ("Blue Noise"));
24
+ choices.add (NEEDS_TRANS ("Brownian Noise"));
25
return choices;
26
}
27
0 commit comments