Play my value

This snippet announces the value of a control, such as a knob, slider or trim. Only the resting value is reported (repeats and intermediate values are skipped).

Here's an example using knob S1:

Logical switches

L1: |Δ|>=, S1, 1

L2: AND, !L1, ---, delay=0.5sec

 

Special function

SF1: L2, Play Value, S1

How it works

The graphic below shows the logic, with time on the x axis. Clicks D and E are repeats, with intervals shorter than 0.5 secs.

image

The method works equally well with knobs and trims.