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

Public Member Functions

BooleanValue exists ()
 
BooleanValue createEqualsValue (ObjectProxy other)
 
- Public Member Functions inherited from Subscribable
boolean isSubscribed ()
 
void setIsSubscribed (boolean value)
 
void subscribe ()
 
void unsubscribe ()
 

Detailed Description

Interface for an object that acts as a proxy for the actual object in Bitwig Studio (for example a track, a device etc).

Since
API version 2

Member Function Documentation

◆ createEqualsValue()

BooleanValue createEqualsValue ( ObjectProxy  other)

Creates a BooleanValue that determines this proxy is considered equal to another proxy. For this to be the case both proxies need to be proxying the same target object.

Since
API version 3

◆ exists()

BooleanValue exists ( )

Returns a value object that indicates if the object being proxied exists, or if it has content.


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