Work on MAGDA's compiled Faust devices (synths/FX whose DSP is a .dsp file compiled to C++ at build time). Use when adding or changing a parameter on a compiled Faust plugin (e.g. Poly Synth, the filter engines, compiled FX), creating a new compiled Faust device, or wiring its custom UI. Covers the .dsp -> generated.cpp pipeline, the host-slot contract, and UI/linking.
$npx -y skills add conceptual-machines/magda-core --skill faust-deviceInstalls into the current project.
Run `npx skills use "https://github.com/conceptual-machines/magda-core" --skill "conceptual-machines/magda-core/faust-device"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/conceptual-machines/magda-core" that are relevant to the current task. Run `npx skills add "https://github.com/conceptual-machines/magda-core"` and select the relevant skills, then follow their instructions.