The LFO Value Generator emits LFO 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. |
| Frequency | byte | Valid range ~0-8hz |
| Amplitude | word | Output value scale |
| Minimum | word | Output value minimum/center |
| LFO Type | byte | 0=sine, 1=square, 2=saw, 3=triangle, 4=random |
| Seed | word | Seeds the random number generator when the LFO type is random. |