Function

AgsAudioMidiBufferUtilput_change_parameter

since: 3.0.0

Declaration [src]

void
ags_midi_buffer_util_put_change_parameter (
  guchar* buffer,
  glong delta_time,
  glong channel,
  glong control,
  glong value
)

Description [src]

Put change parameter.

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.

control

Type: glong

The control.

value

Type: glong

The value.