mirror of
https://github.com/thestk/stk
synced 2026-01-13 04:51:53 +00:00
Added new Recorder class, fixed bug in StifKarp.
This commit is contained in:
@@ -47,8 +47,8 @@ Flute :: Flute( StkFloat lowestFrequency )
|
||||
adsr_.setAllTimes( 0.005, 0.01, 0.8, 0.010 );
|
||||
endReflection_ = 0.5;
|
||||
jetReflection_ = 0.5;
|
||||
noiseGain_ = 0.15; // Breath pressure random component.
|
||||
vibratoGain_ = 0.05; // Breath periodic vibrato component.
|
||||
noiseGain_ = 0.15; // Breath pressure random component
|
||||
vibratoGain_ = 0.05; // Breath periodic vibrato component
|
||||
jetRatio_ = 0.32;
|
||||
|
||||
maxPressure_ = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user