AgsLadspaPlugin

AgsLadspaPlugin — The ladspa plugin class

Stability Level

Stable, unless otherwise indicated

Functions

Includes

#include <ags/plugin/ags_ladspa_plugin.h>

Description

The AgsLadspaPlugin loads/unloads a Ladspa plugin.

Functions

AGS_LADSPA_PLUGIN_DESCRIPTOR()

#define AGS_LADSPA_PLUGIN_DESCRIPTOR(ptr) ((LADSPA_Descriptor *)(ptr))

ags_ladspa_plugin_new ()

AgsLadspaPlugin *
ags_ladspa_plugin_new (gchar *filename,
                       gchar *effect,
                       guint effect_index);

Creates an AgsLadspaPlugin

Parameters

filename

the plugin .so

 

effect

the effect's string representation

 

effect_index

the effect's index

 

Returns

a new AgsLadspaPlugin

Since: 3.0.0