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
)
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. message_type
-
Type:
gint*
The return location of the message type.
The argument will be set by the function. values
-
Type:
gint*
The return location of the values.
The argument will be set by the function.