ADSR

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Enums

ATTACK
anonymousenum ATTACK
Undocumented in source.

Functions

getState
int getState()
Undocumented in source. Be warned that the author may not have intended to support it.
keyOff
void keyOff()
Undocumented in source. Be warned that the author may not have intended to support it.
keyOn
void keyOn()
Undocumented in source. Be warned that the author may not have intended to support it.
lastOut
StkFloat lastOut()
Undocumented in source. Be warned that the author may not have intended to support it.
sampleRateChanged
void sampleRateChanged(StkFloat newRate, StkFloat oldRate)
Undocumented in source. Be warned that the author may not have intended to support it.
setAllTimes
void setAllTimes(StkFloat aTime, StkFloat dTime, StkFloat sLevel, StkFloat rTime)
Undocumented in source. Be warned that the author may not have intended to support it.
setAttackRate
void setAttackRate(StkFloat rate)
Undocumented in source. Be warned that the author may not have intended to support it.
setAttackTarget
void setAttackTarget(StkFloat target)
Undocumented in source. Be warned that the author may not have intended to support it.
setAttackTime
void setAttackTime(StkFloat time)
Undocumented in source. Be warned that the author may not have intended to support it.
setDecayRate
void setDecayRate(StkFloat rate)
Undocumented in source. Be warned that the author may not have intended to support it.
setDecayTime
void setDecayTime(StkFloat time)
Undocumented in source. Be warned that the author may not have intended to support it.
setReleaseRate
void setReleaseRate(StkFloat rate)
Undocumented in source. Be warned that the author may not have intended to support it.
setReleaseTime
void setReleaseTime(StkFloat time)
Undocumented in source. Be warned that the author may not have intended to support it.
setSustainLevel
void setSustainLevel(StkFloat level)
Undocumented in source. Be warned that the author may not have intended to support it.
setTarget
void setTarget(StkFloat target)
Undocumented in source. Be warned that the author may not have intended to support it.
setValue
void setValue(StkFloat value)
Undocumented in source. Be warned that the author may not have intended to support it.
tick
StkFloat tick()
Undocumented in source. Be warned that the author may not have intended to support it.
tick
StkFrames tick(StkFrames frames, uint channel)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

attackRate_
StkFloat attackRate_;
Undocumented in source.
decayRate_
StkFloat decayRate_;
Undocumented in source.
releaseRate_
StkFloat releaseRate_;
Undocumented in source.
releaseTime_
StkFloat releaseTime_;
Undocumented in source.
state_
int state_;
Undocumented in source.
sustainLevel_
StkFloat sustainLevel_;
Undocumented in source.
target_
StkFloat target_;
Undocumented in source.
value_
StkFloat value_;
Undocumented in source.

Inherited Members

From Generator

channelsOut
uint channelsOut()
Undocumented in source. Be warned that the author may not have intended to support it.
lastFrame
StkFrames lastFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
lastFrame_
StkFrames lastFrame_;
Undocumented in source.

Meta