17 lines
435 B
JSON
17 lines
435 B
JSON
|
|
{
|
||
|
|
"name": "ModuLisp",
|
||
|
|
"version": "0.2.0",
|
||
|
|
"description": "ModuLisp live-coding signal engine extracted from uSEQ (external input/sink/command registries)",
|
||
|
|
"keywords": "signal-engine, live-coding, dsp",
|
||
|
|
"license": "MPL-2.0",
|
||
|
|
"platforms": ["rp2040"],
|
||
|
|
"frameworks": ["arduino"],
|
||
|
|
"build": {
|
||
|
|
"srcFilter": [
|
||
|
|
"+<*>",
|
||
|
|
"-<signal_engine/synth_graph.cpp>",
|
||
|
|
"-<signal_engine/synth_registry.cpp>"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|