Method

AgsAudioLv2uiManagerload_file

since: 3.0.0

Declaration [src]

void
ags_lv2ui_manager_load_file (
  AgsLv2uiManager* lv2ui_manager,
  AgsTurtle* manifest,
  AgsTurtle* turtle,
  gchar* lv2ui_path,
  gchar* filename
)

Description [src]

Load filename specified plugin.

Available since: 3.0.0

Parameters

manifest

Type: AgsTurtle

The manifest.

The data is owned by the caller of the function.
turtle

Type: AgsTurtle

The AgsTurtle.

The data is owned by the caller of the function.
lv2ui_path

Type: gchar*

The lv2ui path.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
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.