zynaddsubfx

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

commit bc068710ee642c0cf419d5e9e46573b2ed146e27
parent d1d8a4ae7301b07079bfd431fd180c6ffa30f408
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Sun, 29 Jan 2017 13:20:58 -0500

Fix Distortion Typo In Effect Metatdata

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

diff --git a/src/Effects/EffectMgr.cpp b/src/Effects/EffectMgr.cpp @@ -130,7 +130,7 @@ static const rtosc::Ports local_ports = { d.reply(d.loc, "bb", sizeof(a), a, sizeof(b), b); }}, {"efftype::i", rOptions(Disabled, Reverb, Echo, Chorus, - Phaser, Alienwah, Distorsion, EQ, DynFilter) + Phaser, Alienwah, Distortion, EQ, DynFilter) rProp(parameter) rDoc("Get Effect Type"), NULL, [](const char *m, rtosc::RtData &d) {