← Back to Resonator, Synth & Experimental

Official effect

Harmonic Bloom

Currently the same multi-oscillator synth phrase as Mono Synth Lead rather than a staged harmonic-bloom generator.

The current synth-family wet path does not follow the dry source. It mixes in a separately triggered multi-oscillator phrase built from a sine fundamental, harmonic partials, and a lightly modulated upper oscillator, then crossfades that phrase with the dry stereo preview source through `mix` and `blend`. In the current implementation the top-level `color` and `motion` sliders are not wired into the wet path; the synth notes use fixed per-note tone values instead. The result then passes through the shared DC-blocking, output-gain, and soft-limiting stage.

  • Resonator, Synth & Experimental
  • Library #252
  • 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 synth-family wet path does not follow the dry source. It mixes in a separately triggered multi-oscillator phrase built from a sine fundamental, harmonic partials, and a lightly modulated upper oscillator, then crossfades that phrase with the dry stereo preview source through `mix` and `blend`. In the current implementation the top-level `color` and `motion` sliders are not wired into the wet path; the synth notes use fixed per-note tone values instead. The result then passes through the shared DC-blocking, output-gain, and soft-limiting stage.

  • Resonator, Synth & Experimental
  • 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 a 19-sample right-channel delay. The wet side is a separately synthesized phrase triggered on fixed note events rather than being derived from the dry input.

  1. 1internal picked-string demo phrase
  2. 2stereo spread with a short right-channel delay
  3. 3separately synthesized multi-oscillator phrase
  4. 4fixed per-note synth tone shaping
  5. 5dry / synth crossfade
  6. 6DC blocker
  7. 7output gain trim
  8. 8final tanh limiter

Preview source

An internally generated picked-string phrase is widened to stereo with a 19-sample right-channel delay. The wet side is a separately synthesized phrase triggered on fixed note events rather than being derived from the dry input.

Effect core

Current shared multi-oscillator synth phrase 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
  • stereo spread with a short right-channel delay
  • separately synthesized multi-oscillator phrase
  • fixed per-note synth tone shaping
  • dry / synth 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 the dry stereo preview source toward the current wet layer.
  • output_gain_db: Applies final post-effect level trim after DC blocking and before the output limiter.
  • color: Declared in the shared control set but unused in the current preview code.
  • motion: Declared in the shared control set but unused in the current preview code.
  • blend: Scales the level of the synthetic phrase inside the wet path before it is crossfaded with the dry source.

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 the dry stereo preview source toward the current wet layer.

    Higher settings put more of the synthesized or resonant effect layer in front of 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.

  • color

    Active

    Declared in the shared control set but unused in the current preview code.

    Changing it currently has no effect on the sound.

  • motion

    Active

    Declared in the shared control set but unused in the current preview code.

    Changing it currently has no effect on the sound.

  • blend

    Active

    Scales the level of the synthetic phrase inside the wet path before it is crossfaded with the dry source.

    Higher settings make the synth layer denser and more dominant.

Analysis

Code-derived notes

Current implementation shares the exact same synth architecture with Mono Synth Lead, Square Synth, Fuzz Synth, Sub Synth, String Machine, Choir Pad, and Spectral Smear. There is no progressive harmonic-bloom envelope stage yet, and the top-level color and motion sliders are not wired into the wet path.

Active blocks

  • demo
  • fx
  • outputStage
  • leftDemo
  • rightDemo
  • channelFx
  • phraseMono
  • previewShiftSamples
  • bloomPad
  • pickedVoice
  • synthMono
  • diffuser
  • fund
  • pickEnv
  • ampEnv
  • triggerAt
  • synthVoice
  • maxDelaySamples

Inactive helpers

  • organVoice
  • bellVoice
  • softsat
  • quantize
  • combLP
  • echoOnly

Warnings

No current warnings are attached to this effect.

Source

  • library/resonator-synth-experimental/harmonic-bloom.dsp
  • Output stage: DC blocker -> output gain trim -> final tanh limiter
  • Library position: 252

More In Resonator, Synth & Experimental

Continue through the library

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

Organ Machine

Layers a square-leaning organ phrase over the dry preview source for a sustained drawbar-style wash.

View How It Works

Vocoder

Currently a fixed three-band formant synth layer rather than a true carrier/modulator vocoder.

View How It Works

Bowed Glass

Currently a diffused synth pad with bright high-shelf tilt rather than a true bowed-glass resonator.

View How It Works