brickworks/examples/fx_phaser/src/product.json

60 lines
1.1 KiB
JSON

{
"product": {
"name": "Brickworks phaser example",
"bundleName": "bw_example_fx_phaser",
"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": "Modulation rate",
"shortName": "Mod rate",
"id": "rate",
"direction": "input",
"defaultValue": 1.0,
"minimum": 0.01,
"maximum": 20.0,
"unit": "hz",
"map": "logarithmic"
},
{
"name": "Modulation amount",
"shortName": "Mod amount",
"id": "amount",
"direction": "input",
"defaultValue": 2.0,
"minimum": 0.0,
"maximum": 4.0,
"unit": "oct",
"map": "linear"
},
{
"name": "Center frequency",
"shortName": "Center freq",
"id": "center",
"direction": "input",
"defaultValue": 1000.0,
"minimum": 20.0,
"maximum": 20000.0,
"unit": "hz",
"map": "logarithmic"
}
]
}
}