Page 1 of 1

Posted: 06 Nov 2016, 14:58
by sephult
I think it would be extremely useful to modify most of the modules to have inverse operations.
Such as having a PassFlow Module with Pass and Pass_n, or a HasChanged with Out and Out_n
This could help keep patch designs clean, and more efficient.

I know this is quite some work, but believe it would be a huge enhancement that would have some great value.

-s

Posted: 06 Nov 2016, 17:21
by gurulogic
I like this suggestion!

Posted: 06 Nov 2016, 17:29
by oli_lab
do you mean a pass/stop module ?

that is a good idea !

Posted: 06 Nov 2016, 19:18
by sephult
Yes Oli, but more Global for all modules.

Modules such as the ones I listed were just examples of how they could be implemented.
So many times doing logic I have to play a not, or I am running the opposite for a function. Seems having either option would be great.
So maybe if there is a worry of contention, even one single node could be used but in the settings for the module have the option to inverse.

However, I like the visual and additional node idea just as much.

-s

Posted: 06 Nov 2016, 19:20
by parityflux
+1

Posted: 06 Nov 2016, 20:38
by oli_lab
for logic output adding a /out make the patching neater for sure

for say a fader, if it is 0 to 1 an output 1 to 0 is made with a (1 - x) fonction
in fact it should be max - x to cater to most of the cases.

BUT if each module is doing such opération it will end in more computation power needed, even if this output is not used.

isn't it the point of patching to use only what we need ?

I wouldn't like Usine becoming the new Live !