Files
AliceLR 159374a165 Fix multiple bidirectional loop/sustain bugs in the mixer.
* Positions <0 are now clamped at the start of rendering a tick.
  These could cause crashes and mostly only occur in situations
  where negative positions aren't useful.
* When a loop playing in reverse reaches the start of the loop
  at the end of rendering a tick, the loop is repositioned now.
  This prevents the aforementioned clamp from altering the
  playback rate of samples with reversed loops.
* The loop is no longer repositioned when the position is after
  the end of the loop when playing in reverse.
2022-02-25 15:35:04 -07:00
..