Method
AgsAudioLadspaManagerfind_ladspa_plugin_with_fallback
since: 3.5.10
Declaration [src]
AgsLadspaPlugin*
ags_ladspa_manager_find_ladspa_plugin_with_fallback (
AgsLadspaManager* ladspa_manager,
gchar* filename,
gchar* effect
)
Parameters
filename
-
Type:
gchar*
The filename of the plugin.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. effect
-
Type:
gchar*
The effect’s name.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: AgsLadspaPlugin
The AgsLadspaPlugin
.
The returned data is owned by the instance. |