Method

AgsAudioChannelset_pattern

since: 3.1.0

Declaration [src]

void
ags_channel_set_pattern (
  AgsChannel* channel,
  GList* pattern
)

Description [src]

Set pattern by replacing existing.

Available since: 3.1.0

Parameters

pattern

Type: A list of None

The GList-struct containing AgsPattern.

The instance takes ownership of the data, and is responsible for freeing it.