weird position bug when enabling record
Opened this issue · 0 comments
catfact commented
see this thread:
https://llllllll.co/t/norns-2-0-softcut/20550/147?u=zebra
under some condition, which is not yet understood, enabling record flag on a playing voice will cause material to be written to the wrong part of the buffer.
it seems likely that the inactive sub-head is erroneously writing (?)
i will work on a minimal repro case. but the example case goes like this:
- enable rec, start playing
- set loop endpoint, jump to loop beginning, disable rec
- enable rec in the middle of the loop, before reaching the loop endpoint. new audio is erroneously written to the beginning of the loop.
if step (3) occurs after a loop has already happened, the problem isn't seen.