Merge Signals Combinator

by Hermios

New combinator that multiply signals coming from green wire to signals coming from red wire

6 months ago
1.1
214

b Doesn't work with negative signals

6 months ago

It works fine with positive signals, but when a signal is negative on one wire, it gets ignored.

Working example:
Red: 2
Green: 5
Output on both red and green: 10

Failing example:
Red: -2
Green: 5
Output on both red and green: 0/none

Is this something you could fix?

6 months ago

And I fixed that too! Thanks for the feedback and improvement suggestions :)

6 months ago

Thanks for the super fast response. :)

New response