green divide float array by a float missing

For general discussion related FlowStone
Post Reply
User avatar
pshannon
Posts: 144
Joined: Fri Jan 02, 2015 3:08 am

green divide float array by a float missing

Post 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
k brown
Posts: 1198
Joined: Tue Aug 16, 2016 7:10 pm
Location: San Francisco, CA USA
Contact:

Re: green divide float array by a float missing

Post by k brown »

Can't you just use the generic 'blank input' green divide to divide any green you want?
Website for the plugins : http://kbrownsynthplugins.weebly.com/
User avatar
pshannon
Posts: 144
Joined: Fri Jan 02, 2015 3:08 am

Re: green divide float array by a float missing

Post 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??
k brown
Posts: 1198
Joined: Tue Aug 16, 2016 7:10 pm
Location: San Francisco, CA USA
Contact:

Re: green divide float array by a float missing

Post 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.
Website for the plugins : http://kbrownsynthplugins.weebly.com/
ChrisHooker
Posts: 55
Joined: Tue Jul 13, 2010 10:02 pm

Re: green divide float array by a float missing

Post by ChrisHooker »

Invert the Array Multiply.
You can use a float divide, or the invert prim.
Attachments
Array Divide.fsm
Made with 3.0.8
(406 Bytes) Downloaded 996 times
User avatar
pshannon
Posts: 144
Joined: Fri Jan 02, 2015 3:08 am

Re: green divide float array by a float missing

Post 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!!
Post Reply