AgsRecallLadspa

AgsRecallLadspa — The object interfacing with LADSPA

Functions

Properties

gchar * effect Read / Write
gchar * filename Read / Write
gulong index Read / Write

Types and Values

Object Hierarchy

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

Implemented Interfaces

AgsRecallLadspa implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

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

an AgsRecallLadspa

 

Since: 0.4


ags_recall_ladspa_load_ports ()

GList *
ags_recall_ladspa_load_ports (AgsRecallLadspa *recall_ladspa);

Set up LADSPA ports.

Parameters

recall_ladspa

an AgsRecallLadspa

 

Returns

a GList containing AgsPort.

Since: 0.4


ags_recall_ladspa_load_conversion ()

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

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

Parameters

recall_ladspa

the AgsRecallLadspa

 

port

an AgsPort

 

port_descriptor

the AgsPortDescriptor

 

Since: 0.7.9


ags_recall_ladspa_find ()

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

Retrieve LADSPA recall.

Parameters

recall

a GList containing AgsRecall

 

filename

plugin filename

 

effect

effect's name

 

Returns

Next match.

Since: 0.4


ags_recall_ladspa_new ()

AgsRecallLadspa *
ags_recall_ladspa_new (AgsChannel *source,
                       gchar *filename,
                       gchar *effect,
                       unsigned long  index);

Creates a AgsRecallLadspa

Parameters

source

the source

 

filename

the LADSPA plugin filename

 

effect

effect's name

 

index

effect's index

 

Returns

a new AgsRecallLadspa

Since: 0.4


AGS_IS_RECALL_LADSPA()

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


AGS_IS_RECALL_LADSPA_CLASS()

#define AGS_IS_RECALL_LADSPA_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), 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 “effect” property

  “effect”                   gchar *

The effect's string representation.

Flags: Read / Write

Default value: NULL


The “filename” property

  “filename”                 gchar *

The plugins filename.

Flags: Read / Write

Default value: NULL

Since: 0.4.2


The “index” property

  “index”                    gulong

The numerical index of effect.

Flags: Read / Write

Allowed values: <= 65535