Method

AgsAudioPatternget_note

since: 3.3.0

Declaration [src]

AgsNote*
ags_pattern_get_note (
  AgsPattern* pattern,
  guint bit
)

Description [src]

Get note of pattern.

Available since: 3.3.0

Parameters

bit

Type: guint

The tic.

Return value

Type: AgsNote

The AgsNote at given position or NULL.

The caller of the method takes ownership of the data, and is responsible for freeing it.