How can I interpolate between chords of different size? For example Chord A will have 10 notes while Chord B has 15. Chord B (the destination chord) will only contain 10 notes since Chord A had that many.
Hello,
One way you could do it is using the interpol-prof object from the Profile library.
Federico
… Another way is to use unissons. Say you have a 5 notes chord A = (1 2 3 4 5) interpolated with a 3 note chord B = (a b c c c ) [ or (a b b c c) etc …]
that way you can decide which notes will end up in a unisson.
Best
K
Profile did the trick. Thanks Federico and Karim!