brickworks/examples/fxpp_lp1/src/product.json
Stefano D'Angelo 14650e8495 fx(pp)_lp1
2024-02-12 13:48:37 +01:00

37 lines
660 B
JSON

{
"product": {
"name": "Brickworks 1st-order lowpass example (C++)",
"version": "1.1.0",
"buildVersion": "1",
"bundleName": "bw_example_fxpp_lp1",
"buses": [
{
"type": "audio",
"direction": "input",
"channels": "mono",
"name": "Input",
"shortName": "Input"
},
{
"type": "audio",
"direction": "output",
"channels": "mono",
"name": "Output",
"shortName": "Output"
}
],
"parameters": [
{
"name": "Cutoff",
"shortName": "Cutoff",
"direction": "input",
"defaultValue": 1000.0,
"minimum": 20.0,
"maximum": 20000.0,
"unit": "hz",
"map": "logarithmic"
}
]
}
}