|
Bitwig Studio Control Surface API
4.0.1
|
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).
Definition at line 10 of file SpecificBitwigDevice.java.
| 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.