Uses of Class
org.jjazz.instrumentcomponents.keyboard.api.KeyboardRange
-
Uses of KeyboardRange in org.jjazz.instrumentcomponents.keyboard.api
Modifier and TypeFieldDescriptionstatic final KeyboardRange
KeyboardRange._128_KEYS
static final KeyboardRange
KeyboardRange._37_KEYS
static final KeyboardRange
KeyboardRange._49_KEYS
static final KeyboardRange
KeyboardRange._61_KEYS
static final KeyboardRange
KeyboardRange._76_KEYS
static final KeyboardRange
KeyboardRange._88_KEYS
static final KeyboardRange
KeyboardRange.BASS_KEYS
static final KeyboardRange
KeyboardRange.DRUMS_KEYS
Modifier and TypeMethodDescriptionKeyboardComponent.getRange()
KeyboardRange.next()
Get a bigger keyboard, or if too big reset size to the smallest one (3 octaves, keeping approximatively the same center note)Modifier and TypeMethodDescriptionfinal void
KeyboardComponent.setRange
(KeyboardRange kbdRange) Set the keyboard size.ModifierConstructorDescriptionKeyboardComponent
(KeyboardRange kbdSize) Create an horizontal component with the specified size, Orientation.DOWN, and no out of range indicators.KeyboardComponent
(KeyboardRange kbdSize, KeyboardComponent.Orientation orientation, boolean useOutOfRangeIndicator) Create a keyboard with the specified parameters.