Files
analogue_synth/.claude/settings.json
Matt Spencer c8ef3df460 Add audio nodes to the patch bay
Also make the patch bay responsive.
2026-03-26 08:47:47 +00:00

14 lines
432 B
JSON

{
"permissions": {
"allow": [
"Bash(cargo build:*)",
"Bash(grep -v \"^$\")",
"WebFetch(domain:github.com)",
"Bash(find /Users/mattsp/.cargo/registry/src -name memory.x -path */rp*)",
"Bash(find /Users/mattsp/.cargo/registry/src -name build.rs -path */rp-pac*)",
"Bash(chmod +x /Users/mattsp/projects/sound/build-web.sh)",
"Bash(/Users/mattsp/projects/sound/build-web.sh)"
]
}
}