Hi all,
I created a parametric number slider with metahopper, but if i create a cluster with the number slider as input it doesnt work. Anyone knows how to solve it?
You have to pass in the reference to the slider, rather than connecting the slider to the cluster. “Get connected objects” gets the object it’s connected to. Outside of the cluster, that’s the slider — inside the cluster, it’s the cluster input, not the slider. So create your cluster without “Get connected objects” inside it, and pass its output (the slider reference) into the cluster instead.