AgsRecallLadspa

AgsRecallLadspa — The object interfacing with LADSPA

Functions

Properties

AgsLadspaPlugin * plugin Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannel
            ╰── AgsRecallLadspa

Implemented Interfaces

AgsRecallLadspa implements AgsConnectable.

Includes

#include <ags/audio/ags_recall_ladspa.h>

Description

AgsRecallLadspa provides LADSPA support.

Functions

ags_recall_ladspa_load ()

void
ags_recall_ladspa_load (AgsRecallLadspa *recall_ladspa);

Set up LADSPA handle.

Parameters

recall_ladspa

the AgsRecallLadspa

 

Since: 3.0.0


ags_recall_ladspa_load_ports ()

GList *
ags_recall_ladspa_load_ports (AgsRecallLadspa *recall_ladspa);

Set up LADSPA ports.

Parameters

recall_ladspa

the AgsRecallLadspa

 

Returns

the GList containing AgsPort.

[element-type AgsAudio.Port][transfer full]

Since: 3.0.0


ags_recall_ladspa_load_conversion ()

void
ags_recall_ladspa_load_conversion (AgsRecallLadspa *recall_ladspa,
                                   GObject *port,
                                   gpointer plugin_port);

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

Parameters

recall_ladspa

the AgsRecallLadspa

 

port

the AgsPort

 

plugin_port

the AgsPluginPort

 

Since: 3.0.0


ags_recall_ladspa_find ()

GList *
ags_recall_ladspa_find (GList *recall,
                        gchar *filename,
                        gchar *effect);

Retrieve LADSPA recall.

Parameters

recall

the GList containing AgsRecall.

[element-type AgsAudio.Recall][transfer none]

filename

plugin filename

 

effect

effect's name

 

Returns

Next matching GList or NULL.

[element-type AgsAudio.Recall][transfer none]

Since: 3.0.0


ags_recall_ladspa_new ()

AgsRecallLadspa *
ags_recall_ladspa_new (AgsChannel *source,
                       gchar *filename,
                       gchar *effect,
                       guint effect_index);

Creates a new instance of AgsRecallLadspa

Parameters

source

the AgsChannel as source

 

filename

the LADSPA plugin filename

 

effect

effect's name

 

effect_index

effect's index

 

Returns

the new AgsRecallLadspa

Since: 3.0.0


AGS_IS_RECALL_LADSPA()

#define AGS_IS_RECALL_LADSPA(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RECALL_LADSPA))

AGS_RECALL_LADSPA()

#define AGS_RECALL_LADSPA(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_LADSPA, AgsRecallLadspa))

AGS_RECALL_LADSPA_CLASS()

#define AGS_RECALL_LADSPA_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_LADSPA, AgsRecallLadspaClass))

AGS_RECALL_LADSPA_GET_CLASS()

#define AGS_RECALL_LADSPA_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_RECALL_LADSPA, AgsRecallLadspaClass))

ags_recall_ladspa_get_type ()

GType
ags_recall_ladspa_get_type ();

Types and Values

AGS_TYPE_RECALL_LADSPA

#define AGS_TYPE_RECALL_LADSPA                (ags_recall_ladspa_get_type())

struct AgsRecallLadspa

struct AgsRecallLadspa;

struct AgsRecallLadspaClass

struct AgsRecallLadspaClass {
  AgsRecallChannelClass recall_channel;
};

Property Details

The “plugin” property

  “plugin”                   AgsLadspaPlugin *

The assigned plugin.

Owner: AgsRecallLadspa

Flags: Read / Write

Since: 3.0.0