| Top |
“key-pressed” signalvoid user_function (BtPianoKeys *self, GstBtNote key, gpointer user_data)
Signals that a piano key was pressed.
self |
the piano-keys object that emitted the signal |
|
key |
the key note number |
|
user_data |
user data set when the signal handler was connected. |
Flags: No Hooks
“key-released” signalvoid user_function (BtPianoKeys *self, GstBtNote key, gpointer user_data)
Signals that a piano key was released.
self |
the piano-keys object that emitted the signal |
|
key |
the key note number |
|
user_data |
user data set when the signal handler was connected. |
Flags: No Hooks