Method

AgsAudioLv2uiManagerfind_lv2ui_plugin_with_index

since: 3.0.0

Declaration [src]

AgsLv2uiPlugin*
ags_lv2ui_manager_find_lv2ui_plugin_with_index (
  AgsLv2uiManager* lv2ui_manager,
  gchar* ui_filename,
  guint ui_effect_index
)

Description [src]

Lookup ui_filename with ui_effect_index in loaded plugins.

Available since: 3.0.0

Parameters

ui_filename

Type: gchar*

The UI filename of the plugin.

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

Type: guint

The UI index.

Return value

Type: AgsLv2uiPlugin

The AgsLv2uiPlugin.

The data is owned by the instance.