Method
AgsAudioNotationfind_point
since: 3.0.0
Declaration [src]
AgsNote*
ags_notation_find_point (
AgsNotation* notation,
guint x,
guint y,
gboolean use_selection_list
)
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 returned data is owned by the instance. |