AgsPlayNotationAudioRun

AgsPlayNotationAudioRun — play notation

Synopsis

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

struct              AgsPlayNotationAudioRun;
struct              AgsPlayNotationAudioRunClass;
enum                AgsPlayNotationAudioRunFlags;
AgsPlayNotationAudioRun * ags_play_notation_audio_run_new
                                                        ();

Description

The AgsPlayNotationAudioRun class play notation.

Details

struct AgsPlayNotationAudioRun

struct AgsPlayNotationAudioRun {
  AgsRecallAudioRun recall;

  guint flags;

  AgsDelayAudioRun *delay_audio_run;
  gulong notation_alloc_input_handler;

  AgsCountBeatsAudioRun *count_beats_audio_run;
};

struct AgsPlayNotationAudioRunClass

struct AgsPlayNotationAudioRunClass {
  AgsRecallAudioRunClass recall;
};

enum AgsPlayNotationAudioRunFlags

typedef enum {
  AGS_PLAY_NOTATION_AUDIO_RUN_DEFAULT  =  1,
} AgsPlayNotationAudioRunFlags;

ags_play_notation_audio_run_new ()

AgsPlayNotationAudioRun * ags_play_notation_audio_run_new
                                                        ();

Creates an AgsPlayNotationAudioRun

count_beats_audio_run :

an AgsCountBeatsAudioRun as dependency

Returns :

a new AgsPlayNotationAudioRun

Since 0.4