AgsRecallAudio

AgsRecallAudio — audio context of recall

Functions

Properties

AgsAudio * audio Read / Write

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudio
            ├── AgsCopyNotationAudio
            ├── AgsCopyPatternAudio
            ├── AgsCountBeatsAudio
            ├── AgsDelayAudio
            ├── AgsMuteAudio
            ├── AgsPlayAudio
            ├── AgsPlayNotationAudio
            ├── AgsRecordMidiAudio
            ├── AgsRouteDssiAudio
            ╰── AgsRouteLv2Audio

Implemented Interfaces

AgsRecallAudio implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

#include <ags/audio/ags_recall_audio.h>

Description

AgsRecallAudio acts as audio recall.

Functions

ags_recall_audio_new ()

AgsRecallAudio *
ags_recall_audio_new (AgsAudio *audio);

Creates an AgsRecallAudio.

Parameters

audio

the assigned AgsAudio

 

Returns

a new AgsRecallAudio.

Since: 0.4

Types and Values

Property Details

The “audio” property

  “audio”                    AgsAudio *

The audio object it is assigned to.

Flags: Read / Write

Since: 0.4.0