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); regards Till