Function

AgsAudioMidiBufferUtilget_track

since: 3.0.0

Declaration [src]

guint
ags_midi_buffer_util_get_track (
  guchar* buffer,
  glong* offset
)

Description [src]

Get track.

Available since: 3.0.0

Parameters

buffer

Type: guchar*

The midi buffer.

The data is owned by the caller of the function.
offset

Type: glong*

Start delta-time.

The data is owned by the caller of the function.

Return value

Type: guint

The number of bytes read.