Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
boolean | isBlinking () |
Color | getColor () |
Color | getBlinkOffColor () |
double | getOffBlinkTime () |
double | getOnBlinkTime () |
Color | getLabelColor () |
Color | getLabelBlinkOffColor () |
int | hashCode () |
boolean | equals (final Object obj) |
Static Public Member Functions | |
static HardwareLightVisualState | createForColor (final Color color) |
static HardwareLightVisualState | createForColor (final Color color, final Color labelColor) |
static HardwareLightVisualState | createBlinking (final Color onColor, final Color offColor, final double onBlinkTimeInSec, final double offBlinkTimeInSec) |
static HardwareLightVisualState | createBlinking (final Color onColor, final Color offColor, final Color labelOnColor, final Color labelOffColor, final double onBlinkTimeInSec, final double offBlinkTimeInSec) |
Defines the visual state of a hardware light so that it can be visualized in Bitwig Studio's user interface.
This is currently only used when simulating hardware when it is not present for debugging but it may be used for other purposes in the future.