brickworks/examples/fx_cab/src/product.json
Stefano D'Angelo 745ba9c2dd fxpp_cab mostly
2024-02-06 11:56:23 +01:00

57 lines
1.0 KiB
JSON

{
"product": {
"name": "Brickworks cab simulator example",
"version": "1.1.0",
"buildVersion": "1",
"bundleName": "bw_example_fx_cab",
"buses": [
{
"type": "audio",
"direction": "input",
"channels": "mono",
"name": "Input",
"shortName": "Input"
},
{
"type": "audio",
"direction": "output",
"channels": "mono",
"name": "Output",
"shortName": "Output"
}
],
"parameters": [
{
"name": "Cutoff low",
"shortName": "Cutoff low",
"direction": "input",
"defaultValue": 50.0,
"minimum": 0.0,
"maximum": 100.0,
"unit": "pc",
"map": "linear"
},
{
"name": "Cutoff high",
"shortName": "Cutoff high",
"direction": "input",
"defaultValue": 50.0,
"minimum": 0.0,
"maximum": 100.0,
"unit": "pc",
"map": "linear"
},
{
"name": "Tone",
"shortName": "Tone",
"direction": "input",
"defaultValue": 50.0,
"minimum": 0.0,
"maximum": 100.0,
"unit": "pc",
"map": "linear"
}
]
}
}