audio export: fix per-chip export
This commit is contained in:
parent
4a9713e2db
commit
83f7c80176
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ void DivEngine::runExportThread() {
|
|||
String fname[DIV_MAX_CHIPS];
|
||||
SFWrapper sfWrap[DIV_MAX_CHIPS];
|
||||
for (int i=0; i<song.systemLen; i++) {
|
||||
memset(&si[0],0,sizeof(SF_INFO));
|
||||
memset(&si[i],0,sizeof(SF_INFO));
|
||||
sf[i]=NULL;
|
||||
si[i].samplerate=got.rate;
|
||||
si[i].channels=disCont[i].dispatch->getOutputCount();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue