Top |
#define AGS_LADSPA_PLUGIN_DESCRIPTOR(ptr) ((LADSPA_Descriptor *)(ptr))
AgsLadspaPlugin * ags_ladspa_plugin_new (gchar *filename
,gchar *effect
,guint effect_index
);
Creates an AgsLadspaPlugin
filename |
the plugin .so |
|
effect |
the effect's string representation |
|
effect_index |
the effect's index |
Since: 3.0.0