mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
Fix compile
This commit is contained in:
parent
84cca17140
commit
575fc03b2e
1 changed files with 0 additions and 4 deletions
|
@ -650,10 +650,6 @@ void DivPlatformES5506::tick(bool sysTick) {
|
|||
const int ind=chan[i].pcm.index;
|
||||
DivSample* s=parent->getSample(ind);
|
||||
DivInstrumentAmiga::SampleMap& noteMapind=ins->amiga.noteMap[ind];
|
||||
int sample=ind;
|
||||
if (ins->amiga.useNoteMap) {
|
||||
sample=noteMapind.map;
|
||||
}
|
||||
// get frequency offset
|
||||
double off=1.0;
|
||||
double center=(double)s->centerRate;
|
||||
|
|
Loading…
Reference in a new issue