I am currently applying transformations on source positions and rotation and sending these to spat5.oper using the following in o.expr.codebox.
/oper/sources/aed = interleave(/a, /e, /d)
This applies the /aed positions to all sources and works great.
Now I would like to assign these transformations to a select target of sources, something like:
oper/source/[1-16]/aed = interleave(/a, /e, /d)
obviously this is not the correct syntax and maybe this structure isn’t possible.
Any ideas?