Interface SpecificBitwigDevice
public interface SpecificBitwigDevice
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).- Since:
- API version 12
-
Method Summary
Modifier and TypeMethodDescriptionCreates anIntegerValuethat can be used to read a certain output value of the device.Creates aParameterthat will refer to the parameter of the device with the specified parameter id.
-
Method Details
-
createParameter
Creates aParameterthat will refer to the parameter of the device with the specified parameter id. -
createIntegerOutputValue
Creates anIntegerValuethat can be used to read a certain output value of the device.
-