|
Module
Name |
Module
description |
Download |
- If Audio
|
This audio IF gate gives you the
possibility to check if a signal is >,
<, !=, ==, <= or >= and switch to the
input A or input B depending on the
result.. |
 |

The
IfAudio module is a simple but yet
indispensable module. With this module you
can create waveshapers, but also you can
manage complex gate buttons. You can create
every dynamic signal effects like limiter,
compressor, expander, noise gates and more.
Basically
here is how it works : compare input 1 with
the compare pin. See the Sign pin to get the
type of comparison. If the result is true,
play input1 else, play input2.
Input 1 :
this is the main stream to be compared with
the compare pin. For example if Compare is 0
and the Sign is Equal. The Output result
will be Input1 except when Input1 will be 0.
Else the Output will be input2.
Input 2 :
this is the value that will be send to the
output if the comparison true. For example,
if Compare is -1 and the Sign is InfEqu <=,
then if the signal input 1 is <= to -1 the
output will be input2 else it will be
input1.
Sign : can
be =, >, <, !=, ==, <= or >=.
Output :
is the output result.
Here
is an example of what can be done with
IfAudio. The green curve is a pulse. The
Yellow one is the result of the following
parameters.
- Input 1 = pulse
OSC wave.
- Input 2 = fixed
value of 0
- Compare is -0.2
- Sign is <= (inf
or equal)
|