Method

AgsAudioMidiSmfUtilget_pitch_bend

since: 6.0.0

Declaration [src]

guint
ags_midi_smf_util_get_pitch_bend (
  AgsMidiSmfUtil* midi_smf_util,
  guchar* buffer,
  gint* delta_time,
  gint* channel,
  gint* pitch,
  gint* transmitter
)

Description [src]

Get pitch bend.

Available since: 6.0.0

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 data is owned by the caller of the method.
channel

Type: gint*

The return location of channel.

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

Type: gint*

The return location of the pitch.

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

Type: gint*

The return location the transmitter.

The data is owned by the caller of the method.

Return value

Type: guint

The number of bytes read.