< Back to IRCAM Forum

Objects in omloop

Hi, I’ve got a seemingly simple question I can’t unravel. I’d like to put an object (a chord-seq) through omloop. The problem is, they would have to be concatted for the ouput to also be a chord-seq. I got around the problem by using a multi-seq, but then all of the iterations start on zero. Is there a simple way to get them in sequence?

ok, I’ll try to answer this. connect the output of your omloop object (a list of chord-seqs) to the second input of reduce and concat in lambda state to the first input. this is based on what Karim wisely suggested to me. please see the following thread: Concat for many
hope this helps,
regards,
perti

Hi Perti, thanks for your reply, I’m about to try it out. I just found another way to do it (that I tried before, but it didn’t work as I expected). This one is REALLY simple: get-chords. The problem is it comes out as a list of lists, so I just had to flat it.

Best, Michal