Function

AgsAudioDiatonicScalenote_to_midi_key

since: 3.0.0

Declaration [src]

guint
ags_diatonic_scale_note_to_midi_key (
  gchar* note,
  glong* key
)

Description [src]

Convert note to MIDI key and store in key.

Available since: 3.0.0

Parameters

note

Type: gchar*

The note name.

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

Type: glong*

Return location of MIDI key.

The data is owned by the caller of the function.

Return value

Type: guint

The number of chars read.