krähemann.com

AgsRecallAudioRun

AgsRecallAudioRun — audio context of dynamic recall

Properties

AgsAudio * audio Read / Write
AgsRecallAudio * recall-audio Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudioRun
            ├── AgsCaptureWaveAudioRun
            ├── AgsCopyPatternAudioRun
            ├── AgsCountBeatsAudioRun
            ├── AgsDelayAudioRun
            ├── AgsFxAnalyseAudioProcessor
            ├── AgsFxBufferAudioProcessor
            ├── AgsFxNotationAudioProcessor
            ├── AgsFxEnvelopeAudioProcessor
            ├── AgsFxEq10AudioProcessor
            ├── AgsFxLadspaAudioProcessor
            ├── AgsFxPatternAudioProcessor
            ├── AgsFxPeakAudioProcessor
            ├── AgsFxPlaybackAudioProcessor
            ├── AgsFxVolumeAudioProcessor
            ├── AgsMuteAudioRun
            ├── AgsPlayDssiAudioRun
            ├── AgsPlayLv2AudioRun
            ├── AgsPlayNotationAudioRun
            ├── AgsPlayWaveAudioRun
            ├── AgsRecordMidiAudioRun
            ├── AgsRouteDssiAudioRun
            ╰── AgsRouteLv2AudioRun

Implemented Interfaces

AgsRecallAudioRun implements AgsConnectable.

Includes

#include <ags/audio/ags_recall_audio_run.h>

Description

AgsRecallAudioRun acts as dynamic audio recall.

Functions

ags_recall_audio_run_get_audio ()

AgsAudio *
ags_recall_audio_run_get_audio (AgsRecallAudioRun *recall_audio_run);

Get audio.

Parameters

recall_audio_run

the AgsRecallAudioRun

 

Returns

the AgsAudio.

[transfer full]

Since: 3.1.0


ags_recall_audio_run_set_audio ()

void
ags_recall_audio_run_set_audio (AgsRecallAudioRun *recall_audio_run,
                                AgsAudio *audio);

Set audio.

Parameters

recall_audio_run

the AgsRecallAudioRun

 

audio

the AgsAudio

 

Since: 3.1.0


ags_recall_audio_run_get_recall_audio ()

AgsRecallAudio *
ags_recall_audio_run_get_recall_audio (AgsRecallAudioRun *recall_audio_run);

Get recall audio.

Parameters

recall_audio_run

the AgsRecallAudioRun

 

Returns

the AgsRecallAudio.

[transfer full]

Since: 3.1.0


ags_recall_audio_run_set_recall_audio ()

void
ags_recall_audio_run_set_recall_audio (AgsRecallAudioRun *recall_audio_run,
                                       AgsRecallAudio *recall_audio);

Set recall audio.

Parameters

recall_audio_run

the AgsRecallAudioRun

 

recall_audio

the AgsRecallAudio

 

Since: 3.1.0


ags_recall_audio_run_new ()

AgsRecallAudioRun *
ags_recall_audio_run_new ();

Creates an AgsRecallAudioRun.

Returns

a new AgsRecallAudioRun.

Since: 3.0.0


AGS_IS_RECALL_AUDIO_RUN()

#define AGS_IS_RECALL_AUDIO_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_AUDIO_RUN))

AGS_IS_RECALL_AUDIO_RUN_CLASS()

#define AGS_IS_RECALL_AUDIO_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECALL_AUDIO_RUN))

AGS_RECALL_AUDIO_RUN()

#define AGS_RECALL_AUDIO_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_AUDIO_RUN, AgsRecallAudioRun))

AGS_RECALL_AUDIO_RUN_CLASS()

#define AGS_RECALL_AUDIO_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_AUDIO_RUN, AgsRecallAudioRunClass))

AGS_RECALL_AUDIO_RUN_GET_CLASS()

#define AGS_RECALL_AUDIO_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECALL_AUDIO_RUN, AgsRecallAudioRunClass))

ags_recall_audio_run_get_type ()

GType
ags_recall_audio_run_get_type ();

Types and Values

AGS_TYPE_RECALL_AUDIO_RUN

#define AGS_TYPE_RECALL_AUDIO_RUN                (ags_recall_audio_run_get_type())

struct AgsRecallAudioRun

struct AgsRecallAudioRun;

struct AgsRecallAudioRunClass

struct AgsRecallAudioRunClass {
  AgsRecallClass recall;
};

Property Details

The “audio” property

  “audio”                    AgsAudio *

The assigned audio.

Owner: AgsRecallAudioRun

Flags: Read / Write

Since: 3.0.0


The “recall-audio” property

  “recall-audio”             AgsRecallAudio *

The recall audio belonging to.

Owner: AgsRecallAudioRun

Flags: Read / Write

Since: 3.0.0