Method
AgsAudioNotationfind_note_256th_range
since: 6.9.0
[−]
Declaration [src]
GList*
ags_notation_find_note_256th_range (
AgsNotation* notation,
guint x_256th_lower,
guint x_256th_upper,
gboolean use_selection_list
)
[−]
Description [src]
Find all notes by range x_256th_lower
to x_256th_upper
.
Available since: 6.9.0
[−]
Parameters
x_256th_lower
-
Type:
guint
Offset lower.
x_256th_upper
-
Type:
guint
Offset upper.
use_selection_list
-
Type:
gboolean
If
TRUE
selection is searched.
[−]
Return value
Type: A list of AgsNote*
The GList
-struct containing matching AgsNote
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |