EnvelopeStage

Defines a single envelope stage.

Members

Variables

holdTime
ushort holdTime;

If used, it describes the hold time in milliseconds

linearity
byte linearity;

0 = Linear. Greater than 0 = Pseudolog. Less than 0 = Pseudoantilog.

stepping
uint stepping;

If slow enabled, it sets how much clockcycles needed for a single increment, otherwise sets the increment for each clockcycle

targetLevel
uint targetLevel;

If reached, jumps to the next stage

Meta