zynaddsubfx

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

commit 4b5b6208a78fb459b764eb451afb4d47f98cc143
parent c75762a193db906bd181cd58867c97834a7721f9
Author: Johannes Lorenz <[email protected]>
Date:   Sat, 17 Jun 2023 21:38:55 +0200

Exclude port from port checker tests

This port was found buggy in CI tests, so we disable it for now. After
branch `wavetable` will have been merged, the port will change
significantly and might pass the tests.

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 @@ -159,6 +159,7 @@ const rtosc::Ports OscilGen::non_realtime_ports = { } }}, {"basefuncFFTfreqs::b", rProp(parameter) rProp(non-realtime) + rProp(no port checker) // buggy port rBlobType(f) rDepends(magnitude, phase) rDefault([0.f 0.f ...]) rDoc("FFT freqs of base function"), NULL, rBOIL_BEGIN