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

@@ -37,7 +37,7 @@ class StifKarp : public Instrmnt
{
public:
//! Class constructor, taking the lowest desired playing frequency.
StifKarp( StkFloat lowestFrequency = 8.0 );
StifKarp( StkFloat lowestFrequency = 10.0 );
//! Class destructor.
~StifKarp( void );
@@ -95,7 +95,6 @@ class StifKarp : public Instrmnt
Noise noise_;
BiQuad biquad_[4];
unsigned long length_;
StkFloat loopGain_;
StkFloat baseLoopGain_;
StkFloat lastFrequency_;