Method

AgsAudioNotationset_note

since: 3.1.0

Declaration [src]

void
ags_notation_set_note (
  AgsNotation* notation,
  GList* note
)

Description [src]

Set note by replacing existing.

Available since: 3.1.0

Sets propertyAgsAudio.Notation:note

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.