Skip to content

Commit

Permalink
reworked CP82
Browse files Browse the repository at this point in the history
  • Loading branch information
mschlgl committed Jun 3, 2021
1 parent 0bf7721 commit d301549
Show file tree
Hide file tree
Showing 3 changed files with 879 additions and 237 deletions.
58 changes: 49 additions & 9 deletions admin/lib/device_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,43 @@
"cp82"
],
"in" : {
"lineInputs" : {
"inputs" : {
"name" : "Mic Inputs",
"short" : "I",
"amount" : 2
},
"lineInputs" : {
"name" : "Line Inputs",
"short" : "L",
"amount" : 18
"amount" : 2
},
"inputs" : {
"name" : "Mic/Line/File Inputs",
"short" : "I",
"amount" : 6
"playerInputs" :{
"name" : "File player",
"short" : "F",
"amount" : 2
},
"programInputs" :{
"name" : "Program Inputs",
"short" : "F",
"amount" : 2
},
"videoInputs" :{
"name" : "Video Line Inputs",
"short" : "S",
"amount" : 18
}
},
"mp" : {
"mixPoints" : {
"name" : "Mixpoints",
"short" : "MP"
}
},
"out" : {
"outputs" : {
"name" : "Output",
"short" : "O",
"amount" : 12
"amount" : 8
}
}
},
Expand All @@ -43,10 +64,17 @@
},
"SME211" : {
"name" : "SME 211",
"short" : "sme202",
"short" : "sme211",
"objects" : [
"common"
]
],
"in" : {
"inputs" : {
"name" : "Inputs",
"short" : "I",
"amount" : 4
}
}
},
"DMP128Plus_AT" : {
"name" : "DMP 128 Plus AT",
Expand Down Expand Up @@ -77,6 +105,12 @@
"amount" : 2
}
},
"mp" : {
"mixPoints" : {
"name" : "Mixpoints",
"short" : "MP"
}
},
"out" : {
"outputs" : {
"short" : "O",
Expand Down Expand Up @@ -125,6 +159,12 @@
"amount" : 48
}
},
"mp" : {
"mixPoints" : {
"name" : "Mixpoints",
"short" : "MP"
}
},
"out" : {
"outputs" : {
"name" : "Output",
Expand Down
Loading

0 comments on commit d301549

Please sign in to comment.