Sonant 1.2.3 (2026)

const pad = Sonant.loadInstrument("warm_pad.json"); pad.playNote("E3", 1.5);

The 1.2.3 version brought several technical refinements that made it a favorite for desktop users: sonant 1.2.3

: Automatically generates call summaries and creates tasks directly in the user's CRM. Implementation const pad = Sonant

For developers integrating Sonant into games or DAW-like environments, 1.2.3 adds a more robust MIDI note parser. You can now map .js or .json “instruments” directly to MIDI CC (Continuous Controller) messages, allowing real-time filter cutoff, resonance, and envelope tweaking. Before dissecting the specific 1

Before dissecting the specific 1.2.3 build, it is essential to understand the origins of Sonant. Originally, Sonant gained fame as a very small, portable software synthesizer. It became a cult favorite in the "demoscene"—a computer art subculture focused on creating audio-visual presentations within strict size limits.

Load and play: