ABox Help Basics Objects Signals Tutorials
ButtonKnob
OscillatorNoise
Math OperatorFunction 1
ADSRSample and Hold
Pitch QuantizerRandom Sequence
Math KnobDelta
DelayDivider
DamperDecay
IIR z PlaneIIR Block
SplitterMixer
MultiplexerDemultiplexer
Wave OutWave In
OscilloscopeSpectrum Analyzer
LabelFile
Demultiplexer

The demultiplexer routes the input to one of two outputs using a switch input.


Pins:
Xinputoptional, default = 0.0
Sswitchinputrequired to operate
YOutput if S>0.0 then Y = X * S, else Y = 0.0
ZOutput if S<0.0 then Z = X * -S, else Z = 0.0
Controls:
None
Keyboard and Context menu:
deldelete the object
Default State:
N/A
Notes:
An S value of zero will result in zero output.