Constructor
AgsAudioLadspaPluginnew
since: 3.0.0
Declaration [src]
AgsLadspaPlugin*
ags_ladspa_plugin_new (
gchar* filename,
gchar* effect,
guint effect_index
)
Parameters
filename
-
Type:
gchar*
The plugin .so.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. effect
-
Type:
gchar*
The effect’s string representation.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. effect_index
-
Type:
guint
The effect’s index.
Return value
Type: AgsLadspaPlugin
A new AgsLadspaPlugin
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |