AgsCountBeatsAudio

AgsCountBeatsAudio — count audio beats

Functions

Properties

AgsPort * notation-loop Read / Write
AgsPort * notation-loop-end Read / Write
AgsPort * notation-loop-start Read / Write
AgsPort * sequencer-loop Read / Write
AgsPort * sequencer-loop-end Read / Write
AgsPort * sequencer-loop-start Read / Write

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudio
            ╰── AgsCountBeatsAudio

Implemented Interfaces

AgsCountBeatsAudio implements AgsConnectable, AgsPackable, AgsDynamicConnectable, AgsPlugin and AgsTactable.

Includes

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

Description

The AgsCountBeatsAudio class provides ports to the effect processor.

Functions

ags_count_beats_audio_new ()

AgsCountBeatsAudio *
ags_count_beats_audio_new (gboolean loop);

Creates an AgsCountBeatsAudio

Parameters

loop

set loop port

 

Returns

a new AgsCountBeatsAudio

Since: 0.4

Types and Values

Property Details

The “notation-loop” property

  “notation-loop”            AgsPort *

Play in a endless notation_loop.

Flags: Read / Write

Since: 0.4


The “notation-loop-end” property

  “notation-loop-end”        AgsPort *

The end beat of the notation loop.

Flags: Read / Write

Since: 0.4


The “notation-loop-start” property

  “notation-loop-start”      AgsPort *

The start beat of the notation loop.

Flags: Read / Write

Since: 0.4


The “sequencer-loop” property

  “sequencer-loop”           AgsPort *

Play sequencer in a endless loop.

Flags: Read / Write

Since: 0.4


The “sequencer-loop-end” property

  “sequencer-loop-end”       AgsPort *

The end beat of the sequencer loop.

Flags: Read / Write

Since: 0.4


The “sequencer-loop-start” property

  “sequencer-loop-start”     AgsPort *

The start beat of the sequencer loop.

Flags: Read / Write

Since: 0.4