1261
preenfm2 and preenfm3 / Re: OS 2.03: behaviour NOT1/2 ==> IM*
« on: September 04, 2016, 10:01:56 PM »
OK got it.
What is done is :
The test is not at the right place and that prevents the Matrix value from diminishing correctly the velocity IM.
I'll try to fix that.
Thanks a lot for the report
Xavier
What is done is :
Code: [Select]
IM = FIX IM + matrix value
if IM<0 then IM = 0
IM = IM + velocity sensitive IMs.
It's done in different part of the code which is why it was not obvious.The test is not at the right place and that prevents the Matrix value from diminishing correctly the velocity IM.
I'll try to fix that.
Thanks a lot for the report

Xavier