music calculators

Crossfader Curve Calculator

Compute the output mix level at any crossfader position for a given curve exponent. Essential for DJs and audio engineers designing or calibrating mixer crossfader response.

About this calculator

A crossfader blends two audio channels as a slider moves from 0% to 100%. A linear curve gives equal gain at mid-position, but DJs often prefer a sharper 'scratch' curve or a gentle 'blend' curve. The output level is modelled by a power function: Output (%) = (Position / 100)^curve × 100. When curve = 1 the response is perfectly linear. Values below 1 (e.g. 0.5) create a fast-cut scratch curve where most gain is reached early. Values above 1 (e.g. 2 or 3) create a smooth blend where gain rises slowly then accelerates. This exponent-based model mirrors the behaviour found in professional DJ mixers like the Rane Sixty-Two, allowing you to predict exactly how a fader will behave before touching hardware.

How to use

Imagine you want to know the output level when the fader is at 30% with a curve exponent of 2 (a gentle blend). Enter 30 in the Fader Position field and 2 in the Curve Type field. The calculator evaluates: (30 / 100)² × 100 = 0.3² × 100 = 0.09 × 100 = 9%. Only 9% of the signal passes at 30% fader travel, confirming the slow-start blend behaviour. Compare with curve = 0.5: (0.3)^0.5 × 100 ≈ 54.8%, showing how a scratch curve opens up the channel much faster.

Frequently asked questions

What crossfader curve setting should I use for scratch DJing?

Scratch DJs typically use a curve exponent well below 1, often around 0.1 to 0.3, sometimes called a 'hamster' or 'cut' curve. This setting means the channel reaches near-full volume almost immediately as the fader leaves its end position, allowing precise on/off control for cutting and scratching techniques. Most professional mixers label this as a sharp or fast curve. Exponents this low create an almost binary on/off feel rather than a gradual blend.

How does crossfader curve affect the sound when blending two tracks?

A high curve exponent (2–4) means both tracks are quiet near the centre of the fader, which prevents muddy overlaps when mixing genres that clash harmonically. A curve near 1 keeps both signals at roughly equal loudness through the middle, ideal for smooth genre transitions where continuous overlap sounds natural. Choosing the wrong curve can lead to volume dips at the midpoint (too high) or both tracks blaring simultaneously at full volume (too low). Most digital DJ software lets you adjust this curve in real time so you can match your mixing style.

Why does the crossfader curve formula use a power function instead of a straight line?

Human perception of loudness is logarithmic, but the power-law model offers a simple, hardware-friendly approximation that produces perceptually smooth transitions without requiring complex logarithm calculations in analog circuits. By changing a single exponent value, mixer manufacturers can replicate the feel of different fader tapers — from the near-instant cut of a Vestax scratch mixer to the long, gradual blend of a club mixer — using the same underlying mechanism. The power function also maps cleanly to a 0–100% scale, making it easy to implement in both firmware and DJ software plugins.