Method

AgsAudioSFZGroupset_region

since: 3.17.0

Declaration [src]

void
ags_sfz_group_set_region (
  AgsSFZGroup* sfz_group,
  GList* region
)

Description [src]

Set the region field of sfz_group.

Available since: 3.17.0

Parameters

region

Type: A list of None

The GList-struct containing AgsSFZRegion.

The data is owned by the caller of the function.