memlnaut-nisps/vcv/plugin.json
monkey-w1n5t0n fbc68ebfab feat(vcv): evolve module to 8x16 + LED rings + token palette + WS-OSC bridge
8 inputs x 16 outputs; per-output LED ring widget (drawLayer+nvgArc); palette
from frontend tokens; OSC bridge verbs for bidirectional browser training;
vendored self-contained iml.hpp (retired nisps-core); compiles against Rack
SDK 2.6.4. See SPEC.md BUILD DELTAS.
2026-06-28 04:14:30 +02:00

19 lines
587 B
JSON

{
"slug": "MEMLNaut",
"name": "MEMLNaut",
"version": "0.2.0",
"license": "proprietary",
"brand": "MEMLNaut",
"author": "MEML",
"authorUrl": "https://musicallyembodiedml.github.io",
"pluginUrl": "https://github.com/MusicallyEmbodiedML/MEMLNaut-NISPS",
"sourceUrl": "https://github.com/MusicallyEmbodiedML/MEMLNaut-NISPS",
"modules": [
{
"slug": "MEMLNaut",
"name": "MEMLNaut",
"description": "Neural Interactive Shaping of Parameter Spaces — ML-powered CV mapper with RL feedback",
"tags": ["Controller", "Utility", "Random"]
}
]
}