Function

AgsAudioMidiBufferUtilput_sysex

since: 3.0.0

Declaration [src]

void
ags_midi_buffer_util_put_sysex (
  guchar* buffer,
  glong delta_time,
  guchar* data,
  glong length
)

Description [src]

Put 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

Timing information.

data

Type: guchar*

The data.

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

Type: glong

The data’s length.