Method

AgsAudioNotationfind_point

since: 3.0.0

Declaration [src]

AgsNote*
ags_notation_find_point (
  AgsNotation* notation,
  guint x,
  guint y,
  gboolean use_selection_list
)

Description [src]

Find note by offset and tone.

Available since: 3.0.0

Parameters

x

Type: guint

Offset.

y

Type: guint

Note.

use_selection_list

Type: gboolean

If TRUE selection is searched.

Return value

Type: AgsNote

The matching note.

The data is owned by the instance.