Method

AgsAudioVst3Managerload_file

since: 3.10.2

Declaration [src]

void
ags_vst3_manager_load_file (
  AgsVst3Manager* vst3_manager,
  gchar* vst3_path,
  gchar* filename
)

Description [src]

Load filename specified plugin.

Available since: 3.10.2

Parameters

vst3_path

Type: gchar*

The vst3 path.

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