mirror of
https://github.com/thestk/stk
synced 2026-04-22 23:44:36 +00:00
Added new Recorder class, fixed bug in StifKarp.
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user