AgsRecallLadspa

AgsRecallLadspa — The object interfacing with LADSPA

Functions

Includes

#include <ags/audio/ags_recall_ladspa.h>

Description

AgsRecallLadspa provides LADSPA support.

Functions

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_short_to_float ()

void
ags_recall_ladspa_short_to_float (signed short *buffer,
                                  float *destination,
                                  guint buffer_size,
                                  guint lines);

Convert data type.

Parameters

buffer

source

 

destination

destination

 

Since 0.4


ags_recall_ladspa_float_to_short ()

void
ags_recall_ladspa_float_to_short (float *buffer,
                                  signed short *destination,
                                  guint buffer_size,
                                  guint lines);

Convert data type.

Parameters

buffer

source

 

destination

destination

 

Since 0.4


ags_recall_ladpsa_find ()

GList *
ags_recall_ladpsa_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,
                       guint 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

Types and Values