Skip to content

Commit

Permalink
Merge pull request #62 from istnv/bug/auxusb-fader
Browse files Browse the repository at this point in the history
Typo :/
  • Loading branch information
istnv authored Mar 14, 2023
2 parents 1783869 + 766b861 commit 52b0d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildStripDefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ export function buildStripDefs(self) {
}
} else {
// Main LR, Aux/USB
const strip = fadeID = 'mFad' ? '/lr/mix/fader' : '/rtn/aux/mix/fader'
const strip = fadeID == 'mFad' ? '/lr/mix/fader' : '/rtn/aux/mix/fader'
fadeActions[fadeID] = {
name: theStrip.description + ' Fader Set',
options: [],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "behringer-xair",
"version": "2.0.2",
"version": "2.0.3",
"type": "module",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 52b0d34

Please sign in to comment.