一键导入
build-smart-grid-one
Build Smart Grid One from the JUCE/SmartGridOne makefile. Only use this skill when the user explicitly asks to run a build or compile check.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build Smart Grid One from the JUCE/SmartGridOne makefile. Only use this skill when the user explicitly asks to run a build or compile check.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | build-smart-grid-one |
| description | Build Smart Grid One from the JUCE/SmartGridOne makefile. Only use this skill when the user explicitly asks to run a build or compile check. |
Only run the build when the user explicitly asks for it.
Build the project using the makefile in JUCE/SmartGridOne.
make -C JUCE/SmartGridOne
How to add a new source machine to Smart Grid One. Covers VoiceMachineEnums, creating the DSP class, integrating into SquiggleBoySource, SetEncoderParameters wiring, and MachineFlags updates. Use when adding a new oscillator, synth engine, or audio source.
How to add a new Smart Grid One visualizer. Covers SmartGridOneMainVisualizerComponent, ForEachSmartGridOneVisualizer, UI state for data, and NonagonWrapper accessors. Use when adding a new scope, analyzer, meter, or other grid visualizer.
How to add a new parameter to Smart Grid One. Covers ForEachSmartGridOneParam, SetEncoderParameters wiring, PhaseUtils (ExpParam, ZeroedExpParam), and ParamSlew for oversampled blocks. Use when adding a new knob/parameter, creating a control, or wiring encoders to DSP.