adsr.parameter

ADSR Parameter Enum

Classes

ADSRParameter

Generic enumeration.

Module Contents

class adsr.parameter.ADSRParameter[source]

Bases: enum.Enum

Generic enumeration.

Derive from this class to define new enumerations.

ATTACK_TIME = 'attack_time'[source]
DECAY_TIME = 'decay_time'[source]
SUSTAIN_LEVEL = 'sustain_level'[source]
RELEASE_TIME = 'release_time'[source]
INITIAL_LEVEL = 'initial_level'[source]
PEAK_LEVEL = 'peak_level'[source]
__str__() str[source]

Return the string representation of the parameter. :return: str