Method

AgsAudioLv2Managerload_file

since: 3.0.0

Declaration [src]

void
ags_lv2_manager_load_file (
  AgsLv2Manager* lv2_manager,
  AgsTurtle* manifest,
  AgsTurtle* turtle,
  gchar* lv2_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 loaded turtle.

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

Type: gchar*

The lv2 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.