Merge pull request #429 from jpcima/noise-level
Adjust the level of *noise to match ARIA
This commit is contained in:
commit
cab896f1f5
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ namespace config {
|
|||
constexpr int filtersPerVoice { 2 };
|
||||
constexpr int eqsPerVoice { 3 };
|
||||
constexpr int oscillatorsPerVoice { 9 };
|
||||
constexpr float uniformNoiseBounds { 0.25f };
|
||||
constexpr float uniformNoiseBounds { 1.0f };
|
||||
constexpr float noiseVariance { 0.25f };
|
||||
/**
|
||||
Minimum interval in frames between recomputations of coefficients of the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue