Uses of Class
be.hogent.tarsos.ui.virtualkeyboard.VirtualKeyboard

Packages that use VirtualKeyboard
be.hogent.tarsos.ui.virtualkeyboard User interface for a virtual MIDI keyboard (with any number of keys per octave). 
 

Uses of VirtualKeyboard in be.hogent.tarsos.ui.virtualkeyboard
 

Subclasses of VirtualKeyboard in be.hogent.tarsos.ui.virtualkeyboard
 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.
 

Methods in be.hogent.tarsos.ui.virtualkeyboard that return VirtualKeyboard
static VirtualKeyboard VirtualKeyboard.createVirtualKeyboard(int numberOfKeysPerOctave)
          Creates a virtual keyboard using the best representation available.
 

Constructors in be.hogent.tarsos.ui.virtualkeyboard with parameters of type VirtualKeyboard
PianoTestFrame(VirtualKeyboard keyboard, double[] tuning)