Function

AgsAudioOscBufferUtilput_midi

since: 3.0.0

Declaration [src]

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

Description [src]

Put MIDI to 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 port.

status_byte

Type: guint8

The status byte.

data0

Type: guint8

The first piece of data.

data1

Type: guint8

The second piece of data.