hello everyone,
I am just starting to use pd in combination with processing, to process some numerical values into sound.
one value (called 'type') changes between 0 and 10, and I want to make a switchboard to route every type with it's own sound (so type 1 has an sine-wave, type 2 a phasor etc.)
I though this would work out with an equal statement ('=='), but this operator bangs everytime. the 'switch' object doesn't work with audio signals.
thanks for any kind of help!