Method

AgsAudioAudioSignalset_note

since: 3.1.0

Declaration [src]

void
ags_audio_signal_set_note (
  AgsAudioSignal* audio_signal,
  GList* note
)

Description [src]

Set note by replacing existing.

Available since: 3.1.0

Parameters

note

Type: A list of AgsNote*

The GList-struct containing AgsNote.

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