Method

AgsAudioMidiSmfUtilseek_message

since: 6.0.0

Declaration [src]

guchar*
ags_midi_smf_util_seek_message (
  AgsMidiSmfUtil* midi_smf_util,
  guchar* buffer,
  guint message_count,
  gint* delta_time
)

Description [src]

Seek MIDI messages from buffer.

Available since: 6.0.0

Parameters

buffer

Type: guchar*

The buffer to seek.

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

Type: guint

Seek count messages.

delta_time

Type: gint*

The return location of current delta time.

The data is owned by the caller of the method.

Return value

Type: guchar*

The buffer at offset at message_count ahead.

The data is owned by the instance.