Method
AgsAudioMidiUtilget_quarter_frame
since: 3.13.0
[−]
Declaration [src]
gboolean
ags_midi_util_get_quarter_frame (
AgsMidiUtil* midi_util,
guchar* buffer,
gint* message_type,
gint* values
)
[−]
Parameters
buffer
-
Type:
guchar*
The MIDI buffer.
The data is owned by the caller of the method. message_type
-
Type:
gint*
The return location of message type.
The argument will be set by the function. values
-
Type:
gint*
The return location of values.
The argument will be set by the function.