Package | Description |
---|---|
be.tarsos.ui.virtualkeyboard |
User interface for a virtual MIDI keyboard (with any number of keys per octave).
|
Modifier and Type | Class and Description |
---|---|
class |
UniversalVirtualKeyboard
Represents a keyboard with an arbitrary number of (white) keys per octave.
|
class |
VirtualKeyboard12
A normal keyboard with 12 tones.
|
class |
VirtualKeyboard19
Uses code from the gervill package licensed under the GPL with the classpath
exception.
|
Modifier and Type | Method and Description |
---|---|
static VirtualKeyboard |
VirtualKeyboard.createVirtualKeyboard(int numberOfKeysPerOctave)
Creates a virtual keyboard using the best representation available.
|
Constructor and Description |
---|
PianoTestFrame(VirtualKeyboard keyboard,
double[] tuning) |