Constructor

AgsAudioLv2uiPluginnew

since: 3.0.0

Declaration [src]

AgsLv2uiPlugin*
ags_lv2ui_plugin_new (
  AgsTurtle* gui_turtle,
  gchar* filename,
  gchar* effect,
  gchar* gui_uri,
  guint effect_index
)

Description [src]

Creates an AgsLv2uiPlugin.

Available since: 3.0.0

Parameters

gui_turtle

Type: AgsTurtle

The AgsTurtle.

The data is owned by the caller of the function.
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.
gui_uri

Type: gchar*

The effect’s gui_uri.

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: AgsLv2uiPlugin

A new AgsLv2uiPlugin.

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