unacceptable.
This commit is contained in:
tildearrow 2022-03-21 21:47:27 -05:00
parent 322981b021
commit cec5def347
3 changed files with 9 additions and 1 deletions

View file

@ -279,6 +279,7 @@ bool DivSample::trim(unsigned int begin, unsigned int end) {
#define RESAMPLE_END \
samples=finalCount; \
if (loopStart>=0) loopStart=(double)loopStart*(r/(double)rate); \
if (depth==16) { \
delete[] oldData16; \
} else if (depth==8) { \