Page 1 of 1

green divide float array by a float missing

Posted: Fri May 15, 2020 12:25 am
by pshannon
Hey everyone,

I have never needed this in green and for the first time I looked for it, I noticed I didn't have it. I have all the others for float arrays, but missing this one. I am using 3.0.6 pebble. Has anyone experienced this?

BTW I did the obvious by turning off the filters etc. If someone can attach an .fsm with that green in it? It would solve my problem ;)

Thanks

Re: green divide float array by a float missing

Posted: Fri May 15, 2020 12:32 am
by k brown
Can't you just use the generic 'blank input' green divide to divide any green you want?

Re: green divide float array by a float missing

Posted: Fri May 15, 2020 12:37 am
by pshannon
k brown wrote:Can't you just use the generic 'blank input' green divide to divide any green you want?


No because it turns the whole thing into an array. I want to divide the whole array by a single value for scaling values. Does this mean it is not included??

Re: green divide float array by a float missing

Posted: Fri May 15, 2020 12:55 am
by k brown
Did you try it? I've used that to divide float arrays (to attenuate them) using a float input to the Array divide - works fine.

But no, I don't have a Float Array Divide specifically.

Re: green divide float array by a float missing

Posted: Fri May 15, 2020 1:16 am
by ChrisHooker
Invert the Array Multiply.
You can use a float divide, or the invert prim.

Re: green divide float array by a float missing

Posted: Fri May 15, 2020 1:26 am
by pshannon
Thanks Chris that worked.

k brown: "Did you try it?", no I did not because I just assumed that green was supposed to be there. ;)

Thanks again!!