v0.1Latest
Sample & Hold
Captures input value on each trigger and holds it until the next trigger.
Samples its input value at each incoming trigger and holds that value steady until the next trigger arrives. Fed with noise it produces the classic stepped random voltages of a sample-and-hold, and fed with any signal it freezes snapshots on demand. Use it for stepped modulation, quantized-in-time control, and rhythmic parameter changes.
Inputs
Input
Signal to sample
| ID | x |
|---|---|
| Signal | control · control rate |
| Default | 0 |
| Coercion | Implicit |
Trigger
Sample on trigger
| ID | trigger |
|---|---|
| Signal | trigger · event rate |
| Coercion | Implicit |
Outputs
Output
Held value
| ID | y |
|---|---|
| Signal | control · control rate |
| Coercion | Implicit |
Details
| Canonical ID | mod.sampleHold |
|---|---|
| Category | modulators |
| Runtime Surface | control |
| Runtime Targets | control-main-thread |
| JUCE Early Access | Supported |
| Early Access Note | Native-supported in the plugin for the current catalog/runtime support contract. |