Bitwig Studio Control Surface API  5.0.11
SpecificBitwigDevice Interface Reference

Public Member Functions

Parameter createParameter (String id)
 
IntegerValue createIntegerOutputValue (String id)
 

Detailed Description

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

Member Function Documentation

◆ createIntegerOutputValue()

IntegerValue createIntegerOutputValue ( String  id)

Creates an IntegerValue that can be used to read a certain output value of the device.

◆ createParameter()

Parameter createParameter ( String  id)

Creates a Parameter that will refer to the parameter of the device with the specified parameter id.


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