AgsCountBeatsAudioRun

AgsCountBeatsAudioRun — count beats

Functions

Includes

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

Description

The AgsCountBeatsAudioRun class count beats.

Functions

ags_count_beats_audio_run_notation_start ()

void
ags_count_beats_audio_run_notation_start
                               (AgsCountBeatsAudioRun *count_beats_audio_run,
                                guint run_order);

Emitted as notation starts playback.

Parameters

count_beats_audio_run

the AgsCountBeatsAudioRun

 

run_order

the nth run order

 

Since 0.4


ags_count_beats_audio_run_notation_loop ()

void
ags_count_beats_audio_run_notation_loop
                               (AgsCountBeatsAudioRun *count_beats_audio_run,
                                guint run_order);

Emitted as notation loops playback.

Parameters

count_beats_audio_run

the AgsCountBeatsAudioRun

 

run_order

the nth run order

 

Since 0.4


ags_count_beats_audio_run_notation_stop ()

void
ags_count_beats_audio_run_notation_stop
                               (AgsCountBeatsAudioRun *count_beats_audio_run,
                                guint run_order);

Emitted as notation stops playback.

Parameters

count_beats_audio_run

the AgsCountBeatsAudioRun

 

run_order

the nth run order

 

Since 0.4


ags_count_beats_audio_run_sequencer_start ()

void
ags_count_beats_audio_run_sequencer_start
                               (AgsCountBeatsAudioRun *count_beats_audio_run,
                                guint run_order);

Emitted as sequencer starts playback.

Parameters

count_beats_audio_run

the AgsCountBeatsAudioRun

 

run_order

the nth run order

 

Since 0.4


ags_count_beats_audio_run_sequencer_loop ()

void
ags_count_beats_audio_run_sequencer_loop
                               (AgsCountBeatsAudioRun *count_beats_audio_run,
                                guint run_order);

Emitted as sequencer loops playback.

Parameters

count_beats_audio_run

the AgsCountBeatsAudioRun

 

run_order

the nth run order

 

Since 0.4


ags_count_beats_audio_run_sequencer_stop ()

void
ags_count_beats_audio_run_sequencer_stop
                               (AgsCountBeatsAudioRun *count_beats_audio_run,
                                guint run_order);

Emitted as sequencer stops playback.

Parameters

count_beats_audio_run

the AgsCountBeatsAudioRun

 

run_order

the nth run order

 

Since 0.4


ags_count_beats_audio_run_new ()

AgsCountBeatsAudioRun *
ags_count_beats_audio_run_new (AgsDelayAudioRun *delay_audio_run);

Creates an AgsCountBeatsAudioRun

Parameters

delay_audio_run

the AgsDelayAudioRun dependency

 

Returns

a new AgsCountBeatsAudioRun

Since 0.4

Types and Values