Uncomment one line, which makes bad 80s music sound a bit better.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7291 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e46b9889c2
commit
1874a33298
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ void findDelta(struct SynthObject * so, int ch, int note)
|
|||
struct GWaveform * wf = patchSet[chPat[ch]]->waveforms[patchSet[chPat[ch]]->noteTable[note]];
|
||||
so->wf=wf; // \|/ was 10
|
||||
so->delta = (((gustable[note]<<10) / (wf->rootFreq)) * wf->sampRate / (SAMPLE_RATE));
|
||||
// so->delta = (so->delta * pitchTbl[chPW[ch]])>> 16;
|
||||
so->delta = (so->delta * pitchTbl[chPW[ch]])>> 16;
|
||||
}
|
||||
|
||||
void setPW(int ch, int msb, int lsb)
|
||||
|
|
Loading…
Reference in a new issue