Auragen docs
Auragen docs

Getting Started

OverviewInterfaceNode GraphParameters and Controls

Operators

Texture

Loading

Load ImageLoad VideoLoad SVG

Combining

BlendCompositePattern MixShape MaskShadow / GlowSwitch

Transforming

TransformTileFlipMirrorCropResolution

Colour

Color Correction SuiteLevelHSV AdjustInvertRecolorThresholdQuantizeLookupChannel ShuffleRampConduit

Surface

DisplaceNoise DisplaceNormal MapBump MapBlurFeedbackVector Motion Blur

Vector

VectorizerFill Trace

Organising

Null
3D PreviewperformMODE
Texture

Switch

Passes through whichever of four inputs a number picks.

The Switch node takes up to four pictures and passes one of them on. Change the number and the output cuts to a different source, which makes it the simplest way to build a cut between looks.

Switch output

  • Four pictures in, one out
  • Index picks which one comes through
  • Drive Index from a modifier for hands-free or beat-synced cutting
  • Found under Texture in the add-operator list
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.

Inputs and outputs

Switch node

PortTypePurpose
Input 0TextureThe picture chosen when Index is 0
Input 1TextureChosen when Index is 1
Input 2TextureChosen when Index is 2
Input 3TextureChosen when Index is 3
OutputTextureThe result

Parameters

Switch parameters

Opacity, Blend Mode, ALPHA — the standard operator header, on every operator. See Parameters and Controls.

  • Index (0–3, default 0) — which input passes through.

Drop a modifier onto Index and the switch becomes automatic. A BPM modifier cuts on the beat; a Keyboard modifier gives you a manual cut key.

Troubleshooting

The output is blank — the input at the current Index has nothing wired to it.

The cut is abrupt — Switch is a hard cut by design. For a fade, use a Blend node and animate its Opacity instead.

Related

Blend

Mix between sources rather than cut.

Modifiers

Driving Index automatically.

Null

A junction with no choice to make.

Shadow / Glow

Makes a soft, coloured copy of one picture and lays it behind the other, as a drop shadow or a glow.

Transform

Pans, scales, and rotates a texture, with repeat, mirror, or clamp wrapping outside its edges.

On this page

Inputs and outputsParametersTroubleshootingRelated