Hi folks, I hope one of you can help me out!
I want to assign each letter of the alphabet and numbers 0-9 with a separate wav file (33 in total), and then take incoming strings of mixed letters and numbers to translate them into a sequence of played wavs. For example, 'ats993pp' would trigger playback of a sequence of 8 wavs, corresponding to each letter and symbol, starting with the 'a' file and ending with the 'p' file.
Can anyone suggest the best way to go about that? I've tried various kinds of unpack/route configurations but it seems those objects aren't made for this particular task. What am I missing?
Many thanks!