< Back to IRCAM Forum

Merger automation

Hi all,

one question, if you have a poly with a set of 10 voices, for example, is there any way to merge them all together into one only voice?
I did it the long, low tech way, posn-match 0 and 1->merger then result, back to merger with the next posn-match etc…

Is there any way to create a lambda function, for example, to do all the work in once?
I tried it but it didin´t work…

Thank you all in advance!

Dimitris

Hi,

Perhaps something similar should be suitable?


Of course merger in lambda mode.

Ciao

Fabio

1 Like

Yes of course. The solution of Fabio is the exactly what must be done.
However, be advised, merger is a buggy method, ie, it tends to complexify rhythm more than necessary.

Best
K

Thank you both!

I tried something similar but didn’t work. I used apply instead of reduce.
Is there any good documentation on the way that lambda works?

Many greetings.

Dimitris

No you should use reduce NOT apply.

Here are some precious info about all this:

Best
K