Method
AgsAudioLv2Managerfind_lv2_plugin_with_fallback
since: 3.5.10
Declaration [src]
AgsLv2Plugin*
ags_lv2_manager_find_lv2_plugin_with_fallback (
AgsLv2Manager* lv2_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: AgsLv2Plugin
The AgsLv2Plugin
.
The returned data is owned by the instance. |