Method

AgsAudioAudioset_synth_generator

since: 3.1.0

Declaration [src]

void
ags_audio_set_synth_generator (
  AgsAudio* audio,
  GList* synth_generator
)

Description [src]

Set synth generator by replacing existing.

Available since: 3.1.0

Parameters

synth_generator

Type: A list of AgsSynthGenerator*

The GList-struct containing AgsSynthGenerator.

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