Method

AgsAudioSFZRegionlookup_control

since: 3.0.0

Declaration [src]

gchar*
ags_sfz_region_lookup_control (
  AgsSFZRegion* sfz_region,
  gchar* key
)

Description [src]

Lookup control specified by key of 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.

Return value

Type: gchar*

The matching value of key.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.