How to split a word into single letters (in single messages)

Simon LittleTyd's icon

Hi everyone!

I'm working on a patch in Max/MSP that read a notepad text and split it into some lines, with some words

I want these words can be split in single letters; each single letter must be translated to a certain number (ASCII code numbers) and now these numbers must be the frequency of a single Cycle.

I used the zl.len for knowing how many letters there are in a single line but this value is variable and so I have a problem here!

I want the single number messages anytime for the letters, even if they are 34, 45 or 12!

Please, can You help me?

Thanks a lot

eLud's icon

go into [atoi] then from there into [iter], if you want to convert it back to letters go into [itoa] after


Source Audio's icon
Holland Hopson's icon

Or string.iter ?

Roman Thilenius's icon

...............