Creating an extensive list based on relationship between set numbers
Aug 03 2022 | 8:30 pm
Hello everyone,
I'd like to ask for some help regarding this problem I've encountered, that maybe someone of you have a quick fix for. I have a list (containing of 8 unique numbers) and I was wondering if there is an easy way to calculate the difference between those numbers and have a function for repeating that same relative values both rising and falling.
My list: 44 46 48 49 51 53 55 56
Difference between numbers: 2 2 2 1 2 2 1
I would like to create a way for Max to repeat this pattern forward (up);
56 58 60 61 etc...
and backwards (down);
44 43 41 39 etc...
My patch looks way to complicated and is full of bugs, and I haven't found an answer anywhere yet.
I want to make a sequence that is transposed diatonically by a second sequencer, in order to sketch melodies and progressions fast and easy.
Thank you so much,
J