hello everyone,
I am trying to trigger some voice-samples with numbers, but I have the following problem:
numbers from 0 -> 9, work properly, every number has it;s own sound sample
but if I have the number 10, i could link the sample '10' to it, but i want to play sample '1' and sample '0' , to create '10'..
so 29 should be divided in '2' and '9', and their resepective samples should be played.
241 -> '2' and '4' and '1'
so the question is, how do you divide such a number in different parts in puredata~, and how should i trigger the samples one after another...
help is really really appreciated