Method

AgsAudioNotationremove_note_at_position

since: 3.0.0

Declaration [src]

gboolean
ags_notation_remove_note_at_position (
  AgsNotation* notation,
  guint x,
  guint y
)

Description [src]

Removes one AgsNote of notation.

Available since: 3.0.0

Parameters

x

Type: guint

Offset.

y

Type: guint

Note.

Return value

Type: gboolean

TRUE if successfully removed note.