zynaddsubfx

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

commit 479cd6e27011a09421b93642d5fe342d6e48fab7
parent fdbd3007a070a3ee70f5ae7b9741291d5b6b9440
Author: fundamental <[email protected]>
Date:   Sun, 16 Oct 2016 09:28:45 -0400

Fix Reverb Metadata Typo lpf->hpf

Diffstat:
Msrc/Effects/Reverb.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Effects/Reverb.cpp b/src/Effects/Reverb.cpp @@ -42,7 +42,7 @@ rtosc::Ports Reverb::ports = { rEffPar(Pidelay, 3, rShort("i.time"), "Delay for first impulse"), rEffPar(Pidelayfb,4, rShort("i.fb"), "Feedback for first impulse"), rEffPar(Plpf, 7, rShort("lpf"), "Low pass filter"), - rEffPar(Phpf, 8, rShort("lpf"), "High pass filter"), + rEffPar(Phpf, 8, rShort("hpf"), "High pass filter"), rEffPar(Plohidamp,9, rShort("damp"), "Dampening"), //Todo make this a selector rEffPar(Ptype, 10,rShort("type"),