|
LMMS
|
Structure with information needed for drawing a single key. More...
#include <ctl_keyboard.h>
Public Attributes | |
| double | x |
| X coordinate of the top-left point of the key. | |
| double | y |
| Y coordinate of the top-left point of the key. | |
| double | width |
| key width | |
| double | height |
| key height | |
| int | note |
| MIDI note number. | |
| bool | black |
| true if it's a black key, false if it's a white key | |
Structure with information needed for drawing a single key.
| bool CalfKeyboard::KeyInfo::black |
true if it's a black key, false if it's a white key
| double CalfKeyboard::KeyInfo::height |
key height
| int CalfKeyboard::KeyInfo::note |
MIDI note number.
| double CalfKeyboard::KeyInfo::width |
key width
| double CalfKeyboard::KeyInfo::x |
X coordinate of the top-left point of the key.
| double CalfKeyboard::KeyInfo::y |
Y coordinate of the top-left point of the key.