Method

AgsAudioNotationfind_offset

since: 3.0.0

Declaration [src]

GList*
ags_notation_find_offset (
  AgsNotation* notation,
  guint x,
  gboolean use_selection_list
)

Description [src]

Find all notes by offset x.

Available since: 3.0.0

Parameters

x

Type: guint

Offset.

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 data, and is responsible for freeing it.