Hi there,
i'm quite new with Pd a now i'm stuck.
i'm building a sequencer and i want to obtain this:
send a list message and set an array to 1 in these value, 0 in all the others
so for example
[0 4 8(
have to set the array to 1 in posistion 0 4 8 and to 0 in all the other position
inside my abstraction i have
[send $0-sx00(
and 00 is the index of the array
i know if a write [send $0-sx$1( i can write exatly to that point but i don't know how to analyse that input to obtain what i want...
Maybe it's trivial and i know tha i'm not so distant from the solution but i can't do it