Hi, Ive read through the posts relating to this and unless Im just missing something Im not finding a clean way to make a simple stereo reverse delay.
Im constantly using my green line6 pedal for this, but Id rather do it in the axoloti with a longer delay and some other options.
Ideally Id like to just modify the TapeDelay (TSG/fx/TapeDelay) Im already using (and have modified) to do so.
Looking at the code of sss/delay/MorphDel Im a bit confused as to why theres a reverse1 and a reverse2
Can I just replace :((attr_delayname.writepos- BUFSIZE - 1)<<8); in TSG/delay/ream_m_interp
with: (attr_delayname.writepos - (_USAT(pos2,27)>>(27-attrdelayname.LENGTHPOW)) - BUFSIZE); from MorphDel?