Enum AdsrMode
ADSR operation modes.
public enum AdsrMode
Fields
AmplitudeModulatorMono = 1The module works as a modulator: the amplitudes of the input signal and the envelope are multiplied (mono).
AmplitudeModulatorStereo = 2The module works as a modulator: the amplitudes of the input signal and the envelope are multiplied (stereo).
Generator = 0The envelope curve appears at the output of the module as an audio signal. Use Sound2Ctl to convert this signal into control commands (controllers automation).