Skip to content

Commit

Permalink
fix: Show Cubase 14 drum tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoluc committed Jan 4, 2025
1 parent c1a16a1 commit ab7e7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mapping/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export function makeHostMapping(
input: "Input",
output: "Output",
})) {
if (config.channelVisibility[configName]) {
mixerBankZone[`include${methodNamePart}Channels`]();
if (!config.channelVisibility[configName]) {
mixerBankZone[`exclude${methodNamePart}Channels`]();
}
}

Expand Down

0 comments on commit ab7e7a2

Please sign in to comment.