|
Control Surface API
2.2.2
|

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 () |
Interface for an object that acts as a proxy for the actual object in Bitwig Studio (for example a track, a device etc).
Definition at line 9 of file ObjectProxy.java.
| 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.
| BooleanValue exists | ( | ) |
Returns a value object that indicates if the object being proxied exists, or if it has content.