Skip to content

Commit

Permalink
Merge pull request #49 from istnv/bug/fx-master-solo
Browse files Browse the repository at this point in the history
Bugfix: missing fx master solo
  • Loading branch information
josephdadams authored Oct 29, 2022
2 parents 1fbc65b + aa667de commit 57322b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ instance.prototype.init_strips = function () {
defaultLabel = defaultLabel + ' ';
}

console.log(`${chID}${muteSfx}, ${fadeSfx}`);
// console.log(`${chID}${muteSfx}, ${fadeSfx}`);

// additional strip toggles

Expand Down Expand Up @@ -806,7 +806,7 @@ instance.prototype.init_strips = function () {
}
}

console.log(`${chID}/${defProc[p].node} "${theStrip.description} ${defProc[p].desc}"`);
// console.log(`${chID}/${defProc[p].node} "${theStrip.description} ${defProc[p].desc}"`);
}

if (muteID in muteActions) {
Expand Down Expand Up @@ -1533,7 +1533,7 @@ instance.prototype.init_strips = function () {
label: capFirst(fbID) + " " + c + sendID + " % Relative Loudness",
name: fID + "_rp"
});

}
}
}
Expand Down Expand Up @@ -2528,6 +2528,7 @@ instance.prototype.action = function(action) {
case 'solosw_ch':
case 'solosw_aux':
case 'solosw_fxr':
case 'solosw_fxs':
case 'solosw_bus':
case 'solosw_fsx':
case 'solosw_lr':
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"legacy": [
"xair"
],
"version": "1.6.9",
"version": "1.6.10",
"api_version": "1.0.0",
"keywords": [
"Audio",
Expand Down

0 comments on commit 57322b6

Please sign in to comment.