Advanced Gtk+ Sequencer Reference Manual | ||||
---|---|---|---|---|
Top | Description |
#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
struct AgsCopyNotationAudio { AgsRecallAudio recall_audio; guint flags; AgsDevout *devout; AgsNotation *notation; guint audio_channel; };
struct AgsCopyNotationAudioClass { AgsRecallAudioClass recall_audio; };
typedef enum { AGS_COPY_NOTATION_AUDIO_FIT_AUDIO_SIGNAL = 1, } AgsCopyNotationAudioFlags;
AgsCopyNotationAudio * ags_copy_notation_audio_new (AgsDevout *devout
,AgsNotation *notation
,);
guint audio_channel
Creates an AgsCopyNotationAudio
|
the AgsAudio |
|
the notation |
|
the audio channel to use |
Returns : |
a new AgsCopyNotationAudio |
Since 0.4