diff --git a/plugins/zynaddsubfx/ChangeLog b/plugins/zynaddsubfx/ChangeLog index 161dce552..88562858a 100644 --- a/plugins/zynaddsubfx/ChangeLog +++ b/plugins/zynaddsubfx/ChangeLog @@ -901,4 +901,4 @@ 23 Sep 2009 (Paul Nasca) - Added unison invert phase - \ No newline at end of file + - Made unison frequency spread to depend on Bandwidth controllers and parameters \ No newline at end of file diff --git a/plugins/zynaddsubfx/src/Synth/ADnote.cpp b/plugins/zynaddsubfx/src/Synth/ADnote.cpp index b3fdbfe11..8f7e70e43 100644 --- a/plugins/zynaddsubfx/src/Synth/ADnote.cpp +++ b/plugins/zynaddsubfx/src/Synth/ADnote.cpp @@ -776,6 +776,7 @@ void ADnote::compute_unison_freq_rap(int nvoice){ unison_freq_rap[nvoice][0]=1.0; return; }; + REALTYPE relbw=ctl->bandwidth.relbw*bandwidthDetuneMultiplier; for (int k=0;k