Method

AgsAudioNotationremove_note

since: 3.0.0

Declaration [src]

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

Description [src]

Removes note from notation.

Available since: 3.0.0

Parameters

note

Type: AgsNote

The AgsNote to remove.

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

Type: gboolean

If TRUE remove from selection, else from default notation.