Advanced Gtk+ Sequencer Reference Manual | ||||
---|---|---|---|---|
Top | Description |
#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
);
struct AgsCopyNotationAudioRun { AgsRecallAudioRun recall_audio_run; AgsCountBeatsAudioRun *count_beats_audio_run; gulong tic_alloc_input_handler; GList *current_note; };
struct AgsCopyNotationAudioRunClass { AgsRecallAudioRunClass recall_audio_run; };
AgsCopyNotationAudioRun * ags_copy_notation_audio_run_new
(AgsCountBeatsAudioRun *count_beats_audio_run
);
Creates an AgsCopyNotationAudioRun
Returns : |
a new AgsCopyNotationAudioRun |
Since 0.4