mirror of
https://github.com/thestk/stk
synced 2026-01-12 20:41:52 +00:00
Version 2.01
This commit is contained in:
committed by
Stephen Sinclair
parent
6485746ee9
commit
ea749b71d2
@@ -13,10 +13,10 @@ Sampler :: Sampler()
|
||||
adsr = new ADSR;
|
||||
/* We don't make the waves here yet, because */
|
||||
/* we don't know what they will be. */
|
||||
baseFreq = 440.0;
|
||||
baseFreq = (MY_FLOAT) 440.0;
|
||||
filter = new OnePole;
|
||||
attackGain = 0.25;
|
||||
loopGain = 0.25;
|
||||
attackGain = (MY_FLOAT) 0.25;
|
||||
loopGain = (MY_FLOAT) 0.25;
|
||||
whichOne = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user