Method
AgsAudioMidiSmfUtilget_change_parameter
since: 6.0.0
Declaration [src]
guint
ags_midi_smf_util_get_change_parameter (
AgsMidiSmfUtil* midi_smf_util,
guchar* buffer,
gint* delta_time,
gint* channel,
gint* control,
gint* value
)
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. channel
-
Type:
gint*
The return location of channel.
The argument will be set by the function. control
-
Type:
gint*
The return location of the control.
The argument will be set by the function. value
-
Type:
gint*
The return location the value.
The argument will be set by the function.