Function

AgsGuiPianokey_code_to_note

since: 3.0.0

Declaration [src]

gchar*
ags_piano_key_code_to_note (
  gint key_code
)

Description [src]

Get note from key code.

Available since: 3.0.0

Parameters

key_code

Type: gint

The key code.

Return value

Type: gchar*

The note as string.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.