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: 0.7.6
“unique-id”
property“unique-id” guint
The unique-id this plugin is assigned with.
Flags: Read / Write
Default value: 0
Since: 0.7.6