D4uerrenner
July 2, 2026 01:57:35
I'm trying to reference a wedge attribute on a switch note but it doesn't seem to work.
Am I referencing it wrong?
bollili
July 2, 2026 03:56:44
Switch needs an integer value(0,1,...). But you're using chs() that will reference a string value.
Try to remove the "s". Does ch() work?
D4uerrenner
July 2, 2026 04:10:32
I had it without before but still something doesn't seem to evaluate. Can't I set the wedge note to a specific value so I can check things before I run them, simular to a for each loop?
On the screenshot you can see the attrib put onto the dop io node. I'm referencing that one.