Convert signals into boolean logic!
Is your signal TRUE or FALSE? 1 or 0?
Manual:
IO
- IN
- Signal input
- AND OUT
- Outputs the result of boolean AND between IN1 and IN2 (high if IN1 AND IN2 are high)
- OR OUT
- Outputs the result of boolean OR between IN1 and IN2 (high if IN1 OR IN2 is high)
- NAND OUT
- Outputs the result of boolean NAND between IN1 and IN2 (only low if IN1 AND IN2 are high)
- NOR OUT
- Outputs the result of boolean NOR between IN1 and IN2 (only low if IN1 OR IN2 are high)
- XOR OUT
- Outputs the result of boolean XOR between IN1 and IN2 (high if IN1 OR IN2, but not both are high)
Controls:
- THRESH
- Set the threshold an input signal must be equal to or greater than to be considered high/true
- QUAL switch
- Switch between precise modulation or high-quality audio mode (enables anti-aliasing measures and oversampling)