Method

AgsAudioNotationremove_region_from_selection

since: 3.0.0

Declaration [src]

void
ags_notation_remove_region_from_selection (
  AgsNotation* notation,
  guint x0,
  guint y0,
  guint x1,
  guint y1
)

Description [src]

Remove note within region of selection.

Available since: 3.0.0

Parameters

x0

Type: guint

X start offset.

y0

Type: guint

Y start tone.

x1

Type: guint

X end offset.

y1

Type: guint

Y end tone.