![]() |
ATK-Sharp
1.0
The ATK library for C#.
|
Classes | |
class | BaseEnvelope |
The BaseEnvelope class. Contains the shared base functionality for envelopes. More... | |
class | CREnvelope |
The CREnvelope class. More... | |
class | CTEnvelope |
The Constant Time envelope class. This is the simplist and most efficient envelope. This comes with the tradeoff of not sounding as natural as the CREnvelope. Use this envelope if any of the envelope parameters need to be modified at the sample rate More... | |
Enumerations | |
enum | ModeType { ModeType.ANALOG, ModeType.DIGITAL, ModeType.LINEAR } |
The Mode Type. Defines the mode type of the envelope. More... | |
enum | EnvelopeType { EnvelopeType.AR, EnvelopeType.AD, EnvelopeType.ASR, EnvelopeType.ADSR, EnvelopeType.AHDSR } |
The Envelope Type. Defines the type of the envelope. More... | |
enum | EnvelopeState { EnvelopeState.OFF, EnvelopeState.ATTACK, EnvelopeState.DECAY, EnvelopeState.SUSTAIN, EnvelopeState.RELEASE, EnvelopeState.SHUTDOWN } |
The Envelope State. Defines the state of the envelope. More... | |
|
strong |
|
strong |
|
strong |