#How do I Use The If value CV2 chip?
5 messages · Page 1 of 1 (latest)
@bold charm If Value takes in 2 values of any type (then and else) and a Boolean condition. If the condition is true, the then port will be output. If false, else will be
But how will they output, there inputs!
It will output the value that the boolean was
If the bool is true it outputs “then” if it’s false it outputs “else”