commit 8ee1dfbaf5a4f6e7ed8435506addf37d40694343
parent ac979aa25c30c68d6c980750a3461f3b894b2382
Author: Christopher A. Oliver <caowasteland@gmail.com>
Date: Sat, 2 Jan 2016 18:38:13 -0500
Make the default for the PAD harmonics displacement all zero.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Params/PADnoteParameters.cpp b/src/Params/PADnoteParameters.cpp
@@ -321,8 +321,8 @@ void PADnoteParameters::defaults()
oscilgen->defaults();
Phrpos.type = 0;
- Phrpos.par1 = 64;
- Phrpos.par2 = 64;
+ Phrpos.par1 = 0;
+ Phrpos.par2 = 0;
Phrpos.par3 = 0;
Pquality.samplesize = 3;