Method

AgsGuiPianoget_active_key

since: 3.0.0

Declaration [src]

gint*
ags_piano_get_active_key (
  AgsPiano* piano,
  guint* active_key_count
)

Description [src]

Get active keys.

Available since: 3.0.0

Parameters

active_key_count

Type: guint*

Return location of count of active keys.

The data is owned by the caller of the function.

Return value

Type: gint*

The active keys as gint array.

The data is owned by the instance.