Add notes for silent

This commit is contained in:
cam900 2022-10-30 18:47:52 +09:00
parent 893582fc68
commit 5cc8f7163b
1 changed files with 1 additions and 1 deletions

View File

@ -1195,7 +1195,7 @@ void DivPlatformES5506::renderSamples() {
memset(sampleMem,0,getSampleMemCapacity());
memset(sampleOffES5506,0,256*sizeof(unsigned int));
size_t memPos=128;
size_t memPos=128; // add silent at begin and end of each bank for reverse playback
for (int i=0; i<parent->song.sampleLen; i++) {
DivSample* s=parent->song.sample[i];
unsigned int length=s->length16;