Method

AgsAudioVst3Managerfind_vst3_plugin_with_fallback

since: 3.5.10

Declaration [src]

AgsVst3Plugin*
ags_vst3_manager_find_vst3_plugin_with_fallback (
  AgsVst3Manager* vst3_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 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: AgsVst3Plugin

The matching AgsVst3Plugin.

The data is owned by the instance.