Chords from coll to poly~
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:
1, 2959.955322 987.766602 523.251099 932.327576 349.228241 440;
poly~ sub-patch names cyclesynth(simpleFM):
Stick an iter object between coll and "note $1".
of course it was that easy!
Thanks much.
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?
Solved it. I had an integer object in between the coll and iter that interfered with the operation.