I’m trying to using fillarray inline at i-rate (fillarray:i(0, 1, 2, 3, 5, 8)), but Csound complains with…
error: error: opcode ‘fillarray’ for expression with arg types cccccc not found, line 136
It seems the only way around this is to have an explicit array defined outside of the inline call.
Is there a way to keep this an inline call?