Method

AgsAudioAudioset_automation

since: 3.1.0

Declaration [src]

void
ags_audio_set_automation (
  AgsAudio* audio,
  GList* automation
)

Description [src]

Set automation by replacing existing.

Available since: 3.1.0

Parameters

automation

Type: A list of None

The GList-struct containing AgsAutomation.

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