49 lines
875 B
JSON
49 lines
875 B
JSON
{
|
|
"product": {
|
|
"name": "Brickworks vibrato example (C++)",
|
|
"bundleName": "bw_example_fxpp_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"
|
|
}
|
|
]
|
|
}
|
|
}
|