zynaddsubfx

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

commit 3dce9dab386a8e56ffc458ec2b5583d2064ba0eb
parent 5e2f918d53a0d60c6dda5e8b71b489f9e9f9922c
Author: Johannes Lorenz <j.git@lorenz-ho.me>
Date:   Sun,  8 Dec 2024 20:02:43 +0100

Disable `magnitude#128::c:i` for port checker

This port is buggy, so we disable it, in the same
way `basefuncFFTfreqs::b` had already been disabled.

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

diff --git a/src/Synth/OscilGen.cpp b/src/Synth/OscilGen.cpp @@ -132,6 +132,7 @@ const rtosc::Ports OscilGen::non_realtime_ports = { }}, //TODO update to rArray and test {"magnitude#128::c:i", rProp(parameter) rLinear(0,127) rProp(non-realtime) + rProp(no port checker) // buggy port rDefault([127 64 64 ...]) rDoc("Sets harmonic magnitude"), NULL, [](const char *m, rtosc::RtData &d) { //printf("I'm at '%s'\n", d.loc);