Does anyone know the reason why the new printarray opcode doesn’t work in Cabbage (or CsoundQT for that matter)? It’s like the syntax colouring doesn’t recognise it as an opcode either. No errors get thrown; it’s like it doesn’t exist! simple example:
instr 2
iTestArr[] fillarray 1, 2, 3, 4
printarray iTestArr
endin
Running in Terminal prints it fine. Oh and what is emugens? (“Plugin opcode in emugens” from the printarray help file)
thanks