Part of program :
OR $7FFF00 ; Set max
MULX DelayLength
SOF 0.984375 , 0.015625 ; Delay time (Pointer)24-975mS.
RDAX Modulation , 1 ; Add modulation to pointer 0-8mS.
WRAX ADDR_PTR , 1 ; write to delay address pointer
WRAX OldPointerL , 1 ; Save to next time
---- a few other things here, before ----
RMPA 0.5 ; And ADD Value from New delay address set by pointer
So how do I add one to OldPointerL ...?
I can see that many modulations are done in separate memory using the CHO instruction, but I hope this can be avoided as it read the LFO directly + a fixed offset ....
Any help will be appreciated - thanks in advance