Re: Negative p3 vs polyphonicity
Date | 1999-08-17 09:20 |
From | Peter Neubacker |
Subject | Re: Negative p3 vs polyphonicity |
Richard Dobson wrote: > So I have this ongoing request to all developers of opcodes - if there > is internal state (i.e phase, table lookup, filter state, etc), ~please~ > add a switch to skip initialization, otherwise the opcode will most > likely not work for legato performance. I think you can bypass initilisation of any opcode by this construction: instr 1 tigoto skipinit asig oscil p4,p5,1 out asig skipinit: endin |