Function

AgsAudioMidiBufferUtilput_key_off

since: 3.0.0

Declaration [src]

void
ags_midi_buffer_util_put_key_off (
  guchar* buffer,
  glong delta_time,
  glong channel,
  glong key,
  glong velocity
)

Description [src]

Puts the given values to buffer with appropriate channel message.

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

Valid channels from 0-15

key

Type: glong

Valid keys to play 0-128

velocity

Type: glong

The key dynamics.