This section contains the following pages:
Child pages (Children Display) |
---|
General Information
Sink modules have an input pin but no output. Sinks are used to tie off unused module pins or for plotting of immediate data.
NullSink
| Ties off unused module outputs. No internal buffer. | |
Sink
| Copies Floating point data from the wire to an internal buffer. Can be used as a scope display. | |
Boolean Sink | Triggers a light (via inspector) on if “true” and off if “false” | |
Triggered Sink | Sink that copies data when input control is nonzero, else it does nothing. | |
Sink Int | Copies Int Data from wire to internal buffer. Can be used as a scope display. |
...
If only an instantaneous view of a system value is desired, the Meter module can be used instead.
Meter | Shows instantaneous dB level in inspector; has multichannel input and separately meters each channel |
...
The ClipIndicator module also provides instantaneous feedback in real-time, but it only displays whether or not audio is being clipped (i.e. the signal exceeds 0 dB).
ClipIndicator | Shows instances of clipping in real-time |
...