Auragen docs
Auragen docs

Getting Started

OverviewInterfaceNode GraphParameters and Controls

Operators

Animation
Modifiers

Value & Math

LFOContinuousAccumulatorConstantEnvelopeRange RemapLimiterSmoothLagQuantizeConditionCombinerTriggerCountMathKinect Joint

Audio

SoundSound FFT Region

Interactive

KeyboardMouseMIDIMIDI Dashboard

Logic & Timeline

BPMDelayInput SelectorExpressionNull (Modifier)
Audio ReactiveMIDI Control
3D PreviewperformMODE
Animation & ControlModifiers

Count

Tallies threshold crossings, adding a step each time, with an optional clamp or wrap.

The Count node increments every time its input crosses the threshold.

Count

  • Trigger On rising, falling, or both edges
  • Step, Start Count, Limit Type
  • Found in the node graph under Modifiers → Value & Math
Example patch — drag onto the app to load

The image on the right is the example patch itself. Drag and drop it onto the app, or load it with File → Load, to open the full graph. The modifier drives the Scale of a Hexagonal generator; the meter on the node shows its live value.

Inputs and outputs

Count node

PortTypePurpose
InputModifierThe value to process, 0–1 unless the source says otherwise.
ModifierModifierDrag it onto a parameter row, or wire it into another modifier's input.

Parameters

Count parameters
  • Threshold (default 0.5), Trigger On (Rising Edge default, Falling Edge, Both Edges).
  • Step (−100 to 100, default 1), Start Count (default 0), Reset.
  • Limit Type — None (default), Clamp, Wrap; Limit Min (default 0), Limit Max (default 10).

Every slider has a per-parameter animation bar and can itself be driven by another modifier.

Examples

Scene switch — a Sound modifier in, Limit Type Wrap with Limit Max 3, bound to a Switch Index.

Troubleshooting

The parameter does not move — check the bound parameter's Operation at the port. At Multiply against a value of 0 the result stays 0.

Related

Trigger

Envelope per crossing.

Input Selector

Pick an input by index.

Trigger

An attack / hold / decay / sustain / release envelope fired when the input crosses a threshold.

Math

Two-operand arithmetic with no clamping: add, subtract, multiply, divide, power, modulo, min, max, average.

On this page

Inputs and outputsParametersExamplesTroubleshootingRelated