Thanks for the reply, which does help clarify for me what was happening. I see that the extra parenthesis does create an error.
What I’m trying to do is to create a chord-seq that is made up of the random elements from the original chords…but then I want to repeat that process. For now I’m just experimenting with the tutorial files, but eventually I want to have segment made up of repeated structural elements. Similar to what happens in Tutorial 17, except that in tutorial 17, the ‘FLat’ process creates just a list of pitches.
is there anyway for me to just remove the extra parenthesis? Or, more gneral, how can I add chord-seq objects? For example, if I use the create-list, I get
(#<chord-seq 24829757> #<chord-seq 24829757> #<chord-seq 24829757> #<chord-seq 24829757> #<chord-seq 24829757> #<chord-seq 24829757> #<chord-seq 24829757> #<chord-seq 24829757> #<chord-seq 24829757> #<chord-seq 24829757>)
But this will generate a chord-seq object itself.
Thanks,
andrew