Uses of Class
org.jjazz.instrumentcomponents.keyboard.api.KeyboardRange
Packages that use KeyboardRange
-
Uses of KeyboardRange in org.jjazz.instrumentcomponents.keyboard.api
Fields in org.jjazz.instrumentcomponents.keyboard.api declared as KeyboardRangeModifier 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
Methods in org.jjazz.instrumentcomponents.keyboard.api that return KeyboardRangeModifier 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)Methods in org.jjazz.instrumentcomponents.keyboard.api with parameters of type KeyboardRangeModifier and TypeMethodDescriptionfinal void
KeyboardComponent.setRange
(KeyboardRange kbdRange) Set the keyboard size.Constructors in org.jjazz.instrumentcomponents.keyboard.api with parameters of type KeyboardRangeModifierConstructorDescriptionKeyboardComponent
(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.