Reading a pattern and increment to the next one
Hi everybody,
I wish to read every letter so 8 midi notes values (octet) and then go to the next letter
I'm looking for the index value of the multi sliders : when it reaches 8 go to the next letter.
but nothing work nor the good way to do it
Every help would be very appreciate :)
Zolt'
So if I understand you create the full list and then with "Iter" you split it into small part ?
In the same time tried to convert the full list into an entire sequence (ex : 8 characters * 8) and then play that but stuck again ahah :)
Yes, I create an 8-member list of binary values and use iter to split it up. If you want to time all of this, you'll need to reintroduce a metro or similar and a counter. Both at the point where the letters are fed into your ascii->binary converter and at the point where 'iter' is being used. Check out the zl.lookup object, since you can use it in both places to read a single value out of the list.
My night is going to be short but hectic :)
Thank for your help !!
is the solution to create a full sequence couldn't be a better way to do that ?
but I really like to understand how to do it with uzi :/
I haven't tested this to see if the two metros are properly synced, but this is a possible solution. There are definitely better ones which either use a single metro object or a phasor~ or something to ensure that there's only one definitive clock. I did it the way I did out of laziness more than anything.
Scratch my head to integrate this part of the patch in the full one but it seems to work !!!!
I have few update to do on it but I know that's work
Just a strange issue on the first 8 notes I always lost the 7th ones ?
This is my first Max msp patch pretty proud of it :)
Thank you so much for your help