Method

AgsAudioMidiSmfUtilput_sysex

since: 6.0.0

Declaration [src]

void
ags_midi_smf_util_put_sysex (
  AgsMidiSmfUtil* midi_smf_util,
  guchar* buffer,
  gint delta_time,
  guchar* data,
  gint length
)

Description [src]

Put sysex.

Available since: 6.0.0

Parameters

buffer

Type: guchar*

The MIDI buffer.

The data is owned by the caller of the method.
delta_time

Type: gint

Timing information.

data

Type: guchar*

The data.

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

Type: gint

The data’s length.