tibia/test/product.json

74 lines
1.3 KiB
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",
2024-01-09 10:47:25 +00:00
"shortName": "Input",
2023-12-11 17:54:54 +00:00
"sidechain": false,
2024-01-09 10:47:25 +00:00
"cv": false,
"optional": false
2023-12-11 17:54:54 +00:00
},
{
"type": "audio",
"direction": "output",
"channels": 1,
"name": "Output",
2024-01-09 10:47:25 +00:00
"shortName": "Output",
2023-12-11 17:54:54 +00:00
"sidechain": false,
2024-01-09 10:47:25 +00:00
"cv": false,
"optional": false
2023-12-11 17:54:54 +00:00
}
],
"parameters": [
{
"name": "Gain",
"shortName": "Gain",
"units": "dB",
"steps": 0,
"direction": "input",
"isBypass": false,
2024-01-09 10:47:25 +00:00
"isLatency": false,
2024-01-05 14:35:39 +00:00
"defaultValue": 0.0,
"minimum": -60.0,
2024-01-09 10:47:25 +00:00
"maximum": 12.0,
"toggled": false,
2024-01-09 14:02:49 +00:00
"optional": false,
"integer": false,
"scalePoints": {
"0": 0.0,
"Max": 12.0,
"Min": -60.0
},
"list": false
2023-12-11 17:54:54 +00:00
},
{
"name": "Bypass",
"shortName": "Bypass",
"units": "",
"steps": 1,
"direction": "input",
"isBypass": true,
2024-01-09 10:47:25 +00:00
"isLatency": false,
"defaultValue": 0,
2024-01-05 14:35:39 +00:00
"minimum": 0,
2024-01-09 10:47:25 +00:00
"maximum": 1,
"toggled": true,
2024-01-09 14:02:49 +00:00
"optional": true,
"integer": true,
"scalePoints": {
"Off": 0,
"On": 1
},
"list": true
2023-12-11 17:54:54 +00:00
}
]
}
}