Method

AgsAudioMidiSmfUtilput_key_signature

since: 6.0.0

Declaration [src]

void
ags_midi_smf_util_put_key_signature (
  AgsMidiSmfUtil* midi_smf_util,
  guchar* buffer,
  gint delta_time,
  gint sf,
  gint mi
)

Description [src]

Put key signature.

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.

sf

Type: gint

Flats or sharps.

mi

Type: gint

1 equals minor or 0 means major.