Method

AgsAudioLadspaManagerload_file

since: 3.0.0

Declaration [src]

void
ags_ladspa_manager_load_file (
  AgsLadspaManager* ladspa_manager,
  gchar* ladspa_path,
  gchar* filename
)

Description [src]

Load filename specified plugin.

Available since: 3.0.0

Parameters

ladspa_path

Type: gchar*

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