Bitwig Studio Control Surface API  5.0.11
PianoKeyboard Interface Reference
+ Inheritance diagram for PianoKeyboard:

Public Member Functions

void setMidiIn (MidiIn midiIn)
 
void setNoteInput (NoteInput noteInput)
 
void setChannel (int channel)
 
void setIsVelocitySensitive (boolean value)
 
void setSupportsPolyAftertouch (boolean value)
 
- 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 ()
 

Detailed Description

Represents a physical piano keyboard on a HardwareSurface.

Member Function Documentation

◆ setMidiIn()

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.

◆ setNoteInput()

void setNoteInput ( NoteInput  noteInput)

Sets the NoteInput that this keyboard should send notes to.

Since
API version 15

The documentation for this interface was generated from the following file: