Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Image RemovedImage Added

NullSink

 

Ties off unused module outputs.

No internal buffer.

Image RemovedImage Added

Sink

 

Copies Floating point data from the wire to an internal buffer. Can be used as a scope display.

Image RemovedImage Added

Boolean Sink

Triggers a light (via inspector) on if “true” and off if “false”

Image RemovedImage Added

Triggered Sink

Sink that copies data when input control is nonzero, else it does nothing.

Image RemovedImage Added

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.

Image RemovedImage Added

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).

Image RemovedImage Added

ClipIndicator

Shows instances of clipping in real-time

...