How can I get a 1.00 signal from any partial signal ( 0.01 to 0.99)
☝🏻 So basically I want the Signal to become 1.00 Even when the input signal is 0.01
I tried using the signal manipulator mapper thing but couldnt figure it out... not sure how it works.
-
You can use a Calculator gadget:
Input your signal to the A input
Set the operator to '>'
Leave the B value as 0
Wire the Result output to whatever you want turned on! -
Any signal greater than zero will now output a full signal of 1
-
You can use the signal manipulator too. Set the signal manipulator to custom and on the left hand side of the graph you set min value of 0.01 and max of 1. On the right hand side set both the min and max to 1.
Now for any input between the values on the left hand side, you get an output of 1 on the right.
Please sign in to leave a comment.