AgsPlayLv2AudioRun

AgsPlayLv2AudioRun — play lv2

Functions

Properties

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudioRun
            ╰── AgsPlayLv2AudioRun

Implemented Interfaces

AgsPlayLv2AudioRun implements AgsConnectable and AgsPlugin.

Includes

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

Description

The AgsPlayLv2AudioRun class play lv2.

Functions

ags_play_lv2_audio_run_load_ports ()

void
ags_play_lv2_audio_run_load_ports (AgsPlayLv2AudioRun *play_lv2_audio_run);

Set up LV2 ports.

Parameters

play_lv2_audio_run

the AgsRecallLv2Run

 

Since: 2.0.0


ags_play_lv2_audio_run_new ()

AgsPlayLv2AudioRun *
ags_play_lv2_audio_run_new (AgsAudio *audio,
                            AgsDelayAudioRun *delay_audio_run,
                            AgsCountBeatsAudioRun *count_beats_audio_run);

Create a new instance of AgsPlayLv2AudioRun

Parameters

audio

the AgsAudio

 

delay_audio_run

the AgsDelayAudioRun dependency

 

count_beats_audio_run

the AgsCountBeatsAudioRun dependency

 

Returns

the new AgsPlayLv2AudioRun

Since: 2.0.0


AGS_IS_PLAY_LV2_AUDIO_RUN()

#define AGS_IS_PLAY_LV2_AUDIO_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PLAY_LV2_AUDIO_RUN))

AGS_PLAY_LV2_AUDIO_RUN()

#define AGS_PLAY_LV2_AUDIO_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_LV2_AUDIO_RUN, AgsPlayLv2AudioRun))

AGS_PLAY_LV2_AUDIO_RUN_CLASS()

#define AGS_PLAY_LV2_AUDIO_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_LV2_AUDIO_RUN, AgsPlayLv2AudioRun))

AGS_PLAY_LV2_AUDIO_RUN_GET_CLASS()

#define AGS_PLAY_LV2_AUDIO_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PLAY_LV2_AUDIO_RUN, AgsPlayLv2AudioRunClass))

ags_play_lv2_audio_run_get_type ()

GType
ags_play_lv2_audio_run_get_type ();

Types and Values

AGS_PLAY_LV2_AUDIO_DEFAULT_MIDI_LENGHT

#define AGS_PLAY_LV2_AUDIO_DEFAULT_MIDI_LENGHT (8 * 256)

AGS_TYPE_PLAY_LV2_AUDIO_RUN

#define AGS_TYPE_PLAY_LV2_AUDIO_RUN                (ags_play_lv2_audio_run_get_type())

struct AgsPlayLv2AudioRun

struct AgsPlayLv2AudioRun;

struct AgsPlayLv2AudioRunClass

struct AgsPlayLv2AudioRunClass {
  AgsRecallAudioRunClass recall_audio_run;
};

Property Details

The “count-beats-audio-run” property

  “count-beats-audio-run”    AgsCountBeatsAudioRun *

The count beats audio run dependency.

Flags: Read / Write

Since: 2.0.0


The “delay-audio-run” property

  “delay-audio-run”          AgsDelayAudioRun *

The delay audio run dependency.

Flags: Read / Write

Since: 2.0.0


The “destination” property

  “destination”              AgsAudioSignal *

The destination's audio signal.

Flags: Read / Write

Since: 2.0.0


The “notation” property

  “notation”                 AgsNotation *

The notation containing the notes.

Flags: Read / Write

Since: 2.0.0