Skip to content

Missing LED mappings for Maschine MK3 #10

Description

@dkzeb

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions