Method
AgsAudioOscBufferUtilget_midi
since: 3.0.0
Declaration [src]
void
ags_osc_buffer_util_get_midi (
AgsOscBufferUtil* osc_buffer_util,
guchar* buffer,
guint8* port,
guint8* status_byte,
guint8* data0,
guint8* data1
)
Parameters
buffer
-
Type:
guchar*
The guchar buffer.
The data is owned by the caller of the method. port
-
Type:
guint8*
The return location of port.
The data is owned by the caller of the method. status_byte
-
Type:
guint8*
The return location of status byte.
The data is owned by the caller of the method. data0
-
Type:
guint8*
The return location of first piece of data.
The data is owned by the caller of the method. data1
-
Type:
guint8*
The return location of second piece of data.
The data is owned by the caller of the method.