AgsCountBeatsAudioRun

AgsCountBeatsAudioRun — count beats

Functions

Properties

Signals

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudioRun
            ╰── AgsCountBeatsAudioRun

Implemented Interfaces

AgsCountBeatsAudioRun implements AgsConnectable, AgsPackable, AgsDynamicConnectable, AgsPlugin, AgsCountable, AgsSeekable and AgsTactable.

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

Property Details

The “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


The “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


The “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

Signal Details

The “notation-loop” signal

void
user_function (AgsCountBeatsAudioRun *count_beats_audio_run,
               guint                  run_order,
               gpointer               user_data)

Flags: Run Last


The “notation-start” signal

void
user_function (AgsCountBeatsAudioRun *count_beats_audio_run,
               guint                  run_order,
               gpointer               user_data)

Flags: Run Last


The “notation-stop” signal

void
user_function (AgsCountBeatsAudioRun *count_beats_audio_run,
               guint                  run_order,
               gpointer               user_data)

Flags: Run Last


The “sequencer-loop” signal

void
user_function (AgsCountBeatsAudioRun *count_beats_audio_run,
               guint                  run_order,
               gpointer               user_data)

Flags: Run Last


The “sequencer-start” signal

void
user_function (AgsCountBeatsAudioRun *count_beats_audio_run,
               guint                  run_order,
               gpointer               user_data)

Flags: Run Last


The “sequencer-stop” signal

void
user_function (AgsCountBeatsAudioRun *count_beats_audio_run,
               guint                  run_order,
               gpointer               user_data)

Flags: Run Last