Method

AgsAudioSFZGrouplookup_control

since: 3.0.0

[]

Declaration [src]

gchar*
ags_sfz_group_lookup_control (
  AgsSFZGroup* sfz_group,
  gchar* key
)
[]

Description [src]

Lookup control specified by key of sfz_group.

Available since: 3.0.0

[]

Parameters

key

Type: gchar*

The key.

The data is owned by the caller of the method.
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 returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.