← Back to ninetysix Originals

Official effect

Crosswind

Currently a straightforward stereo echo pair rather than a cross-feedback delay into bloom reverb.

The current original-delay family does not yet implement cross-feedback or additional bloom stages. It adds one `echoOnly` feedback tap per side, with `time` setting the left and right delay lengths, `feedback` setting the comb feedback amount, and `tone` opening the damping cutoff inside each delay path. `mix` raises the echo layer over the dry stereo preview source before the shared DC-blocking, output-gain, and soft-limiting stage.

  • ninetysix Originals
  • Library #270
  • Preview 8s

Waveform preview

Static peaks come from the compiled FAUST preview render. The live scope is drawn from the browser playback output in real time.

Timeline
0:00 / 0:08
Source
Compiled browser preview
Live oscilloscope from the browser playback output.AnalyserNode keeps the signal path unchanged while exposing the waveform.

How It Works

Technical view

The current original-delay family does not yet implement cross-feedback or additional bloom stages. It adds one `echoOnly` feedback tap per side, with `time` setting the left and right delay lengths, `feedback` setting the comb feedback amount, and `tone` opening the damping cutoff inside each delay path. `mix` raises the echo layer over the dry stereo preview source before the shared DC-blocking, output-gain, and soft-limiting stage.

  • ninetysix Originals
  • waveshaping / saturation
  • delay processing
  • oscillator / LFO modulation
  • DC blocking

Signal Path

Compiled preview chain

Preview source: An internally generated picked-string phrase is widened to stereo with the shared 19-sample right-channel offset before each channel receives its own simple echo-only feedback tap.

  1. 1internal picked-string demo phrase
  2. 2shared stereo spread with a short right-channel delay
  3. 3left echo-only feedback tap
  4. 4right echo-only feedback tap
  5. 5dry / echo sum
  6. 6DC blocker
  7. 7output gain trim
  8. 8final tanh limiter

Preview source

An internally generated picked-string phrase is widened to stereo with the shared 19-sample right-channel offset before each channel receives its own simple echo-only feedback tap.

Effect core

Independent left and right echo-only feedback taps added to the dry preview phrase.

Signal path

The static waveform and the live player both reflect this compiled signal chain.

  • internal picked-string demo phrase
  • shared stereo spread with a short right-channel delay
  • left echo-only feedback tap
  • right echo-only feedback tap
  • dry / echo sum
  • DC blocker
  • output gain trim
  • final tanh limiter

Controls that matter

These are the currently active controls detected in the FAUST source for this effect.

  • mix: Crossfades or scales the current wet layer against the dry stereo preview source.
  • output_gain_db: Applies final post-effect level trim after DC blocking and before the output limiter.
  • time: Sets the left and right echo delay lengths.
  • feedback: Raises the feedback amount inside the echo-only delay taps.
  • tone: Sets the damping cutoff inside the delay feedback paths.

Code-backed analysis

The generated description is tied to the active helper blocks and routing found in the current DSP.

  • demo
  • fx
  • outputStage
  • leftDemo
  • rightDemo
  • leftFx
  • rightFx
  • phraseMono

Controls

Audible controls in this DSP

  • mix

    Active

    Crossfades or scales the current wet layer against the dry stereo preview source.

    Higher settings make the processed layer more dominant relative to the dry phrase.

  • output_gain_db

    Active

    Applies final post-effect level trim after DC blocking and before the output limiter.

    Matches loudness without changing the underlying effect structure.

  • time

    Active

    Sets the left and right echo delay lengths.

    Higher settings make the repeats arrive later and feel more spacious.

  • feedback

    Active

    Raises the feedback amount inside the echo-only delay taps.

    Higher settings create more repeats and longer tails.

  • tone

    Active

    Sets the damping cutoff inside the delay feedback paths.

    Higher settings keep the echoes brighter.

Analysis

Code-derived notes

Current implementation shares the exact same independent left/right echo architecture with Neon Melt and Ghost Rail. There is no cross-feedback or bloom reverb stage yet.

Active blocks

  • demo
  • fx
  • outputStage
  • leftDemo
  • rightDemo
  • leftFx
  • rightFx
  • phraseMono
  • previewShiftSamples
  • crossA
  • crossB
  • pickedVoice
  • maxDelaySamples
  • delayA
  • delayB
  • fund
  • pickEnv
  • ampEnv
  • triggerAt

Inactive helpers

  • synthVoice
  • organVoice
  • bellVoice
  • softsat
  • quantize
  • combLP
  • echoOnly
  • diffuser

Warnings

No current warnings are attached to this effect.

Source

  • library/ninetysix-originals/crosswind.dsp
  • Output stage: DC blocker -> output gain trim -> final tanh limiter
  • Library position: 270

More In ninetysix Originals

Continue through the library

Each effect page uses the same generated description pipeline and compiled waveform preview assets.

Neon Melt

Currently the same straightforward stereo echo pair as Crosswind rather than a more melted or saturated delay texture.

View How It Works

Ghost Rail

Currently the same straightforward stereo echo pair as Crosswind rather than a more haunted or transformed echo design.

View How It Works

Drift Chamber

Currently a straightforward four-comb diffuser reverb rather than a more specialized chamber drift design.

View How It Works