Function

AgsAudioVst3Managerset_default_path

since: 3.10.2

Declaration [src]

void
ags_vst3_manager_set_default_path (
  gchar** default_path
)

Description [src]

Set vst3 manager default plugin path.

Available since: 3.10.2

Parameters

default_path

Type: An array of utf8

The string vector array to use as default path.

The array must be NULL-terminated.
The called function takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.