mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 09:45:06 +00:00
Add notes for silent
This commit is contained in:
parent
893582fc68
commit
5cc8f7163b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue