Constructor

AgsAudioVst3Pluginnew

since: 3.10.2

Declaration [src]

AgsVst3Plugin*
ags_vst3_plugin_new (
  gchar* filename,
  gchar* effect,
  guint effect_index
)

Description [src]

Create a new instance of AgsVst3Plugin.

Available since: 3.10.2

Parameters

filename

Type: gchar*

The plugin .so.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
effect

Type: gchar*

The effect’s string representation.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
effect_index

Type: guint

The effect’s index.

Return value

Type: AgsVst3Plugin

The new AgsVst3Plugin.

The caller of the function takes ownership of the data, and is responsible for freeing it.