Hey (Julian), is there a way for an existing NodeProxy to become a SharedNodeProxy? something like a = NodeProxy(s) a.source = {|freq = 300| Saw.ar}; a.set(\freq, 100); b = a.asSharedNodeProxy(s, 12);
not really, I'd have to think about that though. Note that SharedNodeProxy is still a bit experimental. For me using PublicProxySpace has proved to be more elegant and dynamic, also because there is no special proxy class for it.
-- .