AgsSynthEnums

AgsSynthEnums — synth enumerations

Stability Level

Stable, unless otherwise indicated

Types and Values

Includes

#include <ags/audio/ags_synth_enums.h>

Description

Enumerations related to synth.

Functions

Types and Values

enum AgsSynthOscillatorMode

Enum values to specify oscillator mode.

Members

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