Method

AgsAudioSFZGroupget_control

since: 3.17.0

Declaration [src]

GList*
ags_sfz_group_get_control (
  AgsSFZGroup* sfz_group
)

Description [src]

Get all control of sfz_group.

Available since: 3.17.0

Return value

Type: A list of utf8

The GList-struct containing controls as string.

The caller of the method takes ownership of the data container, but not the data inside it.
Each element is a NUL terminated UTF-8 string.