Skip to content

Commit

Permalink
small driver fixes for APC key 25 mk 1 and mk2
Browse files Browse the repository at this point in the history
  • Loading branch information
aolsenjazz committed Feb 13, 2023
1 parent 9130765 commit e903e4d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 24 deletions.
32 changes: 11 additions & 21 deletions drivers/APC Key 25 mk2 Control.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
"modifier": "blink"
}
],
"availableFx": [],
"number": 64
},
{
Expand Down Expand Up @@ -198,6 +199,7 @@
"modifier": "blink"
}
],
"availableFx": [],
"number": 65
},
{
Expand Down Expand Up @@ -226,6 +228,7 @@
"modifier": "blink"
}
],
"availableFx": [],
"number": 66
},
{
Expand Down Expand Up @@ -254,6 +257,7 @@
"modifier": "blink"
}
],
"availableFx": [],
"number": 67
},
{
Expand Down Expand Up @@ -282,6 +286,7 @@
"modifier": "blink"
}
],
"availableFx": [],
"number": 68
},
{
Expand Down Expand Up @@ -310,6 +315,7 @@
"modifier": "blink"
}
],
"availableFx": [],
"number": 69
},
{
Expand Down Expand Up @@ -338,6 +344,7 @@
"modifier": "blink"
}
],
"availableFx": [],
"number": 70
},
{
Expand Down Expand Up @@ -366,6 +373,7 @@
"modifier": "blink"
}
],
"availableFx": [],
"number": 71
}
],
Expand Down Expand Up @@ -497,41 +505,23 @@
{
"title": "Solid",
"effect": "Brightness",
"validVals": [
1,
2,
3,
4,
5,
6
],
"validVals": [1, 2, 3, 4, 5, 6],
"defaultVal": 6,
"lowBoundLabel": "Dim",
"highBoundLabel": "Bright"
},
{
"title": "Pulse",
"effect": "Speed",
"validVals": [
7,
8,
9,
10
],
"validVals": [7, 8, 9, 10],
"defaultVal": 7,
"lowBoundLabel": "Fast",
"highBoundLabel": "Slow"
},
{
"title": "Blink",
"effect": "Speed",
"validVals": [
11,
12,
13,
14,
15
],
"validVals": [11, 12, 13, 14, 15],
"defaultVal": 11,
"lowBoundLabel": "Fast",
"highBoundLabel": "Slow"
Expand Down
5 changes: 3 additions & 2 deletions drivers/APC Key 25.json
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,8 @@
"number": 86
},
{
"number": 81
"number": 81,
"availableColors": []
}
],
"inputDefaults": {
Expand Down Expand Up @@ -593,4 +594,4 @@
}
}
]
}
}
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "super-controller",
"productName": "SuperController",
"version": "1.3.0",
"version": "1.3.01",
"description": "Give your MIDI devices super powers; take control of the lights, messages, and communications between controllers.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit e903e4d

Please sign in to comment.