Function

AgsAudioMidiBufferUtilget_sysex

since: 3.0.0

Declaration [src]

guint
ags_midi_buffer_util_get_sysex (
  guchar* buffer,
  glong* delta_time,
  guchar** data,
  glong* length
)

Description [src]

Get sysex.

Available since: 3.0.0

Parameters

buffer

Type: guchar*

The character buffer.

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

Type: glong*

The return location of timing information.

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

Type: guchar**

The return location of data.

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

Type: glong*

The return location of length.

The data is owned by the caller of the function.

Return value

Type: guint

The number of bytes read.