How to imitate Residual Noise Settings with setResynthesisOptions()
-
When using WavetableController.getResynthesisOptions(), we get a json file like this:
{ "PhaseMode": "StaticPhase", "MipMapSize": 12, "CycleMultiplier": 4, "UseTransientMode": true, "NumCycles": -1, "ForceResynthesis": false, "UseLoris": true, "ReverseOrder": false, "RemoveNoise": true, "DenoiseSettings": { "SlowFFTOrder": 13.0, "FastFFTOrder": 9.0, "FreqResolution": 500.0, "TimeResolution": 0.2000000029802322, "CalculateTransients": true, "SlowTransientTreshold": [ 0.8, 0.7 ], "FastTransientTreshold": [ 0.85, 0.75 ] }, "RootNote": -1 }
How can we set this file to imitate the modes "Residual", "mix" and "solo" from the stock tool wavetable creator?
I tried changing "RemoveNoise" and different "DenoiseSettings" but no luck to imitate the "Mix" and "Solo" modes