Function

AgsAudioOscBufferUtilget_midi

since: 3.0.0

Declaration [src]

void
ags_osc_buffer_util_get_midi (
  guchar* buffer,
  guint8* port,
  guint8* status_byte,
  guint8* data0,
  guint8* data1
)

Description [src]

Get MIDI from buffer.

Available since: 3.0.0

Parameters

buffer

Type: guchar*

The guchar buffer.

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

Type: guint8*

The return location of port.

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

Type: guint8*

The return location of status byte.

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

Type: guint8*

The return location of first piece of data.

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

Type: guint8*

The return location of second piece of data.

The data is owned by the caller of the function.