Method

AgsAudioMidiSmfUtilget_int24

since: 6.0.0

Declaration [src]

void
ags_midi_smf_util_get_int24 (
  AgsMidiSmfUtil* midi_smf_util,
  guchar* buffer,
  gint* val
)

Description [src]

Get signed 24 bit integer.

Available since: 6.0.0

Parameters

buffer

Type: guchar*

The MIDI buffer.

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

Type: gint*

Return location of the integer.

The data is owned by the caller of the method.