← Back to Stereo, Utility & Routing

Official effect

Acoustic Body Resonance

Uses a low shelf, broad mid peak, and high shelf to suggest acoustic-body reinforcement.

The current acoustic-body path is a fixed EQ contour rather than a resonant body model. It adds a low shelf, a broad 820 Hz peak, and a tone-controlled high shelf to each channel, then crossfades that contour with the dry stereo preview source through `mix`. `width` sets the low-shelf gain, `motion` drives the 820 Hz peak amount, and `tone` opens the upper shelf before the shared DC-blocking, output-gain, and soft-limiting stage.

  • Stereo, Utility & Routing
  • Library #264
  • 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 acoustic-body path is a fixed EQ contour rather than a resonant body model. It adds a low shelf, a broad 820 Hz peak, and a tone-controlled high shelf to each channel, then crossfades that contour with the dry stereo preview source through `mix`. `width` sets the low-shelf gain, `motion` drives the 820 Hz peak amount, and `tone` opens the upper shelf before the shared DC-blocking, output-gain, and soft-limiting stage.

  • Stereo, Utility & Routing
  • 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 it is shaped by the body-style EQ contour.

  1. 1internal picked-string demo phrase
  2. 2shared stereo spread with a short right-channel delay
  3. 3low-shelf reinforcement
  4. 4820 Hz peak contour
  5. 5high-shelf trim
  6. 6dry / EQ crossfade
  7. 7DC blocker
  8. 8output gain trim
  9. 9final tanh limiter

Preview source

An internally generated picked-string phrase is widened to stereo with the shared 19-sample right-channel offset before it is shaped by the body-style EQ contour.

Effect core

Three-stage shelf and peak EQ contour crossfaded against 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
  • low-shelf reinforcement
  • 820 Hz peak contour
  • high-shelf trim
  • dry / EQ crossfade
  • 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.
  • width: Raises the low-shelf boost in the body-style EQ contour.
  • motion: Raises the broad 820 Hz peak in the contour stage.
  • tone: Sets the final high-shelf trim.

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
  • channelFx
  • phraseMono
  • previewShiftSamples

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.

  • width

    Active

    Raises the low-shelf boost in the body-style EQ contour.

    Higher settings add more body and low-mid weight.

  • motion

    Active

    Raises the broad 820 Hz peak in the contour stage.

    Higher settings emphasize the middle resonance region more strongly.

  • tone

    Active

    Sets the final high-shelf trim.

    Higher settings make the contour brighter and more open.

Analysis

Code-derived notes

Current implementation is an EQ contour rather than a more resonant physical body model.

Active blocks

  • demo
  • fx
  • outputStage
  • leftDemo
  • rightDemo
  • channelFx
  • phraseMono
  • previewShiftSamples
  • bodyFx
  • pickedVoice
  • fund
  • pickEnv
  • ampEnv
  • triggerAt
  • maxDelaySamples

Inactive helpers

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

Warnings

No current warnings are attached to this effect.

Source

  • library/stereo-utility-routing/acoustic-body-resonance.dsp
  • Output stage: DC blocker -> output gain trim -> final tanh limiter
  • Library position: 264

More In Stereo, Utility & Routing

Continue through the library

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

Stereo Image Shaper

Adds short per-side offsets to widen the stereo image with a simple Haas-style spread.

View How It Works

Mid/Side Widener

Currently the same short per-side delay widener as Stereo Image Shaper rather than a true mid/side matrix.

View How It Works

Speaker Sim

Applies a speaker-style band-pass contour and top-end trim to simulate a simpler output stage.

View How It Works