zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 9fd44013b620e423ce80beec2a3e7f6f0ec6f33f
parent 2516a21fdd8d724bd6e0d1c641db477a7f94b778
Author: Friedolino <[email protected]>
Date:   Mon,  6 Sep 2021 00:15:27 +0200

fix latchmode initialization

Diffstat:
Msrc/Misc/Part.cpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/Misc/Part.cpp b/src/Misc/Part.cpp @@ -275,6 +275,7 @@ Part::Part(Allocator &alloc, const SYNTH_T &synth_, const AbsTime &time_, :Pdrummode(false), Ppolymode(true), Plegatomode(false), + Platchmode(false), partoutl(new float[synth_.buffersize]), partoutr(new float[synth_.buffersize]), ctl(synth_, &time_),