Method

AgsAudioSFZGroupinsert_control

since: 3.0.0

Declaration [src]

void
ags_sfz_group_insert_control (
  AgsSFZGroup* sfz_group,
  gchar* key,
  gchar* value
)

Description [src]

Insert control specified by key and value to sfz_group.

Available since: 3.0.0

Parameters

key

Type: gchar*

The key.

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

Type: gchar*

The value.

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