brickworks/examples/fx_wah/src/product.json

38 lines
633 B
JSON

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