zynaddsubfx

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

commit ebbbfe8a7a69823143ee218d2e49ab0ad3136619
parent 31bb9f61bf434dc8c3972b0e82c05424939d7352
Author: Hans Petter Selasky <hps@selasky.org>
Date:   Sat,  4 Apr 2020 21:00:59 +0200

Remove empty line.

Signed-off-by: Hans Petter Selasky <hps@selasky.org>

Diffstat:
Msrc/Params/Controller.cpp | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/Params/Controller.cpp b/src/Params/Controller.cpp @@ -283,7 +283,6 @@ int Controller::initportamento(float oldfreq, else // No legato, do the original if...return if((portamento.used != 0) || (portamento.portamento == 0)) return 0; - ; float portamentotime = powf(100.0f, portamento.time / 127.0f) / 50.0f; //portamento time in seconds