zynaddsubfx

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

commit 97c97acc6a2ba672882648b0581806985a41897e
parent 56078f008b88d74798138261f331ddca7419017f
Author: michiboo <[email protected]>
Date:   Mon, 24 Jun 2019 10:58:31 +0300

change watch point path in pad note

Diffstat:
Msrc/Synth/PADnote.cpp | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/Synth/PADnote.cpp b/src/Synth/PADnote.cpp @@ -355,7 +355,9 @@ int PADnote::Compute_Cubic(float *outl, int PADnote::noteout(float *outl, float *outr) -{ +{ + watchOut(outr,synth.buffersize); + computecurrentparameters(); float *smps = pars.sample[nsample].smp; if(smps == NULL) { @@ -378,7 +380,7 @@ int PADnote::noteout(float *outl, float *outr) else Compute_Linear(outl, outr, freqhi, freqlo); - watchOut(outr,synth.buffersize); + watchOut1(outr,synth.buffersize); if(firsttime) { fadein(outl); @@ -401,8 +403,7 @@ int PADnote::noteout(float *outl, float *outr) break; } } - - watchOut1(outr,synth.buffersize); + if(ABOVE_AMPLITUDE_THRESHOLD(globaloldamplitude, globalnewamplitude)) // Amplitude Interpolation