Method
AgsAudioMidiUtilget_pitch_bend
since: 3.13.0
Declaration [src]
gboolean
ags_midi_util_get_pitch_bend (
AgsMidiUtil* midi_util,
guchar* buffer,
gint* channel,
gint* transmitter
)
Parameters
buffer
-
Type:
guchar*
The MIDI buffer.
The data is owned by the caller of the method. channel
-
Type:
gint*
The return location of channel.
The argument will be set by the function. transmitter
-
Type:
gint*
The return location of transmitter signed 14 bit integer.
The argument will be set by the function.