--- linuxsampler/trunk/src/engines/gig/Voice.cpp 2019/10/01 09:11:27 3614 +++ linuxsampler/trunk/src/engines/gig/Voice.cpp 2019/10/01 09:49:08 3615 @@ -274,7 +274,7 @@ } if (bLFO1Enabled) { pLFO1->trigger(pRegion->LFO1Frequency, - LFO::start_level_min, + LFO::start_level_mid, // see https://sourceforge.net/p/linuxsampler/mailman/linuxsampler-devel/thread/2189307.cNP0Xbctxq%40silver/#msg36774029 lfo1_internal_depth, pRegion->LFO1ControlDepth, pRegion->LFO1FlipPhase, @@ -330,7 +330,7 @@ } if (bLFO2Enabled) { pLFO2->trigger(pRegion->LFO2Frequency, - LFO::start_level_max, + LFO::start_level_mid, // see https://sourceforge.net/p/linuxsampler/mailman/linuxsampler-devel/thread/2189307.cNP0Xbctxq%40silver/#msg36774029 lfo2_internal_depth, pRegion->LFO2ControlDepth, pRegion->LFO2FlipPhase, @@ -382,7 +382,7 @@ } if (bLFO3Enabled) { pLFO3->trigger(pRegion->LFO3Frequency, - LFO::start_level_mid, + LFO::start_level_max, // see https://sourceforge.net/p/linuxsampler/mailman/linuxsampler-devel/thread/2189307.cNP0Xbctxq%40silver/#msg36774029 lfo3_internal_depth, pRegion->LFO3ControlDepth, false,