AgsInitAudio

AgsInitAudio — init audio task

Functions

Properties

AgsAudio * audio Read / Write
gboolean do-notation Read / Write
gboolean do-playback Read / Write
gboolean do-sequencer Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsInitAudio

Implemented Interfaces

AgsInitAudio implements AgsConnectable.

Includes

#include <ags/audio/task/ags_init_audio.h>

Description

The AgsInitAudio task inits AgsAudio.

Functions

ags_init_audio_new ()

AgsInitAudio *
ags_init_audio_new (AgsAudio *audio,
                    gboolean do_playback,
                    gboolean do_sequencer,
                    gboolean do_notation);

Creates an AgsInitAudio.

Parameters

audio

the AgsAudio

 

do_playback

init playback

 

do_sequencer

init sequencer

 

do_notation

init notation

 

Returns

an new AgsInitAudio.

Since: 0.4


AGS_INIT_AUDIO()

#define AGS_INIT_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_INIT_AUDIO, AgsInitAudio))


AGS_INIT_AUDIO_CLASS()

#define AGS_INIT_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_INIT_AUDIO, AgsInitAudioClass))


AGS_INIT_AUDIO_GET_CLASS()

#define AGS_INIT_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_INIT_AUDIO, AgsInitAudioClass))


AGS_IS_INIT_AUDIO()

#define AGS_IS_INIT_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_INIT_AUDIO))


AGS_IS_INIT_AUDIO_CLASS()

#define AGS_IS_INIT_AUDIO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_INIT_AUDIO))


ags_init_audio_get_type ()

GType
ags_init_audio_get_type ();

Types and Values

AGS_TYPE_INIT_AUDIO

#define AGS_TYPE_INIT_AUDIO                (ags_init_audio_get_type())


struct AgsInitAudio

struct AgsInitAudio;


struct AgsInitAudioClass

struct AgsInitAudioClass {
  AgsTaskClass task;
};

Property Details

The “audio” property

  “audio”                    AgsAudio *

The assigned AgsAudio

Flags: Read / Write

Since: 0.7.117


The “do-notation” property

  “do-notation”              gboolean

The effects do-notation.

Flags: Read / Write

Default value: FALSE

Since: 0.7.117


The “do-playback” property

  “do-playback”              gboolean

The effects do-playback.

Flags: Read / Write

Default value: FALSE

Since: 0.7.117


The “do-sequencer” property

  “do-sequencer”             gboolean

The effects do-sequencer.

Flags: Read / Write

Default value: FALSE

Since: 0.7.117