Hi
I have recently discovered the poly/poly0 opcodes (plugins), and think they are really great!
But, I have had problems getting poly0 to work with schedkwhen.
E.g.:
instr 1
kFrqs[] fillarray 1, 2, 3, 4
kMetro[] poly 4, “metro”, kFrqs
poly0 4, “schedkwhen”, kMetro, 0, 0, 2, 0, 1
endin
instr 2
out(oscil(0.1,200))
endin
gives
INIT ERROR in instr 1 (opcode poly0) line 13: failed to parse signature (kkkkkz), char failed: ‘z’
from file /Users/andbe/Library/Application Support/WinXound/Temp/WinXound_Untitled.csd (1)
poly0 4 “schedkwhen” kMetro 0 0 2 0 1
INIT ERROR in instr 1 (opcode poly0) line 13: poly: failed to setup handle
from file /Users/andbe/Library/Application Support/WinXound/Temp/WinXound_Untitled.csd (1)
poly0 4 “schedkwhen” kMetro 0 0 2 0 1
Am I doing something wrong, or doesn’t poly0 work with schedkwhen?
Best,
Andreas