Hi guys,
I've been using SpinCAD ver. 893 for quite some time but since it lacks some useful blocks from the updated editions I used latest version 1027 to build some sort of chorus. However, I noticed audible glitches with LFO Chorus block that is quite annoying.

I am posting Spin ASM patch from the SpinCAD ver 893 that is glitches-free and this one from ver. 1027 if somebody more skillful could take a look and give some input?
; Program: Render Block exported from SpinCAD Designer 893;------ Input
;------ Pot 0
;------ Pot 1
;------ Chorus
SKP RUN ,1
WLDS 0,50,64
RDAX POT1,0.0023436070
WRAX SIN0_RANGE,0.0000000000
RDAX POT0,0.0391389432
WRAX SIN0_RATE,0.0000000000
LDAX 20
WRA 0,0.0
CHO RDA,0,REG | COMPC,257
CHO RDA,0,0,258
WRAX REG0,0.0000000000
;------ Output
RDAX REG0,1.0000000000
WRAX DACL,0.0000000000
RDAX REG0,1.0000000000
WRAX DACR,0.0000000000
SpinCAD Designer 1027; Untitled
; null
; Pot 0:
; Pot 1:
; Pot 2:
;
;
; ----------------------------
;------ Input
;------ Pot 0
;------ Pot 1
;------ Chorus
SKP RUN ,1
WLDS 0,50,64
RDAX POT1,0.0023436070
WRAX SIN0_RANGE,0.0000000000
RDAX POT0,0.0391389432
WRAX SIN0_RATE,0.0000000000
LDAX ADCL
WRA 0,0.0
CHO RDA,0,REG | COMPC,257
CHO RDA,0,0,258
WRAX REG0,0.0000000000
;------ Output
RDAX REG0,1.0000000000
WRAX DACL,0.0000000000
RDAX REG0,1.0000000000
WRAX DACR,0.0000000000
Another thing came to my mind when designing chorus - it might be cool to build Chorus block (flagner too) to be able to use external LFO so it would be possible to drive multiple chorus blocks with Sin/Cos LFO oscillator (phase shifted differently)... What do you think?