mirror of
https://github.com/thestk/stk
synced 2026-01-13 21:11:53 +00:00
Version 2.01
This commit is contained in:
committed by
Stephen Sinclair
parent
6485746ee9
commit
ea749b71d2
@@ -8,7 +8,7 @@
|
||||
|
||||
SubNoise :: SubNoise() : Noise()
|
||||
{
|
||||
lastOutput = 0.0;
|
||||
lastOutput = (MY_FLOAT) 0.0;
|
||||
howOften = 15;
|
||||
counter = 15;
|
||||
}
|
||||
@@ -20,7 +20,7 @@ SubNoise :: ~SubNoise()
|
||||
|
||||
SubNoise :: SubNoise(int subSample) : Noise()
|
||||
{
|
||||
lastOutput = 0.0;
|
||||
lastOutput = (MY_FLOAT) 0.0;
|
||||
howOften = subSample-1;
|
||||
counter = subSample-1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user