brickworks/examples/fx_wah/src/product.json
Stefano D'Angelo a80aa87b27 fx(pp)_wah
2024-02-16 11:44:29 +01:00

37 lines
622 B
JSON

{
"product": {
"name": "Brickworks wah example",
"version": "1.1.0",
"buildVersion": "1",
"bundleName": "bw_example_fx_wah",
"buses": [
{
"type": "audio",
"direction": "input",
"channels": "mono",
"name": "Input",
"shortName": "Input"
},
{
"type": "audio",
"direction": "output",
"channels": "mono",
"name": "Output",
"shortName": "Output"
}
],
"parameters": [
{
"name": "Wah",
"shortName": "Wah",
"direction": "input",
"defaultValue": 50.0,
"minimum": 0.0,
"maximum": 100.0,
"unit": "pc",
"map": "linear"
}
]
}
}