teotigraphix / Framework4Bitwig

Bitwig controller API framework extensions.
GNU Lesser General Public License v3.0
59 stars 13 forks source link

Why does the Transport interface implement ObjectProxy and Subscribable? #173

Closed git-moss closed 7 years ago

git-moss commented 7 years ago

Is the idea to dis/enable all Values of Transport?

NickJAllen commented 7 years ago

It implements ObjectProxy because it is a proxy for the current project's transport. It implements Subscribable because all ObjectProxies implement that.