duplicating M4L patch with a coll object in it
hi everyone,
I've bodged together an arpeggiator patch that makes heavy use of coll. All well and good, except when I try to use more than one instance of the patch in the same Live project. Because the Colls have the same name, data bleeds between the two.
I've tried prepending the Coll name with a "#0_" - I know this works for sends and receives, but doesn't seem to help in this instance.
Any suggestions?
You need to prepend the name with '---' to make it unique across M4L. #0 is used at the abstraction level.