Method
AgsAudioOscBufferUtilput_midi
since: 3.0.0
[−]
Declaration [src]
void
ags_osc_buffer_util_put_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 port.
status_byte
-
Type:
guint8
The status byte.
data0
-
Type:
guint8
The first piece of data.
data1
-
Type:
guint8
The second piece of data.