Previously the waveform could exceed the AudioRegionView's Rectangle on either side due to rounding. ``` round ((start - end) / spp) != round (start/spp) - round (end/spp) ```
Previously the waveform could exceed the AudioRegionView's Rectangle on either side due to rounding. ``` round ((start - end) / spp) != round (start/spp) - round (end/spp) ```