forked from benirose/O_C-BenisphereSuite
-
Notifications
You must be signed in to change notification settings - Fork 37
Logic
Nicholas J. Michalek edited this page Jun 7, 2024
·
3 revisions
#logic #generator/gate https://youtu.be/mHZCaMH_Dgk
Logic is a two-input logic module that performs two logical operations at once.
1/3 | 2/4 | |
---|---|---|
TRIG | ||
CV INs | ||
OUTs |
Controls
- Digital Ins: Two logical operands, in the form of gate signals with high being True and low being False
- CV Ins: Inputs 1 and 2 set the logical gate when the gate selected for the corresponding channel is "CV"
- Outputs: Results of the logical operations as a high (5 volt, when True) or low (0 volt, when False) signal
- Encoder Push: Alternates the cursor between the two channels
- Encoder Turn: Selects the logical gate or "CV" for each channel
Available gate types are
- AND: True when both inputs are True
- OR: True when either or both inputs are True
- XOR: True when both inputs are different than the other input
- NAND: True when either input is False
- NOR: True when both inputs are False
- XNOR: True when both inputs are the same
Another option, "CV," is available. When set to "CV," the logical gate type will be set via CV using the corresponding CV input.
This wiki is part of the Phazerville Suite O_C firmware project