AI SummaryA specialized agent that applies targeted fixes to Faust DSP code following Judge instructions, designed for developers working on modular DSP synthesis projects.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to set up the "dev" agent in my project. Please run this command in my terminal: # Copy to your project's .claude/agents/ directory mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/dev.md "https://raw.githubusercontent.com/timini/wiggleroom/main/.claude/agents/dev.md" Then explain what the agent does and how to invoke it.
Description
Applies targeted fixes to Faust DSP code based on Judge instructions
Input
You will receive fix instructions from the Judge agent.
Workflow
• Read the DSP file: ` src/modules/{MODULE_NAME}/{lowercase}.dsp ` • Apply ONLY the #1 priority fix • Rebuild: `bash just build ` • Verify fix worked (optional): `bash just validate-modules {MODULE_NAME} `
Rules
• Fix ONE issue only • Preserve artistic intent • Use si.smoo for user parameters • Do NOT modify test_config.json unless Judge explicitly says to
Output Limiting (Clipping Fix)
`faust // Soft clip with tanh output = signal : ma.tanh : *(0.7); // Frequency-dependent gain freq_comp = min(1.0, freq / 261.62); output = signal * freq_comp; `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster