Chords from coll to poly~

artmusicsouth's icon

I'd like to be able to send chords from a coll into this poly~ synth. If I send the line i get I do not get any audio except for the first entry on the line. What do I need to do in order to get all of the notes to sound together as if I am playing them from a MIDI keyboard?

here is an example of a chord in coll I want to send to the synth:

Max Patch
Copy patch and select New From Clipboard in Max.

1, 2959.955322 987.766602 523.251099 932.327576 349.228241 440;

Max Patch
Copy patch and select New From Clipboard in Max.

poly~ sub-patch names cyclesynth(simpleFM):

mzed's icon

Stick an iter object between coll and "note $1".

artmusicsouth's icon

of course it was that easy!

Thanks much.

artmusicsouth's icon

For some reason it's not working. When I send out the index it is contained on I only get the first element in the list. What am I missing?

artmusicsouth's icon

Solved it. I had an integer object in between the coll and iter that interfered with the operation.