Function

AgsAudioMidiBufferUtilput_pitch_bend

since: 3.0.0

Declaration [src]

void
ags_midi_buffer_util_put_pitch_bend (
  guchar* buffer,
  glong delta_time,
  glong channel,
  glong pitch,
  glong transmitter
)

Description [src]

Put 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

Timing information.

channel

Type: glong

Channel.

pitch

Type: glong

The pitch.

transmitter

Type: glong

The transmitter.