Method

AgsAudioMidiSmfUtilput_pitch_bend

since: 6.0.0

Declaration [src]

void
ags_midi_smf_util_put_pitch_bend (
  AgsMidiSmfUtil* midi_smf_util,
  guchar* buffer,
  gint delta_time,
  gint channel,
  gint pitch,
  gint transmitter
)

Description [src]

Put 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

Timing information.

channel

Type: gint

Channel.

pitch

Type: gint

The pitch.

transmitter

Type: gint

The transmitter.