brickworks/examples/fx_reverb/src/product.json

84 lines
1.6 KiB
JSON

{
"product": {
"name": "Brickworks stereo reverb example",
"version": "1.1.0",
"buildVersion": "1",
"bundleName": "bw_example_fx_reverb",
"buses": [
{
"type": "audio",
"direction": "input",
"channels": "stereo",
"name": "Input",
"shortName": "Input",
"id": "input"
},
{
"type": "audio",
"direction": "output",
"channels": "stereo",
"name": "Output",
"shortName": "Output",
"id": "output"
}
],
"parameters": [
{
"name": "Predelay",
"shortName": "Predelay",
"id": "predelay",
"direction": "input",
"defaultValue": 0.0,
"minimum": 0.0,
"maximum": 100.0,
"unit": "ms",
"map": "linear"
},
{
"name": "Bandwidth",
"shortName": "Bandwidth",
"id": "bandwidth",
"direction": "input",
"defaultValue": 20000.0,
"minimum": 20.0,
"maximum": 20000.0,
"unit": "hz",
"map": "logarithmic"
},
{
"name": "Damping cutoff",
"shortName": "Damping cutoff",
"id": "damping",
"direction": "input",
"defaultValue": 20000.0,
"minimum": 20.0,
"maximum": 20000.0,
"unit": "hz",
"map": "logarithmic"
},
{
"name": "Decay rate",
"shortName": "Decay rate",
"id": "decay",
"direction": "input",
"defaultValue": 50.0,
"minimum": 0.0,
"maximum": 100.0,
"unit": "pc",
"map": "linear"
},
{
"name": "Wet",
"shortName": "Wet",
"id": "wet",
"direction": "input",
"defaultValue": 50.0,
"minimum": 0.0,
"maximum": 100.0,
"unit": "pc",
"map": "linear"
}
]
}
}