Function

AgsAudioMidiBufferUtilget_pitch_bend

since: 3.0.0

Declaration [src]

guint
ags_midi_buffer_util_get_pitch_bend (
  guchar* buffer,
  glong* delta_time,
  glong* channel,
  glong* pitch,
  glong* transmitter
)

Description [src]

Get pitch bend.

Available since: 3.0.0

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.
channel

Type: glong*

The return location of channel.

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

Type: glong*

The return location of the pitch.

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

Type: glong*

The return location the transmitter.

The data is owned by the caller of the function.

Return value

Type: guint

The number of bytes read.