Outputs 0
or 1
, toggleable through a trigger input. When the trigger input receives a value above the trigger threshold, the output is toggled. The Node will remember its output while it remains placed and AudioNodes open.
Inputs
Trigger Input
An audio or control signal to toggle the output, as specified by the Trigger mode setting.
The Memory Bit Node only supports a mono (or single-channel) Trigger Input, everything else is downmixed automatically.
Settings
Trigger mode
Sets how the Trigger input toggles output.
- Toggle: the output is toggled when Trigger input increases above Threshold, but remains unchanged otherwise (e.g. while the input is steadily above Threshold).
- Signed-toggle: the output is set to 0 when the Trigger input becomes goes under Threshold, and set to 1 when Trigger Input exceeds Threshold, but remains unchanged otherwise (e.g. while the input is either steadily above or below Threshold).
Threshold
Sets the minimum distance from zero for input to count as a non-zero value (exclusive). For example, if set to 0.1
, output will only toggle when input goes above 0.1
(or below 0.1
for signed toggle).
Auto reset
When set, reset output to 0 before starting playback.
Outputs
Value Output
The current value of the Node (0 or 1). This is always a mono signal.