Function
AgsAudioMidiBufferUtilget_quarter_frame
since: 3.0.0
Declaration [src]
guint
ags_midi_buffer_util_get_quarter_frame (
guchar* buffer,
glong* delta_time,
glong* message_type,
glong* values
)
Parameters
buffer-
Type:
guchar*The character buffer.
The data is owned by the caller of the function. delta_time-
Type:
glong*The return location of timing information.
The data is owned by the caller of the function. message_type-
Type:
glong*The return location of the message type.
The data is owned by the caller of the function. values-
Type:
glong*The return location of the values.
The data is owned by the caller of the function.