Control Surface API  2.2.2
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

Definition at line 9 of file ObjectProxy.java.

Member Function Documentation

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
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: