krähemann.com

AgsSyncsynth

AgsSyncsynth — syncsynth

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── AgsMachine
                        ╰── AgsSyncsynth

Implemented Interfaces

AgsSyncsynth implements AtkImplementorIface, GtkBuildable and AgsConnectable.

Includes

#include <ags/X/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_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,
                                 guint nth);

Remove nth oscillator.

Parameters

syncsynth

the AgsSyncsynth

 

nth

the nth 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


AGS_IS_SYNCSYNTH()

#define AGS_IS_SYNCSYNTH(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SYNCSYNTH))

AGS_IS_SYNCSYNTH_CLASS()

#define AGS_IS_SYNCSYNTH_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SYNCSYNTH))

AGS_SYNCSYNTH()

#define AGS_SYNCSYNTH(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SYNCSYNTH, AgsSyncsynth))

AGS_SYNCSYNTH_CLASS()

#define AGS_SYNCSYNTH_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SYNCSYNTH, AgsSyncsynthClass))

AGS_SYNCSYNTH_GET_CLASS()

#define AGS_SYNCSYNTH_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SYNCSYNTH, AgsSyncsynthClass))

ags_syncsynth_get_type ()

GType
ags_syncsynth_get_type (void);

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

   

AGS_TYPE_SYNCSYNTH

#define AGS_TYPE_SYNCSYNTH                (ags_syncsynth_get_type())

struct AgsSyncsynth

struct AgsSyncsynth;

struct AgsSyncsynthClass

struct AgsSyncsynthClass {
  AgsMachineClass machine;
};