AgsCopyNotationAudioRun

AgsCopyNotationAudioRun — copy notations

Synopsis

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

struct              AgsCopyNotationAudioRun;
struct              AgsCopyNotationAudioRunClass;
AgsCopyNotationAudioRun * ags_copy_notation_audio_run_new
                                                        (AgsCountBeatsAudioRun *count_beats_audio_run);

Description

The AgsCopyNotationAudioRun class copy notations.

Details

struct AgsCopyNotationAudioRun

struct AgsCopyNotationAudioRun {
  AgsRecallAudioRun recall_audio_run;

  AgsCountBeatsAudioRun *count_beats_audio_run;

  gulong tic_alloc_input_handler;

  GList *current_note;
};

struct AgsCopyNotationAudioRunClass

struct AgsCopyNotationAudioRunClass {
  AgsRecallAudioRunClass recall_audio_run;
};

ags_copy_notation_audio_run_new ()

AgsCopyNotationAudioRun * ags_copy_notation_audio_run_new
                                                        (AgsCountBeatsAudioRun *count_beats_audio_run);

Creates an AgsCopyNotationAudioRun

Returns :

a new AgsCopyNotationAudioRun

Since 0.4