AgsSynthEnums

AgsSynthEnums — synth enumerations

Functions

Types and Values

Object Hierarchy

    GEnum
    ╰── AgsSynthOscillatorMode

Includes

#include <ags/audio/ags_synth_enums.h>

Description

Enumerations related to synth.

Functions

ags_synth_oscillator_mode_get_type ()

GType
ags_synth_oscillator_mode_get_type ();

Types and Values

enum AgsSynthOscillatorMode

Enum values to specify oscillator mode.

Members

AGS_SYNTH_OSCILLATOR_SIN

sinus 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

 

AGS_TYPE_SYNTH_OSCILLATOR_MODE

#define AGS_TYPE_SYNTH_OSCILLATOR_MODE               (ags_synth_oscillator_mode_get_type())