Hi, I have (probably) a stupid question: how to convert – transfer offsets from chord-seq to voice ? See attachment please, there is an simple example: five accords-“arpeggio” in chord seq, arrpegio is done with offsets. Chord seq is connected to the voice. Voice plays an “arpeggio”, but does not show it/notation. How to convert – transfer offsets from chord-seq to voice? Thank you, Petrh
Hi !
Same question for me… tried resolving it by changing the offsets into onsets using dx->x but this is definitely not right, because offsets refer to a given chord, no ? Anybody has a clue ?
Thanks a lot !
Hi, (sorry @PETRH for the late reply:)
I think you just need to add an intermediate step where you would convert your chords+offsets into a flat list of single-note-chords, before to go through the voice conversion.
In the intermediate sequence the onsets are calculated by adding the original onsets to the lists of offsets (then flat the result).
This can be done pretty easily with a loop or a mapcar.
Thanks a lot Jean !
Explosion from the Tristan lib does that also !