Top |
AgsDelayAudioRun * | delay-audio-run | Read / Write |
guint | notation-counter | Read / Write |
guint | sequencer-counter | Read / Write |
void | notation-loop | Run Last |
void | notation-start | Run Last |
void | notation-stop | Run Last |
void | sequencer-loop | Run Last |
void | sequencer-start | Run Last |
void | sequencer-stop | Run Last |
AgsCountBeatsAudioRun implements AgsConnectable, AgsPackable, AgsDynamicConnectable, AgsPlugin, AgsCountable, AgsSeekable and AgsTactable.
void ags_count_beats_audio_run_notation_start (AgsCountBeatsAudioRun *count_beats_audio_run
,guint run_order
);
Emitted as notation starts playback.
Since: 0.4
void ags_count_beats_audio_run_notation_loop (AgsCountBeatsAudioRun *count_beats_audio_run
,guint run_order
);
Emitted as notation loops playback.
Since: 0.4
void ags_count_beats_audio_run_notation_stop (AgsCountBeatsAudioRun *count_beats_audio_run
,guint run_order
);
Emitted as notation stops playback.
Since: 0.4
void ags_count_beats_audio_run_sequencer_start (AgsCountBeatsAudioRun *count_beats_audio_run
,guint run_order
);
Emitted as sequencer starts playback.
Since: 0.4
void ags_count_beats_audio_run_sequencer_loop (AgsCountBeatsAudioRun *count_beats_audio_run
,guint run_order
);
Emitted as sequencer loops playback.
Since: 0.4
void ags_count_beats_audio_run_sequencer_stop (AgsCountBeatsAudioRun *count_beats_audio_run
,guint run_order
);
Emitted as sequencer stops playback.
Since: 0.4
AgsCountBeatsAudioRun *
ags_count_beats_audio_run_new (AgsDelayAudioRun *delay_audio_run
);
Creates an AgsCountBeatsAudioRun
Since: 0.4
“delay-audio-run”
property“delay-audio-run” AgsDelayAudioRun *
The AgsDelayAudioRun which emits sequencer_alloc_output sequencer_count signal.
Flags: Read / Write
Since: 0.4.0
“notation-counter”
property“notation-counter” guint
The notation counter indicates the offset in the notation.
Flags: Read / Write
Allowed values: <= 65535
Default value: 0
Since: 0.4.0
“sequencer-counter”
property“sequencer-counter” guint
The sequenecer counter indicates the offset in the sequencer.
Flags: Read / Write
Allowed values: <= 65535
Default value: 0
Since: 0.4.0
“notation-loop”
signalvoid user_function (AgsCountBeatsAudioRun *count_beats_audio_run, guint run_order, gpointer user_data)
Flags: Run Last
“notation-start”
signalvoid user_function (AgsCountBeatsAudioRun *count_beats_audio_run, guint run_order, gpointer user_data)
Flags: Run Last
“notation-stop”
signalvoid user_function (AgsCountBeatsAudioRun *count_beats_audio_run, guint run_order, gpointer user_data)
Flags: Run Last
“sequencer-loop”
signalvoid user_function (AgsCountBeatsAudioRun *count_beats_audio_run, guint run_order, gpointer user_data)
Flags: Run Last
“sequencer-start”
signalvoid user_function (AgsCountBeatsAudioRun *count_beats_audio_run, guint run_order, gpointer user_data)
Flags: Run Last
“sequencer-stop”
signalvoid user_function (AgsCountBeatsAudioRun *count_beats_audio_run, guint run_order, gpointer user_data)
Flags: Run Last