|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for HardwareButton:Public Member Functions | |
| HardwareAction | pressedAction () |
| HardwareAction | releasedAction () |
| BooleanValue | isPressed () |
| void | setAftertouchControl (AbsoluteHardwareControl control) |
| void | setRoundedCornerRadius (double radiusInMM) |
Public Member Functions inherited from HardwareControl | |
| String | getName () |
| void | setName (String name) |
| void | setIndexInGroup (int index) |
| HardwareAction | beginTouchAction () |
| HardwareAction | endTouchAction () |
| BooleanValue | isBeingTouched () |
| HardwareLight | backgroundLight () |
| void | setBackgroundLight (HardwareLight light) |
Public Member Functions inherited from HardwareElement | |
| 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
Definition at line 8 of file HardwareButton.java.
| 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.