ags_synths

ags_synths

Functions

void ags_synth_sin ()
void ags_synth_saw ()
void ags_synth_triangle ()
void ags_synth_square ()

Description

Functions

ags_synth_sin ()

void
ags_synth_sin (AgsDevout *devout,
               signed short *buffer,
               guint offset,
               guint freq,
               guint phase,
               guint length,
               double volume);

ags_synth_saw ()

void
ags_synth_saw (AgsDevout *devout,
               signed short *buffer,
               guint offset,
               guint freq,
               guint phase,
               guint length,
               double volume);

ags_synth_triangle ()

void
ags_synth_triangle (AgsDevout *devout,
                    signed short *buffer,
                    guint offset,
                    guint freq,
                    guint phase,
                    guint length,
                    double volume);

ags_synth_square ()

void
ags_synth_square (AgsDevout *devout,
                  signed short *buffer,
                  guint offset,
                  guint freq,
                  guint phase,
                  guint length,
                  double volume);

Types and Values