krähemann.com

AgsRecallLv2Run

AgsRecallLv2Run — The object interfacing with LV2

Properties

gpointer note Read / Write
AgsRouteLv2AudioRun * route-lv2-audio-run Read / Write

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudioSignal
            ╰── AgsRecallLv2Run

Implemented Interfaces

AgsRecallLv2Run implements AgsConnectable and AgsPlugin.

Description

AgsRecallLv2Run provides LV2 support.

Functions

ags_recall_lv2_run_new ()

AgsRecallLv2Run *
ags_recall_lv2_run_new (AgsAudioSignal *source);

Creates a new instance of AgsRecallLv2Run

Parameters

source

the AgsAudioSignal as source

 

Returns

the new AgsRecallLv2Run

Since: 3.0.0


AGS_IS_RECALL_LV2_RUN()

#define AGS_IS_RECALL_LV2_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RECALL_LV2_RUN))

AGS_IS_RECALL_LV2_RUN_CLASS()

#define AGS_IS_RECALL_LV2_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_RECALL_LV2_RUN))

AGS_RECALL_LV2_RUN()

#define AGS_RECALL_LV2_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_LV2_RUN, AgsRecallLv2Run))

AGS_RECALL_LV2_RUN_CLASS()

#define AGS_RECALL_LV2_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_LV2_RUN, AgsRecallLv2RunClass))

AGS_RECALL_LV2_RUN_GET_CLASS()

#define AGS_RECALL_LV2_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_RECALL_LV2_RUN, AgsRecallLv2RunClass))

ags_recall_lv2_run_get_type ()

GType
ags_recall_lv2_run_get_type ();

Types and Values

AGS_RECALL_LV2_DEFAULT_MIDI_LENGHT

#define AGS_RECALL_LV2_DEFAULT_MIDI_LENGHT (8 * 256)

AGS_TYPE_RECALL_LV2_RUN

#define AGS_TYPE_RECALL_LV2_RUN                (ags_recall_lv2_run_get_type())

struct AgsRecallLv2Run

struct AgsRecallLv2Run;

struct AgsRecallLv2RunClass

struct AgsRecallLv2RunClass {
  AgsRecallAudioSignalClass recall_audio_signal;
};

Property Details

The “note” property

  “note”                     gpointer

The assigned AgsNote.

[transfer full]

Owner: AgsRecallLv2Run

Flags: Read / Write

Since: 3.0.0


The “route-lv2-audio-run” property

  “route-lv2-audio-run”      AgsRouteLv2AudioRun *

The route lv2 audio run dependency.

Owner: AgsRecallLv2Run

Flags: Read / Write

Since: 3.0.0