Gibber
1 program
Added 2026-02-16T13:52:32Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Gibber.js
Provenance: commit b47a8cd232 · authored 2026-02-16T14:53:04+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
FM Synthesis Drum Pattern
Provenance: commit b47a8cd232 · authored 2026-02-16T14:53:04+01:00 · agent claude-code · model sonnet · WebSearch disabled
// Gibber - Audiovisual performance coding
// Simple drum pattern with FM synthesis
drums = EDM('x*ox*xo-').play()
fm = FM('bass')
.note.seq([0,3,7,10], 1/4)
.play()
drums.fx.add(Delay(1/3))
fm.fx.add(Reverb())