commit 5737385053cccb07f98e22c9b78488ddef5658aa
parent bfd36127a82bb071249b2a301affbff1e7350e12
Author: paulnasca <paulnasca>
Date: Sun, 5 Sep 2004 16:35:43 +0000
*** empty log message ***
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -709,5 +709,5 @@
27 Aug 2004 - Adaugata posibilitatea de a dezactiva aratarea starii PADsynth din instrumente
- LANSAT PE INTERNET - VERSIUNEA (2.0.0)
--------------------------------------------------------------------------------------------------
-
+05 Sep 2004 - Corectata o mica eroare de la SUBnote (legat de pitch wheel)
\ No newline at end of file
diff --git a/src/Synth/SUBnote.C b/src/Synth/SUBnote.C
@@ -60,7 +60,7 @@ SUBnote::SUBnote(SUBnoteParameters *parameters,Controller *ctl_,REALTYPE freq,RE
};
REALTYPE detune=getdetune(pars->PDetuneType,pars->PCoarseDetune,pars->PDetune);
basefreq*=pow(2.0,detune/1200.0);//detune
- basefreq*=ctl->pitchwheel.relfreq;//pitch wheel
+// basefreq*=ctl->pitchwheel.relfreq;//pitch wheel
//global filter
GlobalFilterCenterPitch=pars->GlobalFilter->getfreq()+//center freq