brickworks/examples/fxpp_delay/src/product.json

38 lines
669 B
JSON

{
"product": {
"name": "Brickworks non-smoothed delay line example (C++)",
"bundleName": "bw_example_fxpp_delay",
"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": "Delay",
"shortName": "Delay",
"id": "delay",
"direction": "input",
"defaultValue": 0.0,
"minimum": 0.0,
"maximum": 1000.0,
"unit": "ms",
"map": "linear"
}
]
}
}