Add a missing call of effect setSamplesPerBlock
This commit is contained in:
parent
4efdcd0ca5
commit
cff89d5899
1 changed files with 1 additions and 0 deletions
|
|
@ -253,6 +253,7 @@ void sfz::Synth::handleEffectOpcodes(const std::vector<Opcode>& members)
|
|||
EffectBus& bus = getOrCreateBus(busIndex);
|
||||
auto fx = effectFactory.makeEffect(members);
|
||||
fx->setSampleRate(sampleRate);
|
||||
fx->setSamplesPerBlock(samplesPerBlock);
|
||||
bus.addEffect(std::move(fx));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue