Method

AgsAudioSFZRegioninsert_control

since: 3.0.0

Declaration [src]

void
ags_sfz_region_insert_control (
  AgsSFZRegion* sfz_region,
  gchar* key,
  gchar* value
)

Description [src]

Insert control specified by key and value to sfz_region.

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.