Method

AgsAudioMidiSmfUtilget_quarter_frame

since: 6.0.0

Declaration [src]

guint
ags_midi_smf_util_get_quarter_frame (
  AgsMidiSmfUtil* midi_smf_util,
  guchar* buffer,
  gint* delta_time,
  gint* message_type,
  gint* values
)

Description [src]

Get quarter frame.

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 data is owned by the caller of the method.
message_type

Type: gint*

The return location of the message type.

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

Type: gint*

The return location of the values.

The data is owned by the caller of the method.

Return value

Type: guint

The number of bytes read.