Firelight Technologies FMOD Studio API
Parameter types for the FMOD_DSP_TYPE_OSCILLATOR filter.
typedef enum {
FMOD_DSP_OSCILLATOR_TYPE,
FMOD_DSP_OSCILLATOR_RATE
} FMOD_DSP_OSCILLATOR;
FMOD_DSP_OSCILLATOR_TYPE
(Type:int) - Waveform type. 0 = sine. 1 = square. 2 = sawup. 3 = sawdown. 4 = triangle. 5 = noise.
FMOD_DSP_OSCILLATOR_RATE
(Type:float) - Frequency of the sinewave in hz. 1.0 to 22000.0. Default = 220.0.
Version 1.03.06 Built on Apr 17, 2014