How can I check if a UGen is already chucked in another UGen?
I need to chuck and unchuck units many times in a script. But I need to check first to avoid chucking the same unit twice in another unit. If I chuck the same unit twice, the signal would be louder than expected (duplicated) and unchucking the unit once would not fully unchuck it.