Scaffold a new XO_OX Designs synth plugin project with JUCE 8, CMake, and the proven XO_OX architecture
Scaffold a new XO_OX Designs instrument plugin from the proven template.
name: Plugin name (e.g., XOppossum, XOverdub)identity: One-line character description (e.g., "Bass-forward character synth")code: 4-char JUCE plugin code (e.g., Xops)~/Documents/GitHub/<name>/com.xo-ox.<lowercase-name>cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release && cmake --build buildReference implementations live in ~/Documents/GitHub/XOdyssey/src/ — reuse the Cytomic SVF, PolyBLEP, ParamSnapshot, and envelope patterns directly.