AgsCopyNotationAudio

AgsCopyNotationAudio — copy notations audio

Synopsis

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

struct              AgsCopyNotationAudio;
struct              AgsCopyNotationAudioClass;
enum                AgsCopyNotationAudioFlags;
AgsCopyNotationAudio * ags_copy_notation_audio_new      (AgsDevout *devout,
                                                         AgsNotation *notation,
                                                         guint audio_channel);

Description

The AgsCopyNotationAudio class provides ports to the effect processor.

Details

struct AgsCopyNotationAudio

struct AgsCopyNotationAudio {
  AgsRecallAudio recall_audio;

  guint flags;

  AgsDevout *devout;

  AgsNotation *notation;
  guint audio_channel;
};

struct AgsCopyNotationAudioClass

struct AgsCopyNotationAudioClass {
  AgsRecallAudioClass recall_audio;
};

enum AgsCopyNotationAudioFlags

typedef enum {
  AGS_COPY_NOTATION_AUDIO_FIT_AUDIO_SIGNAL  = 1,
} AgsCopyNotationAudioFlags;

ags_copy_notation_audio_new ()

AgsCopyNotationAudio * ags_copy_notation_audio_new      (AgsDevout *devout,
                                                         AgsNotation *notation,
                                                         guint audio_channel);

Creates an AgsCopyNotationAudio

audio :

the AgsAudio

notation :

the notation

audio_channel :

the audio channel to use

Returns :

a new AgsCopyNotationAudio

Since 0.4