Skip to content

Commit

Permalink
Numark NS6II: tweak hardware slider initial values guess
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Jun 5, 2023
1 parent 9d473c6 commit c2c20fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/controllers/Numark-NS6II-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ NS6II.hardwareColorToHex = function(colorcode) {
NS6II.padColorMapper = new ColorMapper(_.keyBy(_.range(0, 64), NS6II.hardwareColorToHex));

NS6II.physicalSliderPositions = {
left: 0,
right: 0,
left: 0.5,
right: 0.5,
};

NS6II.CyclingArrayView = function(indexable, startIndex) {
Expand Down

0 comments on commit c2c20fa

Please sign in to comment.