graphic_eqPOLYPHONIC

Analog

Polyphonic subtractive synth with Moog ladder filter. Aliasing-free oscillators with warm analog character.

Key Features

graphic_eq

Dual Oscillators + Noise

Two oscillators with sync, plus a noise generator — the classic analog synth architecture.

filter

Moog Ladder Filter

Authentic 4-pole Moog ladder filter with resonance. Warm, musical, and unmistakably analog.

tune

7x6 Modulation Matrix

32 modulation routes across 7 sources and 6 destinations. Shape every parameter with every source.

waves

PolyBLEP Oscillators

Aliasing-free square, saw, and triangle waves using PolyBLEP waveform correction.

keyboard

Polyphonic

Full polyphony with configurable voice count. Play chords, pads, and complex harmonies.

Quick Start

// Configure and play
var engine = GetComponent<AnalogEngine>();
engine.SetOscillatorWaveform(0, Waveform.Saw);
engine.SetOscillatorWaveform(1, Waveform.Square);
engine.SetFilterType(FilterType.Ladder);
engine.SetFilterResonance(0.8f);
engine.NoteOn(60, 0.7f);

Why Analog?

The flagship of the Azimuth collection. Analog delivers the warmth and character of classic hardware synths with the flexibility of software — dual oscillators, a legendary ladder filter, and a 32-route modulation matrix.

Technical Details

Architecture & Performance
  • Dual PolyBLEP oscillators with sync and detune
  • 4-pole Moog ladder filter with resonance
  • 7x6 modulation matrix (32 routes)
  • Noise generator for percussion and texture
  • Configurable polyphony with voice stealing
  • Shares Core lock-free command queue and voice management