< Back to IRCAM Forum

Listloop nthcdr

I’m using listloop in omloop. Everything works until I use the optional “by” input on listloop. I’d like to use nthcdr… but no matter what I attach to the right input of listloop, I get an error like this: “Error while evaluating the box OMLOOP: Undefined function nil called with arguments…”

What am I doing wrong?

Thanks!

Screen-Shot-2016-02-17-at-7.30.59-AM.png

Hi,
It should work if you put the nthcdr function in lambda mode.

Ah, thank you! That does it.