Method

AgsAudioSFZRegionget_control

since: 3.17.0

[]

Declaration [src]

GList*
ags_sfz_region_get_control (
  AgsSFZRegion* sfz_region
)
[]

Description [src]

Get all control of sfz_region.

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 returned data container, but not the data inside it.
Each element is a NUL terminated UTF-8 string.