Top | ![]() |
![]() |
![]() |
![]() |
AgsCopyNotationAudioRun * | ags_copy_notation_audio_run_new () |
#define | AGS_COPY_NOTATION_AUDIO_RUN() |
#define | AGS_COPY_NOTATION_AUDIO_RUN_CLASS() |
#define | AGS_COPY_NOTATION_AUDIO_RUN_GET_CLASS() |
#define | AGS_IS_COPY_NOTATION_AUDIO_RUN() |
#define | AGS_IS_COPY_NOTATION_AUDIO_RUN_CLASS() |
GType | ags_copy_notation_audio_run_get_type () |
#define | AGS_TYPE_COPY_NOTATION_AUDIO_RUN |
struct | AgsCopyNotationAudioRun |
struct | AgsCopyNotationAudioRunClass |
AgsCopyNotationAudioRun implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.
AgsCopyNotationAudioRun *
ags_copy_notation_audio_run_new (AgsCountBeatsAudioRun *count_beats_audio_run
);
Creates an AgsCopyNotationAudioRun
Since: 0.4
#define AGS_COPY_NOTATION_AUDIO_RUN(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_NOTATION_AUDIO_RUN, AgsCopyNotationAudioRun))
#define AGS_COPY_NOTATION_AUDIO_RUN_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_NOTATION_AUDIO_RUN, AgsCopyNotationAudioRun))
#define AGS_COPY_NOTATION_AUDIO_RUN_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_NOTATION_AUDIO_RUN, AgsCopyNotationAudioRunClass))
#define AGS_IS_COPY_NOTATION_AUDIO_RUN(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_NOTATION_AUDIO_RUN))
#define AGS_IS_COPY_NOTATION_AUDIO_RUN_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_COPY_NOTATION_AUDIO_RUN))
#define AGS_TYPE_COPY_NOTATION_AUDIO_RUN (ags_copy_notation_audio_run_get_type())
“count-beats-audio-run”
property“count-beats-audio-run” AgsCountBeatsAudioRun *
The AgsCountBeatsAudioRun which emits beat signal.
Flags: Read / Write