Enum OSC_TYPES

Enum Documentation

enum OSC_TYPES

: Types of oscillators

Values:

OSC_NONE
OSC_SINE

Sine wave

OSC_TRIANGLE

Triangle wave

OSC_TRIANGLE_CLIPPED

Clipped triangle wave (param1 is the clipping threshold)

OSC_SQUARE

Square wave

OSC_SQUARE_SOFT

Square wave with smoothed transitions so no abrubt changes when used as a control source

OSC_PULSE

Pulse wave (param1 is the duty cycle from 0.0 to 1.0)

OSC_RAMP_POS

Ramp wave with positive slope

OSC_RAMP_NEG

Ramp wave with negative slope

OSC_RANDOM

Random wave

OSC_CLIPPED_TRI
OSC_TOTAL