i have as a input a text in a iobox string that it is split and print letter by letter and as a filter a spread of words.
The aim is to print the words of the filter input when there is the match. I dont know why the are not syncronized and many time some word does not appears.
i attach the patch below…
sorry but the text is in italian
I found that there were unwanted spaces in the match word spread: cyclically these were matched, I think, so to mess up the logic; once removed those, I added also a Strip node - I don’t see why you should need those empty slices - as also those empty slices were messing up the thing a bit.
Come ci possiamo mettere in contatto? Se ti va mandami una mail dal mio profilo qui su vvvv.
However i used the empty slice because i thought that the problem was that the sift node wanted the all words to make the match in the right way… anyway now the patch sounds good…