Function

AgsAudioDiatonicScalemidi_key_to_note

since: 3.0.0

Declaration [src]

guint
ags_diatonic_scale_midi_key_to_note (
  glong key,
  gchar** note
)

Description [src]

Convert MIDI key to note name and store in note.

Available since: 3.0.0

Parameters

key

Type: glong

MIDI key.

note

Type: gchar**

Return location of note name.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: guint

The number of chars written.