We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f614b8 commit c78ade6Copy full SHA for c78ade6
1 file changed
src/Robotone/Parameters.cpp
@@ -8,7 +8,7 @@ Parameters::Parameters(juce::AudioProcessor& process) :
8
juce::AudioParameterBoolAttributes()));
9
10
add("decimate", new juce::AudioParameterBool(
11
- { "decimate", schema }, "Downsample", false,
+ { "decimate", schema }, "Downsample", true,
12
13
14
add("millis", new juce::AudioParameterInt(
0 commit comments