Added new Recorder class, fixed bug in StifKarp.

This commit is contained in:
Gary Scavone
2019-04-16 11:04:41 -04:00
parent 8de7543266
commit ae2bac1601
10 changed files with 736 additions and 184 deletions

View File

@@ -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;