Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: cp-input-buses , Previous: count-elements , Up: C , Home: Overview

Clamps Dictionary

counter

Macro

(counter start end &key (step 1) loop-p done-action)

Count from START to END (excluded) by STEP, optionally in loop if LOOP-P is T.

The one-argument function DONE-ACTION is called at the end if LOOP-P is NIL. The function argument is the DSP node.

Author: Orm Finnendahl

Created: 2025-02-18 Di 12:58

Validate