Skip to content

Commit

Permalink
Merge pull request #12767 from christophehenry/fix-deprecated-hotcue-…
Browse files Browse the repository at this point in the history
…control

Fix deprecated hotcue status control in midi-components.js
  • Loading branch information
JoergAtGithub authored Feb 9, 2024
2 parents 65df5f4 + f3b26ae commit d112e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/midi-components-0.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
this.colorKey = "hotcue_" + options.number + "_color";
}
this.number = options.number;
this.outKey = "hotcue_" + this.number + "_enabled";
this.outKey = "hotcue_" + this.number + "_status";
Button.call(this, options);
};
HotcueButton.prototype = new Button({
Expand Down

0 comments on commit d112e4c

Please sign in to comment.