Function

AgsAudioMidiUtilget_pitch_bend

since: 3.13.0

Declaration [src]

gboolean
ags_midi_util_get_pitch_bend (
  guchar* buffer,
  gint* channel,
  gint* pitch,
  gint* transmitter
)

Description [src]

Get pitch bend fields of buffer.

Available since: 3.13.0

Parameters

buffer

Type: guchar*

The MIDI buffer.

The data is owned by the caller of the function.
channel

Type: gint*

The return location of channel.

The argument will be set by the function.
pitch

Type: gint*

The return location of pitch.

The argument will be set by the function.
transmitter

Type: gint*

The return location of transmitter.

The argument will be set by the function.

Return value

Type: gboolean

TRUE if successful, otherwise FALSE.