mirror of
https://github.com/thestk/stk
synced 2026-01-17 14:41:53 +00:00
Version 2.01
This commit is contained in:
committed by
Stephen Sinclair
parent
6485746ee9
commit
ea749b71d2
@@ -26,10 +26,11 @@ class Envelope : public Object
|
||||
int state;
|
||||
public:
|
||||
Envelope();
|
||||
~Envelope();
|
||||
virtual ~Envelope();
|
||||
void keyOn();
|
||||
void keyOff();
|
||||
void setRate(MY_FLOAT aRate);
|
||||
void setTime(MY_FLOAT aTime);
|
||||
void setTarget(MY_FLOAT aTarget);
|
||||
void setValue(MY_FLOAT aValue);
|
||||
MY_FLOAT tick();
|
||||
|
||||
Reference in New Issue
Block a user