AgsRecallAudioRun

AgsRecallAudioRun — audio context of dynamic recall

Functions

Properties

AgsRecallAudio * recall-audio Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudioRun
            ├── AgsCopyNotationAudioRun
            ├── AgsCopyPatternAudioRun
            ├── AgsCountBeatsAudioRun
            ├── AgsDelayAudioRun
            ├── AgsMuteAudioRun
            ├── AgsPlayNotationAudioRun
            ├── AgsRecordMidiAudioRun
            ├── AgsRouteDssiAudioRun
            ╰── AgsRouteLv2AudioRun

Implemented Interfaces

AgsRecallAudioRun implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Description

AgsRecallAudioRun acts as dynamic audio recall.

Functions

ags_recall_audio_run_new ()

AgsRecallAudioRun *
ags_recall_audio_run_new ();

Creates an AgsRecallAudioRun.

Returns

a new AgsRecallAudioRun.

Since: 0.4


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 “recall-audio” property

  “recall-audio”             AgsRecallAudio *

The recall audio belonging to.

Flags: Read / Write

Since: 0.4.0