Table of Contents

Enum AdsrMode

Namespace
SunSharp.Modules
Assembly
SunSharp.dll

ADSR operation modes.

public enum AdsrMode

Fields

AmplitudeModulatorMono = 1

The module works as a modulator: the amplitudes of the input signal and the envelope are multiplied (mono).

AmplitudeModulatorStereo = 2

The module works as a modulator: the amplitudes of the input signal and the envelope are multiplied (stereo).

Generator = 0

The envelope curve appears at the output of the module as an audio signal. Use Sound2Ctl to convert this signal into control commands (controllers automation).