Skip to content

Commit

Permalink
Merge pull request #3943 from git-developer/feature/controller-mappin…
Browse files Browse the repository at this point in the history
…g-behringer-bcr2000

Behringer BCR2000: fix mapping of effect assignment buttons
  • Loading branch information
uklotzde authored Jun 4, 2021
2 parents 9e7e0c7 + 220e604 commit 01a0b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/controllers/Behringer-BCR2000-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ var BCR2000 = new behringer.extension.GenericMidiController({
},
{
type: c.EffectAssignmentButton, options: {
midi: [cc, p.buttonBox[1]],
midi: [cc, p.buttonBox[2]],
effectUnit: 2,
type: c.Button.prototype.types.push
}
Expand Down Expand Up @@ -177,7 +177,7 @@ var BCR2000 = new behringer.extension.GenericMidiController({
},
{
type: c.EffectAssignmentButton, options: {
midi: [cc, p.buttonBox[2]],
midi: [cc, p.buttonBox[1]],
effectUnit: 1,
type: c.Button.prototype.types.push
}
Expand Down

0 comments on commit 01a0b6f

Please sign in to comment.