Sorry guys, first day with SVN. Fixed demo, removed verbose debug from LB302

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@457 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2007-02-03 10:15:49 +00:00
parent 6791641f70
commit dfd60dd966
2 changed files with 9 additions and 11 deletions

View File

@@ -213,7 +213,6 @@ void lb302Filter3Pole::envRecalc()
kfco = 50.f+(k)*((2300.f-1600.f*(fs->envmod))+(w)*(700.f+1500.f*(k)+(1500.f+(k)*(44100.f/2.f-6000.f))*(fs->envmod)));
//+iacc*(.3+.7*kfco*kenvmod)*kaccent*kaccurve*2000
//printf("w: %f \t %f\n",w,kfco);
@@ -507,7 +506,6 @@ void lb302Synth::detuneChanged( float )
float slidebase_freq=0;
if(vco_slide) {
printf("Detune on slide.\n");
slidebase_freq = vco_slidebase*LB_HZ/vco_detune;
}