Quote:
Originally Posted by
dukesrg
β‘οΈ
Detune must be the same, just offset/scale precision was changed - 1% is exactly 1 cent now!
I had some time to play and test the new version and some of the new features.
This are the parameters I tested:
Detune is not working right.
The high notes aren't more detuned like I said before, but all the keyboard is more detuned.
I have to set Detune Scale to -99 to get the same detune that in previous version, so I think is a problem with the parameter. I didn't tested Detune Offset but Detune Scale works except for what I say before, may be is related to the value set at 0%.
Algorithm works right.
Rate Offset and Rate Scale work right (I have to decide wich one I like the most

)
Level Offset and Level Scale seems to work right. It is kind of weird because affects all operators (carriers and modulators) at the same time.
KLS Offset is not working right. I think it have the same problem that Detune. KLS didn't work when is at 0% and I have to set it to positive values to get some KLS effect. Negative values have no effect.
KLS Scale is not working. It does nothing. Should be related to the KLS Offset problem.
KRS Scale works right. I didn't tested KRS Offset.
FB Scale and FB Offset are working right.
That is what I tested until now. I will check the rest later.
Some strange thing I found is that some patches with sustain at 99 sounds with sustain at 0. It happened with some of the banks I made for testing in the past, but I didn't found the some problem in other patches. Those patches worked right before... I will investigate some more...
Quote:
Originally Posted by
dukesrg
β‘οΈ
LFO is applied to sample output
Code:
*y = param_to_q31(param_add(osc_out, param_mul(osc_out, lfo)));
So just treat LFO like a tremolo.
OK, I think I confused it with the FB modulation mode. It is clear now.
Quote:
Originally Posted by
dukesrg
β‘οΈ
KVS is key velocity sensitivity / touch sensitivity. It is not key-tracked, it is just s velocity scaler. But the way it is currently applied makes the referse effect

I confused KVS with KRS, sorry

I didn't try KVS yet....