Method

AgsAudioMidiSmfUtilget_sysex

since: 6.0.0

Declaration [src]

guint
ags_midi_smf_util_get_sysex (
  AgsMidiSmfUtil* midi_smf_util,
  guchar* buffer,
  gint* delta_time,
  guchar** data,
  gint* length
)

Description [src]

Get 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*

The return location of timing information.

The argument will be set by the function.
data

Type: guchar**

The return location of data.

The argument will be set by the function.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.
length

Type: gint*

The return location of length.

The argument will be set by the function.

Return value

Type: guint

The number of bytes read.