Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
HardwareAction | pressedAction () |
HardwareAction | releasedAction () |
BooleanValue | isPressed () |
void | setAftertouchControl (AbsoluteHardwareControl control) |
void | setRoundedCornerRadius (double radiusInMM) |
![]() | |
String | getName () |
void | setName (String name) |
void | setIndexInGroup (int index) |
HardwareAction | beginTouchAction () |
HardwareAction | endTouchAction () |
BooleanValue | isBeingTouched () |
HardwareLight | backgroundLight () |
void | setBackgroundLight (HardwareLight light) |
![]() | |
String | getId () |
String | getLabel () |
void | setLabel (String label) |
Color | getLabelColor () |
void | setLabelColor (Color color) |
RelativePosition | getLabelPosition () |
void | setLabelPosition (RelativePosition position) |
void | setBounds (double xInMM, double yInMM, double widthInMM, double heightInMM) |
double | getX () |
double | getY () |
double | getWidth () |
double | getHeight () |
Represents a physical hardware button on a controller
BooleanValue isPressed | ( | ) |
Button state
HardwareAction pressedAction | ( | ) |
Action that happens when the user presses the button.
HardwareAction releasedAction | ( | ) |
Action that happens when the user releases the button.
void setAftertouchControl | ( | AbsoluteHardwareControl | control | ) |
Sets the optional control that represents the aftertouch value for this button.
void setRoundedCornerRadius | ( | double | radiusInMM | ) |
An indication of how rounded the corners of this button should be.