Enumeration

AgsAudioSynthOscillatorMode

Declaration

enum AgsAudio.SynthOscillatorMode

Description [src]

Enum values to specify oscillator mode.

Members

Name Description
AGS_SYNTH_OSCILLATOR_SIN

Sine oscillator.

AGS_SYNTH_OSCILLATOR_SAWTOOTH

Sawtooth oscillator.

AGS_SYNTH_OSCILLATOR_TRIANGLE

Triangle oscillator.

AGS_SYNTH_OSCILLATOR_SQUARE

Square oscillator.

AGS_SYNTH_OSCILLATOR_IMPULSE

Impulse oscillator.

AGS_SYNTH_OSCILLATOR_LAST

Last mode.