Conditional Gate

A simple conditional event gate

(12 Votes)
1.0 (Updated 20 years ago)
1.4kB
February 10, 2005
Reaktor 5 or lower

DESCRIPTION

This simple module allows you to selectively allow/negate events passed to the input.

If an event arrives at the input, it will only be sent to the output if the conditional value is TRUE; _NO_ value is sent to the output if the condition is false.

I wouldn't be too surprised if this is already possible with a simple reaktor module (!).. i couldn't find one though so i built this for my purposes and thought i'd share it.

COMMENTS  (4)

DCR
15 years ago
Thanks. Really useful for it's particular behavior.
josh hinden
16 years ago
thanks
haydxn stock
20 years ago
Just a note to anyone considering this macro; it doesn't function in exactly the same way as any of the other similar ones (such as IF THEN ELSE). This will not output an event as a result of the condition changing. an event will only ever be output from the input terminal if the condition is true, but will only do so if an event has actually arrived since the condition became true. This is the desired behaviour for this particular conditional gate, and is different to that exhibited by some alternatives.
herw
20 years ago
Hi haydxn, another macro is IF THEN ELSE v1.1.
now