AgsSyncsynth

AgsSyncsynth — syncsynth

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Includes

#include <ags/app/machine/ags_syncsynth.h>

Description

The AgsSyncsynth is a composite widget to act as syncsynth.

Functions

ags_syncsynth_test_flags ()

gboolean
ags_syncsynth_test_flags (AgsSyncsynth *syncsynth,
                          guint flags);

Test flags of syncsynth .

Parameters

syncsynth

the AgsSyncsynth

 

flags

the flags

 

Returns

TRUE on success, otherwise FALSE

Since: 3.2.15


ags_syncsynth_set_flags ()

void
ags_syncsynth_set_flags (AgsSyncsynth *syncsynth,
                         guint flags);

Set flags of syncsynth .

Parameters

syncsynth

the AgsSyncsynth

 

flags

the flags

 

Since: 3.2.15


ags_syncsynth_unset_flags ()

void
ags_syncsynth_unset_flags (AgsSyncsynth *syncsynth,
                           guint flags);

Unset flags of syncsynth .

Parameters

syncsynth

the AgsSyncsynth

 

flags

the flags

 

Since: 3.2.15


ags_syncsynth_get_oscillator ()

GList *
ags_syncsynth_get_oscillator (AgsSyncsynth *syncsynth);

Get bulk member of syncsynth .

Parameters

syncsynth

the AgsSyncsynth

 

Returns

the GList containing AgsOscillator

Since: 4.0.0


ags_syncsynth_add_oscillator ()

void
ags_syncsynth_add_oscillator (AgsSyncsynth *syncsynth,
                              AgsOscillator *oscillator);

Add oscillator to syncsynth .

Parameters

syncsynth

the AgsSyncsynth

 

oscillator

the AgsOscillator

 

Since: 3.0.0


ags_syncsynth_remove_oscillator ()

void
ags_syncsynth_remove_oscillator (AgsSyncsynth *syncsynth,
                                 AgsOscillator *oscillator);

Remove nth oscillator.

Parameters

syncsynth

the AgsSyncsynth

 

oscillator

the AgsOscillator

 

Since: 3.0.0


ags_syncsynth_reset_loop ()

void
ags_syncsynth_reset_loop (AgsSyncsynth *syncsynth);

Reset loop spin buttons.

Parameters

syncsynth

the AgsSyncsynth

 

Since: 3.0.0


ags_syncsynth_update ()

void
ags_syncsynth_update (AgsSyncsynth *syncsynth);

Update audio data.

Parameters

syncsynth

the AgsSyncsynth

 

Since: 3.0.0


ags_syncsynth_new ()

AgsSyncsynth *
ags_syncsynth_new (GObject *soundcard);

Create a new instance of AgsSyncsynth

Parameters

soundcard

the assigned soundcard.

 

Returns

the new AgsSyncsynth

Since: 3.0.0

Types and Values

AGS_SYNCSYNTH_BASE_NOTE_MAX

#define AGS_SYNCSYNTH_BASE_NOTE_MAX (72.0)

AGS_SYNCSYNTH_BASE_NOTE_MIN

#define AGS_SYNCSYNTH_BASE_NOTE_MIN (-72.0)

enum AgsSyncsynthFlags

Members

AGS_SYNCSYNTH_AUTO_UPDATE