Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch ni-controllers-lib@1.2.3 for the project I'm working on. The Maschine MK3 configuration was missing mappings for the "mixer", "browserPlugin" and "sampling" LEDs
diff --git a/node_modules/ni-controllers-lib/dist/lib/maschine_mk3_config.json b/node_modules/ni-controllers-lib/dist/lib/maschine_mk3_config.json
index 0c021ef..a07ea15 100644
--- a/node_modules/ni-controllers-lib/dist/lib/maschine_mk3_config.json
+++ b/node_modules/ni-controllers-lib/dist/lib/maschine_mk3_config.json
@@ -759,9 +759,15 @@
"arranger": {
"addr": 3
},
- "browserPlugin": {
+ "mixer": {
"addr": 4
},
+ "browserPlugin": {
+ "addr": 5
+ },
+ "sampling": {
+ "addr": 6
+ },
"arrowLeft": {
"addr": 7
},
This issue body was partially generated by patch-package.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
ni-controllers-lib@1.2.3for the project I'm working on. The Maschine MK3 configuration was missing mappings for the "mixer", "browserPlugin" and "sampling" LEDsThis issue body was partially generated by patch-package.