← Back to Drive, Boost & Saturation

Official effect

Bitcrush Drive

Soft clipping followed by quantization for grainy digital edges on top of a familiar overdrive chassis.

The drive core uses the standard single-stage soft clip and pre-drive EQ, then runs the result through `quantize` before the normal post-drive high shelf. Because the quantizer depth is tied to `tone`, the control now affects both the bit reduction density and the final top-end shelf.

  • Drive, Boost & Saturation
  • Library #24
  • 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 drive core uses the standard single-stage soft clip and pre-drive EQ, then runs the result through `quantize` before the normal post-drive high shelf. Because the quantizer depth is tied to `tone`, the control now affects both the bit reduction density and the final top-end shelf.

  • Drive, Boost & Saturation
  • 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 and slight left/right shelf-EQ offsets before it reaches the active drive path.

  1. 1internal picked-string demo phrase
  2. 2stereo spread with a short right-channel delay
  3. 3high-pass cleanup
  4. 4low-shelf and 930 Hz contour shaping
  5. 5single tanh saturation stage
  6. 6quantization stage
  7. 7post-drive high-shelf tone shaping
  8. 8dry / wet mix
  9. 9DC blocker
  10. 10output gain trim
  11. 11final tanh limiter

Preview source

An internally generated picked-string phrase is widened to stereo with a 19-sample right-channel delay and slight left/right shelf-EQ offsets before it reaches the active drive path.

Effect core

Single-stage soft clip followed by quantization for bit-reduced drive texture.

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
  • high-pass cleanup
  • low-shelf and 930 Hz contour shaping
  • single tanh saturation stage
  • quantization stage
  • post-drive high-shelf tone shaping
  • dry / wet mix
  • 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: Blends the clean stereo preview source with the soft-clipped overdrive path.
  • output_gain_db: Applies final post-effect level trim after the DC blocker.
  • drive: Raises the level feeding the single tanh saturation stage.
  • tone: Controls both the quantizer step count and the post-drive high shelf after the bit-reduction stage.
  • contour: Changes the low shelf and 930 Hz emphasis ahead of clipping.

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

Controls

Audible controls in this DSP

  • mix

    Active

    Blends the clean stereo preview source with the soft-clipped overdrive path.

    Lower values keep more dry articulation; higher values favor the overdrive voice.

  • output_gain_db

    Active

    Applies final post-effect level trim after the DC blocker.

    Balances loudness without changing how the clipping stage behaves.

  • drive

    Active

    Raises the level feeding the single tanh saturation stage.

    Moves the patch from light breakup toward thicker, more compressed overdrive.

  • tone

    Active

    Controls both the quantizer step count and the post-drive high shelf after the bit-reduction stage.

    Changes how coarse the digital breakup feels while also shifting the top-end brightness.

  • contour

    Active

    Changes the low shelf and 930 Hz emphasis ahead of clipping.

    Pushes more body or midrange into saturation, changing how focused the overdrive feels.

Analysis

Code-derived notes

Reviewed against the current DSP. This file is differentiated by the explicit quantization stage after saturation, not by a completely different underlying EQ chassis.

Active blocks

  • demo
  • fx
  • outputStage
  • leftDemo
  • rightDemo
  • driveTone
  • phraseMono
  • previewShiftSamples
  • softsat
  • quantize
  • pickedVoice
  • fund
  • pickEnv
  • ampEnv
  • triggerAt
  • maxDelaySamples

Inactive helpers

  • synthVoice
  • organVoice
  • bellVoice
  • combLP
  • echoOnly
  • diffuser

Warnings

No current warnings are attached to this effect.

Source

  • library/drive-boost-saturation/bitcrush-drive.dsp
  • Output stage: DC blocker -> output gain trim -> final tanh limiter
  • Library position: 24

More In Drive, Boost & Saturation

Continue through the library

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

Transparent Overdrive

Keeps the dry attack intact while adding a broad low-mid lift and light tanh saturation for edge-of-breakup push.

View How It Works

Amp-Like Overdrive

Mid-forward soft clipping tuned to feel more like a pushed amp stage than a flat clean boost.

View How It Works

Hard-Clip Distortion

Cascaded clipping with reinforced lows and upper mids for tighter attack and more modern bite.

View How It Works