Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
Parameter | createParameter (String id) |
IntegerValue | createIntegerOutputValue (String id) |
Interface that can be used to access the parameter and output value of a specific Bitwig native device.
Specific interfaces can be created by calling Device#createSpecificBitwigDevice(java.util.UUID).
IntegerValue createIntegerOutputValue | ( | String | id | ) |
Creates an IntegerValue that can be used to read a certain output value of the device.
Parameter createParameter | ( | String | id | ) |
Creates a Parameter that will refer to the parameter of the device with the specified parameter id.