146 lines
2.7 KiB
JSON
146 lines
2.7 KiB
JSON
{
|
|
"product": {
|
|
"name": "Tibia test product",
|
|
"version": "1.0.0",
|
|
"buildVersion": "1",
|
|
"bundleName": "tibia_test",
|
|
"buses": [
|
|
{
|
|
"type": "audio",
|
|
"direction": "input",
|
|
"channels": "mono",
|
|
"name": "Input",
|
|
"shortName": "Input",
|
|
"id": "input",
|
|
"sidechain": false,
|
|
"cv": false,
|
|
"optional": false
|
|
},
|
|
{
|
|
"type": "audio",
|
|
"direction": "output",
|
|
"channels": "mono",
|
|
"name": "Output",
|
|
"shortName": "Output",
|
|
"id": "output",
|
|
"sidechain": false,
|
|
"cv": false,
|
|
"optional": false
|
|
},
|
|
{
|
|
"type": "midi",
|
|
"direction": "input",
|
|
"name": "MIDI input",
|
|
"shortName": "MIDI input",
|
|
"id": "midi_in",
|
|
"sidechain": true,
|
|
"control": true,
|
|
"optional": true
|
|
}
|
|
],
|
|
"parameters": [
|
|
{
|
|
"name": "Gain",
|
|
"shortName": "Gain",
|
|
"id": "gain",
|
|
"direction": "input",
|
|
"isBypass": false,
|
|
"isLatency": false,
|
|
"defaultValue": 0.0,
|
|
"minimum": -60.0,
|
|
"maximum": 20.0,
|
|
"toggled": false,
|
|
"optional": false,
|
|
"integer": false,
|
|
"scalePoints": {
|
|
"0": 0.0,
|
|
"Max": 20.0,
|
|
"Min": -60.0
|
|
},
|
|
"list": false,
|
|
"unit": "db",
|
|
"map": "linear"
|
|
},
|
|
{
|
|
"name": "Delay",
|
|
"shortName": "Delay",
|
|
"id": "delay",
|
|
"direction": "input",
|
|
"isBypass": false,
|
|
"isLatency": false,
|
|
"defaultValue": 0.0,
|
|
"minimum": 0.0,
|
|
"maximum": 1000.0,
|
|
"toggled": false,
|
|
"optional": false,
|
|
"integer": false,
|
|
"list": false,
|
|
"unit": "ms",
|
|
"map": "linear"
|
|
},
|
|
{
|
|
"name": "Cutoff",
|
|
"shortName": "Cutoff",
|
|
"id": "cutoff",
|
|
"direction": "input",
|
|
"isBypass": false,
|
|
"isLatency": false,
|
|
"defaultValue": 1000.0,
|
|
"minimum": 20.0,
|
|
"maximum": 20e3,
|
|
"toggled": false,
|
|
"optional": false,
|
|
"integer": false,
|
|
"list": false,
|
|
"unit": "hz",
|
|
"map": "logarithmic"
|
|
},
|
|
{
|
|
"name": "Bypass",
|
|
"shortName": "Bypass",
|
|
"id": "bypass",
|
|
"direction": "input",
|
|
"isBypass": true,
|
|
"isLatency": false,
|
|
"defaultValue": 0,
|
|
"minimum": 0,
|
|
"maximum": 1,
|
|
"toggled": true,
|
|
"optional": true,
|
|
"integer": true,
|
|
"scalePoints": {
|
|
"Off": 0,
|
|
"On": 1
|
|
},
|
|
"list": true,
|
|
"unit": "",
|
|
"map": "linear"
|
|
},
|
|
{
|
|
"name": "yz1",
|
|
"shortName": "yz1",
|
|
"id": "yz1",
|
|
"direction": "output",
|
|
"isBypass": false,
|
|
"isLatency": false,
|
|
"defaultValue": 0.0,
|
|
"minimum": -1.0,
|
|
"maximum": 1.0,
|
|
"toggled": false,
|
|
"optional": false,
|
|
"integer": false,
|
|
"list": false,
|
|
"unit": "",
|
|
"map": "linear"
|
|
}
|
|
],
|
|
"ui": {
|
|
"userResizable": true,
|
|
"selfResizable": false
|
|
},
|
|
"state": {
|
|
"dspCustom": true
|
|
}
|
|
}
|
|
}
|