Skip to content

Commit

Permalink
chore: fix atem audioRouting mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Dec 4, 2023
1 parent da4f059 commit 7a40f53
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,10 @@
"type": "integer",
"ui:title": "Index",
"ui:summaryTitle": "Audio Output Id",
"ui:description": "Calculated with `outputId << 16 + outputChannels`",
"default": 0,
"min": 0,
"ui:zeroBased": true
"ui:zeroBased": false
}
},
"required": ["index"],
Expand Down

0 comments on commit 7a40f53

Please sign in to comment.