I need to convert float 0.xxxxxxxx format to int 0-127
roundFloatToInt() returns 0 for all those values (i imagine that’s how it’s suppose to work)
however i need to map those <0 values to 0-127, has anyone done something like this or has any examples/reading on how can this be done.