pattern generation
I would like to generate notes from an algorithmic function, recordthe numbers for some time, and while playing the recorded pattern as a loop, recording a second number-pattern from the same function. I mange it with mtr, but mtr doesn't play loops. Can anyone point me in a right direction.
Thanks
Pieter
seq~ i guess
Hi Pieter, have you though of storing your generated notes in a coll or a pattrstorage , use a counter to playback the stored items while you keep recording new lists of numbers in your coll or pattrstorage ?
here is a little, very simple example of how to do it in a coll , tweak it as you need , as i dont know how you plan to playback your notes , how many notes at a time etc...
though it is probably not what you are exactly looking for.
Great! Thanks for your answers.
Your patch, Karl-Otto, gives me a good basis for going on... although pattrstorage is still a bit above my skills.
Pieter