Method

AgsAudioNotationadd_region_to_selection

since: 3.0.0

Declaration [src]

void
ags_notation_add_region_to_selection (
  AgsNotation* notation,
  guint x0,
  guint y0,
  guint x1,
  guint y1,
  gboolean replace_current_selection
)

Description [src]

Add note within region to 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.

replace_current_selection

Type: gboolean

If TRUE selection is replaced.