Function

AgsAudioMidiBufferUtilput_key_signature

since: 3.0.0

Declaration [src]

void
ags_midi_buffer_util_put_key_signature (
  guchar* buffer,
  glong delta_time,
  glong sf,
  glong mi
)

Description [src]

Put key signature.

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.

sf

Type: glong

Flats or sharps.

mi

Type: glong

1 equals minor or 0 means major.