Skip to content

Commit

Permalink
Change level parameter range to -45.0 dB to 6.0dB
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellmattryan committed Jan 15, 2020
1 parent 0e686cb commit a76735e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PluginProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RingModulatorAudioProcessor::RingModulatorAudioProcessor()
50.0f),
std::make_unique<AudioParameterFloat>("level",
"Level",
-60.0f,
-45.0f,
6.0f,
0.0f)
})
Expand Down

0 comments on commit a76735e

Please sign in to comment.