The ADSR Value Generator emits ADSR values to other plugins' parameters at specified intervals.
| Parameter name | Type | Description |
|---|---|---|
| Interval type | byte | The type of interval. 0=ticks, 1=ticks/256, 2=sec/16 |
| Interval length | byte | The interval length in units set by the interval type. |
| Attack | word | 0-1 sec |
| Decay | word | 0-1 sec |
| Sustain | word | 0-100% |
| Release | word | 0-1 sec |
| Trigger | switch | 1=start, 0=release |