Set diffusion default to 65

Comment in the source code says: "Diffusion (lower settings will make the reverb tail more "echoey", optimal value 0.65)"
https://github.com/probonopd/MiniDexed/issues/66#issuecomment-1086931477
pull/69/head
probonopd 3 years ago committed by GitHub
parent f67afbd381
commit fcafaea364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/minidexed.cpp

@ -119,7 +119,7 @@ CMiniDexed::CMiniDexed (CConfig *pConfig, CInterruptSystem *pInterrupt,
SetParameter (ParameterReverbHighDamp, 50);
SetParameter (ParameterReverbLowDamp, 50);
SetParameter (ParameterReverbLowPass, 30);
SetParameter (ParameterReverbDiffusion, 20);
SetParameter (ParameterReverbDiffusion, 65);
SetParameter (ParameterReverbSend, 80);
// END setup reverb
};

Loading…
Cancel
Save