brickworks/examples/fx_vibrato/src/product.json

49 lines
867 B
JSON

{
"product": {
"name": "Brickworks vibrato example",
"bundleName": "bw_example_fx_vibrato",
"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": "Rate",
"shortName": "Rate",
"id": "rate",
"direction": "input",
"defaultValue": 3.0,
"minimum": 1.0,
"maximum": 10.0,
"unit": "hz",
"map": "logarithmic"
},
{
"name": "Amount",
"shortName": "Amount",
"id": "amount",
"direction": "input",
"defaultValue": 0.0,
"minimum": 0.0,
"maximum": 2.0,
"unit": "semitone12TET",
"map": "linear"
}
]
}
}