mirror of
https://github.com/thestk/stk
synced 2026-01-19 23:51:51 +00:00
Version 2.01
This commit is contained in:
committed by
Stephen Sinclair
parent
6485746ee9
commit
ea749b71d2
@@ -25,11 +25,14 @@
|
||||
class Mandolin : public Plucked2
|
||||
{
|
||||
protected:
|
||||
RawWave *soundfile;
|
||||
RawWave *soundfile[12];
|
||||
MY_FLOAT directBody;
|
||||
int mic;
|
||||
long dampTime;
|
||||
int waveDone;
|
||||
public:
|
||||
Mandolin(MY_FLOAT lowestFreq);
|
||||
virtual ~Mandolin();
|
||||
void pluck(MY_FLOAT amplitude);
|
||||
void pluck(MY_FLOAT amplitude,MY_FLOAT position);
|
||||
virtual void noteOn(MY_FLOAT freq, MY_FLOAT amp);
|
||||
|
||||
Reference in New Issue
Block a user