tibia/test/product.json

51 lines
852 B
JSON
Raw Normal View History

2023-12-11 17:54:54 +00:00
{
"product": {
"name": "Tibia test product",
"version": "1.0.0",
"buildVersion": "1",
2023-12-11 17:54:54 +00:00
"bundleName": "tibia_test",
"buses": [
{
"type": "audio",
"direction": "input",
"channels": 1,
"name": "Input",
"sidechain": false,
"cv": false
},
{
"type": "audio",
"direction": "output",
"channels": 1,
"name": "Output",
"sidechain": false,
"cv": false
}
],
"parameters": [
{
"name": "Gain",
"shortName": "Gain",
"units": "dB",
"steps": 0,
"direction": "input",
"isBypass": false,
2024-01-05 14:35:39 +00:00
"defaultValue": 0.0,
"minimum": -60.0,
"maximum": 12.0
2023-12-11 17:54:54 +00:00
},
{
"name": "Bypass",
"shortName": "Bypass",
"units": "",
"steps": 1,
"direction": "input",
"isBypass": true,
2024-01-05 14:35:39 +00:00
"defaultValue": 0.0,
"minimum": 0,
"maximum": 1
2023-12-11 17:54:54 +00:00
}
]
}
}