Hi all again.
I’ve come across an issue that really shouldn’t be to challenging.
Basically I want to have say 5 toggles… Each toggle toggles a set number and the number then goes to a send.
In pure data it would look like this:
0 0 0 <— Toggles
| | |
[2( [3( [4( <— Numbers
| / /
| / /
| / /
| / /
|/------
|
|
[2} <----------- Number will change depending on what toggle is hit.
|
|
[s param](s param)
So far I’ve tried:
0 0 0
| | |
[2( [3( [4(
| | |
| | |
[S t a l l o n e}
|
[2](2)
3 <----- Spread
4
But I don’t know how to get it into 1 IObox that will change depending on what button is hit.
Thank you.