DOCUMENTATION

CONTENTS

MODULES

KNOWN ISSUES

FINAL NOTES

MODULES

S&H

Complete manual and reference for the S&H module.

UPDATED MAR 9, 2026

How Does It Work?#

S&H samples either internal noise or an external voltage whenever it sees a trigger edge, then holds that value until the next trigger arrives.

Quick Overview#

  • Trig clocks the sampling action.
  • Source chooses between internal noise and the external input.
  • Out holds the last sampled value indefinitely.
  • The module starts at 0 until the first trigger is received.

Inputs And Outputs#

PortTypeWhat It Does
TrigTrigger inputSamples on a rising edge.
ExtCV inputExternal value source when Source is set to EXT.
OutCV outputThe currently held value.

Controls Reference#

ControlValuesDefaultBehavior
SourceNOI, EXTNOISelects the sampled source. NOI uses the internal noise generator; EXT uses the Ext jack.

Behavior Notes#

  • Triggering is edge-based: the module samples only when Trig crosses upward through 0.5.
  • In NOI mode, the sampled value comes from the internal white-noise source and is scaled to the standard bipolar CV range.
  • In EXT mode, the held value is the exact voltage present at Ext on the trigger sample.
  • Between triggers, Out stays fixed.