Skip to content

Commit

Permalink
added CP82
Browse files Browse the repository at this point in the history
  • Loading branch information
mschlgl committed Jun 1, 2021
1 parent 32d4b19 commit 802fb10
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 87 deletions.
15 changes: 10 additions & 5 deletions admin/lib/device_mapping.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"DTP2_CrossPoint_82" : {
"name" : "DTP2 CrossPoint 82",
"short" : "cp82",
"objects" : [
"common",
"cp82"
],
"in" : {
"inputs" : {
"name" : "Inputs",
"short" : "I",
"lineInputs" : {
"name" : "Line Inputs",
"short" : "L",
"amount" : 18
},
"auxInputs" : {
"inputs" : {
"name" : "Mic/Line/File Inputs",
"short" : "X",
"short" : "I",
"amount" : 6
}
},
Expand All @@ -27,18 +28,21 @@
},
"SMD202" : {
"name" : "SMD 202",
"short" : "smd202",
"objects" : [
"common"
]
},
"SME211" : {
"name" : "SME 211",
"short" : "sme202",
"objects" : [
"common"
]
},
"DMP128Plus_AT" : {
"name" : "DMP 128 Plus AT",
"short" : "dmp128",
"objects" : [
"common",
"dmp128"
Expand Down Expand Up @@ -86,6 +90,7 @@
},
"DMP128Plus_C_V_AT" : {
"name" : "DMP 128 Plus C V AT",
"short" : "dmp128cv",
"objects" : [
"common",
"dmp128"
Expand Down
65 changes: 2 additions & 63 deletions admin/lib/objects_templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@
},
"native": {}
},
"inputs": [
"lineInputs": [
{
"_id": "gain",
"type": "channel",
Expand Down Expand Up @@ -1070,17 +1070,9 @@
"def": -18.0
},
"native": {}
},
{
"_id": "mixPoints",
"type": "folder",
"common": {
"name": "Matrix of patchable junction points"
},
"native": {}
}
],
"auxInputs": [
"inputs": [
{
"_id": "gain",
"type": "channel",
Expand Down Expand Up @@ -1132,59 +1124,6 @@
"def": -18.0
},
"native": {}
},
{
"_id": "mixPoints",
"type": "folder",
"common": {
"name": "Matrix of patchable junction points"
},
"native": {}
}
],
"mixPoints": [
{
"_id": "mute",
"type": "state",
"common": {
"role": "switch",
"name": "If true the mixpoint is disabled",
"type": "boolean",
"read": true,
"write": true,
"def": true
},
"native": {}
},
{
"_id": "level",
"type": "state",
"common": {
"role": "level.volume",
"name": "Level linear from 0 to 1000 (0 db is 764)",
"type": "number",
"read": true,
"write": true,
"min": 0,
"max": 1000,
"def": 0
},
"native": {}
},
{
"_id": "level_db",
"type": "state",
"common": {
"role": "level.volume",
"name": "Level logarithmic from -100 to 12 in 0.1 db steps",
"type": "number",
"read": true,
"write": true,
"min": -100.0,
"max": 12.0,
"def": -100.0
},
"native": {}
}
],
"output": {
Expand Down
Loading

0 comments on commit 802fb10

Please sign in to comment.