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
)

Description [src]

Lookup filename in loaded plugins.

Available since: 3.5.10

Parameters

filename

Type: gchar*

The filename of the plugin.

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 name.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: AgsLv2Plugin

The AgsLv2Plugin.

The data is owned by the instance.