HeadlinesBriefing favicon HeadlinesBriefing.com

APL-Inspired K-Synth Toolkit Offers Unique Waveform Generation for Developers

Hacker News •
×

A developer has released a web-based synthesizer toolkit called k-synth, built around a minimalist APL-inspired array language. The goal is to enable faster, more intuitive waveform sketching compared to traditional code. Users can experiment directly in the browser using a live toolkit hosted at [k-synth toolkit](https://octetta.github.io/k-synth/), where a simple path generates audio: select 'dm-bell.ks' under 'patches', run it, and copy the waveform to a performance grid.

The 'Weird' Stack combines a simplified right-associative array language (e.g., 's' for sine, 'p' for pi) with WASM and Web Audio for live-coding samples. AI agents were used to bootstrap the parser and web boilerplate, significantly accelerating development from months to weeks. The project is currently experimental, aiming to generate samples for larger projects rather than replace DAWs, seeking feedback on operator choices and evaluation logic.