krähemann.com

AgsPlayNotationAudio

AgsPlayNotationAudio — play audio notation

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudio
            ╰── AgsPlayNotationAudio

Implemented Interfaces

AgsPlayNotationAudio implements AgsConnectable.

Includes

#include <ags/audio/recall/ags_play_notation_audio.h>

Description

The AgsPlayNotationAudio class provides ports to the effect processor.

Functions

ags_play_notation_audio_new ()

AgsPlayNotationAudio *
ags_play_notation_audio_new (AgsAudio *audio);

Create a new instance of AgsPlayNotationAudio

Parameters

audio

the AgsAudio

 

Returns

the new AgsPlayNotationAudio

Since: 3.0.0


AGS_IS_PLAY_NOTATION_AUDIO()

#define AGS_IS_PLAY_NOTATION_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PLAY_NOTATION_AUDIO))

AGS_PLAY_NOTATION_AUDIO()

#define AGS_PLAY_NOTATION_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_NOTATION_AUDIO, AgsPlayNotationAudio))

AGS_PLAY_NOTATION_AUDIO_CLASS()

#define AGS_PLAY_NOTATION_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_NOTATION_AUDIO, AgsPlayNotationAudio))

AGS_PLAY_NOTATION_AUDIO_GET_CLASS()

#define AGS_PLAY_NOTATION_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PLAY_NOTATION_AUDIO, AgsPlayNotationAudioClass))

ags_play_notation_audio_get_type ()

GType
ags_play_notation_audio_get_type ();

Types and Values

AGS_TYPE_PLAY_NOTATION_AUDIO

#define AGS_TYPE_PLAY_NOTATION_AUDIO                (ags_play_notation_audio_get_type())

struct AgsPlayNotationAudio

struct AgsPlayNotationAudio;

struct AgsPlayNotationAudioClass

struct AgsPlayNotationAudioClass {
  AgsRecallAudioClass recall_audio;
};