Delay every modulation by the initial voice delay

This includes ampeg as in #432
This commit is contained in:
Paul Fd 2021-02-23 14:14:51 +01:00
parent c5c7e2bb63
commit 7d53fd9a48

View file

@ -420,7 +420,7 @@ void Voice::startVoice(Region* region, int delay, const TriggerEvent& event) noe
impl.bendSmoother_.setSmoothing(region->bendSmooth, impl.sampleRate_);
impl.bendSmoother_.reset(centsFactor(region->getBendInCents(impl.resources_.midiState.getPitchBend())));
impl.resources_.modMatrix.initVoice(impl.id_, region->getId(), delay);
impl.resources_.modMatrix.initVoice(impl.id_, region->getId(), impl.initialDelay_);
impl.saveModulationTargets(region);
}