AgsOscillator

AgsOscillator — oscillator

Functions

void ags_file_read_oscillator ()
xmlNode * ags_file_write_oscillator ()
AgsOscillator * ags_oscillator_new ()

Includes

#include <ags/X/machine/ags_oscillator.h>

Description

The AgsOscillator is a composite widget to act as oscillator.

Functions

ags_file_read_oscillator ()

void
ags_file_read_oscillator (AgsFile *file,
                          xmlNode *node,
                          AgsOscillator **oscillator);


ags_file_write_oscillator ()

xmlNode *
ags_file_write_oscillator (AgsFile *file,
                           xmlNode *parent,
                           AgsOscillator *oscillator);

Returns


ags_oscillator_new ()

AgsOscillator *
ags_oscillator_new ();

Creates an AgsOscillator

Returns

a new AgsOscillator

Since 0.3

Types and Values