the objects property is what you’re looking for
Ndef(~nodeDemo.asSymbol).objects[6] etc...
refer to this thread for a discussion of how to handle filters with the same control names
i do think you should be able to set parameters on each filter individually
Ndef(~nodeDemo.asSymbol).objects[6].set(\val, 0.5)
1 Like