Function

AgsAudioMidiBufferUtilget_key_signature

since: 3.0.0

Declaration [src]

guint
ags_midi_buffer_util_get_key_signature (
  guchar* buffer,
  glong* delta_time,
  glong* sf,
  glong* mi
)

Description [src]

Get 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*

The return location of timing information.

The data is owned by the caller of the function.
sf

Type: glong*

The return location of flats or sharps.

The data is owned by the caller of the function.
mi

Type: glong*

The return location of minor or major.

The data is owned by the caller of the function.

Return value

Type: guint

The number of bytes read.