Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
void | setMidiIn (MidiIn midiIn) |
void | setNoteInput (NoteInput noteInput) |
void | setChannel (int channel) |
void | setIsVelocitySensitive (boolean value) |
void | setSupportsPolyAftertouch (boolean value) |
![]() | |
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 piano keyboard on a HardwareSurface.
void setMidiIn | ( | MidiIn | midiIn | ) |
The MidiIn where this piano keyboard would send key presses. If set this allows the simulator for the hardware to simulate the note input.
void setNoteInput | ( | NoteInput | noteInput | ) |
Sets the NoteInput that this keyboard should send notes to.