Method

AgsSoundcardget_note_256th_offset

since: 6.1.0

Declaration [src]

void
ags_soundcard_get_note_256th_offset (
  AgsSoundcard* soundcard,
  guint* note_256th_offset_lower,
  guint* note_256th_offset_upper
)

Description [src]

Get current playback note 256th offset.

Available since: 6.1.0

Parameters

note_256th_offset_lower

Type: guint*

The return location of offset lower range.

The data is owned by the caller of the method.
note_256th_offset_upper

Type: guint*

The return location of offset upper range.

The data is owned by the caller of the method.