I'm trying to use an array input as an optional parameter. Take for example:
opcode test, 0, i[]
iArr[] xin
printarray iArr
endop
instr 1
iArr[] fillarray 1, 2, 3, 4
test iArr
endin
If o[] or j[] are used, Csound freezes (Android app). If p[] is used Csound runs but gives the following error:
invalid xin statement for UDO: defined 'p[]', found 'i[]'
Best,
Scott
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
Issues · csound/csound · GitHub
Discussions of bugs and features can be posted here