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

Range Remap

Clamps the input to a range and rescales it onto an output range.

The Range Remap node maps an input window onto an output window.

Range Remap

  • In Lower / In Upper and Out Lower / Out Upper
  • 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

Range Remap 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

Range Remap parameters
  • Value (0–1) — the input when nothing is wired.
  • In Lower (default 0), In Upper (default 1) — the input window; values outside are clamped.
  • Out Lower (default 0), Out Upper (default 1) — the output window. Swap them to invert.

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

Examples

Use only the loud part — a Sound modifier in, In Lower 0.4, so quiet passages give 0.

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

Envelope

Rescale to 0–1 only.

Limiter

Clamp or wrap without rescaling.

Envelope

Rescales an input window to 0–1, with an invert.

Limiter

Constrains a value by clamping or wrapping between Min and Max.

On this page

Inputs and outputsParametersExamplesTroubleshootingRelated