home/ atoms/ glicol-ambient-suitability

Glicol suits ambient drones because its modular graph natively sustains and slowly modulates signals

Among live-coding tools, Glicol is particularly well-suited to ambient production because its signal-graph architecture natively sustains tones (always-on oscillators, no event loop required) and makes node-level slow modulation straightforward. Strudel also handles ambient through slow ADSR, large room/size parameters, and slow signal-based automation. Both contrast with event-driven or clock-driven pattern engines that require workarounds to sustain long sounds. Knowing which tool to reach for based on genre saves time in a performance context.

Examples

Glicol: out: sin 220 >> adsr 2.0 0.1 0.8 4.0 >> reverb 0.9 2.0 — a tone that sustains indefinitely, with slow LFO on sin frequency drifting pitch. Strudel: note("c3").s("supersaw").attack(2).release(8).room(0.9).size(5).

Assessment

Compare how Glicol and Strudel each handle a 30-second sustaining pad: what does each require the programmer to write, and which needs less work for a fully generative ambient patch?

“especially **Glicol** (excellent at sustained modular drones and node-level slow modulation). This is where slow `generative-mutation` shines.”
context/ · L2-composer/music/genres/ambient.md · chunk 1