AgsRecallLv2

AgsRecallLv2 — The object interfacing with LV2

Functions

Properties

gchar * effect Read / Write
gchar * filename Read / Write
gulong index Read / Write
AgsTurtle * turtle Read / Write
gchar * uri Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsRecallLv2

Implemented Interfaces

AgsRecallLv2 implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

#include <ags/audio/ags_recall_lv2.h>

Description

AgsRecallLv2 provides LV2 support.

Functions

ags_recall_lv2_load ()

void
ags_recall_lv2_load (AgsRecallLv2 *recall_lv2);

Set up LV2 handle.

Parameters

recall_lv2

an AgsRecallLv2

 

Since: 0.4.3


ags_recall_lv2_load_ports ()

GList *
ags_recall_lv2_load_ports (AgsRecallLv2 *recall_lv2);

Set up LV2 ports.

Parameters

recall_lv2

an AgsRecallLv2

 

Returns

a GList containing AgsPort.

Since: 0.4.3


ags_recall_lv2_load_conversion ()

void
ags_recall_lv2_load_conversion (AgsRecallLv2 *recall_lv2,
                                GObject *port,
                                gpointer port_descriptor);

Loads conversion object by using port_descriptor and sets in on port .

Parameters

recall_lv2

the AgsRecallLv2

 

port

an AgsPort

 

port_descriptor

the AgsPortDescriptor

 

Since: 0.7.9


ags_recall_lv2_find ()

GList *
ags_recall_lv2_find (GList *recall,
                     gchar *filename,
                     gchar *uri);

Retrieve LV2 recall.

Parameters

recall

a GList containing AgsRecall

 

filename

plugin filename

 

uri

uri's name

 

Returns

Next match.

Since: 0.4.3


ags_recall_lv2_new ()

AgsRecallLv2 *
ags_recall_lv2_new (AgsChannel *source,
                    AgsTurtle *turtle,
                    gchar *filename,
                    gchar *effect,
                    gchar *uri,
                    uint32_t index);

Creates a AgsRecallLv2

Parameters

source

the source

 

turtle

the .ttl file

 

filename

the LV2 plugin filename

 

effect

the LV2 plugin effect

 

uri

uri's name

 

index

uri's index

 

Returns

a new AgsRecallLv2

Since: 0.4.3


AGS_IS_RECALL_LV2()

#define AGS_IS_RECALL_LV2(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RECALL_LV2))


AGS_IS_RECALL_LV2_CLASS()

#define AGS_IS_RECALL_LV2_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_RECALL_LV2))


AGS_RECALL_LV2()

#define AGS_RECALL_LV2(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_LV2, AgsRecallLv2))


AGS_RECALL_LV2_CLASS()

#define AGS_RECALL_LV2_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_LV2, AgsRecallLv2Class))


AGS_RECALL_LV2_GET_CLASS()

#define AGS_RECALL_LV2_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_RECALL_LV2, AgsRecallLv2Class))


ags_recall_lv2_get_type ()

GType
ags_recall_lv2_get_type ();

Types and Values

enum AgsRecallLv2FLags

Members

AGS_RECALL_LV2_HAS_EVENT_PORT

   

AGS_RECALL_LV2_HAS_ATOM_PORT

   

AGS_TYPE_RECALL_LV2

#define AGS_TYPE_RECALL_LV2                (ags_recall_lv2_get_type())


struct AgsRecallLv2

struct AgsRecallLv2;


struct AgsRecallLv2Class

struct AgsRecallLv2Class {
  AgsRecallChannelClass recall_channel;
};

Property Details

The “effect” property

  “effect”                   gchar *

The effect's name.

Flags: Read / Write

Default value: NULL

Since: 0.4.3


The “filename” property

  “filename”                 gchar *

The plugins filename.

Flags: Read / Write

Default value: NULL

Since: 0.4.3


The “index” property

  “index”                    gulong

The uri's index.

Flags: Read / Write

Allowed values: <= 65535

Since: 0.4.3


The “turtle” property

  “turtle”                   AgsTurtle *

The assigned turtle.

Flags: Read / Write

Since: 0.4.3


The “uri” property

  “uri”                      gchar *

The uri's name.

Flags: Read / Write

Default value: NULL

Since: 0.4.3