Method

AgsAudioNotationadd_note

since: 3.0.0

Declaration [src]

void
ags_notation_add_note (
  AgsNotation* notation,
  AgsNote* note,
  gboolean use_selection_list
)

Description [src]

Adds note to notation.

Available since: 3.0.0

Parameters

note

Type: AgsNote

The AgsNote to add.

The data is owned by the caller of the function.
use_selection_list

Type: gboolean

If TRUE add to selection, else to default notation.