Parameter mapping not marked as linked (green tick)

When i map parameters with the sysex debugger, it will not be marked with a green tick and will also not show up when the filter is set to “with mapping only”. I see that in the public presets there are these green ticks i. I managed only onced that it will also mark it with the green tick, but I don’t know why.

The request and response works fine, hitting the push request button will fill in the controller values from the received sysex patch dump correctly. Also the mapping rules are created correctly. Really don’t know what causes this issue.

Many thanks in advance

[
  {
    "name": "Default request",
    "request": [
      "00",
      "20",
      "33",
      "01",
      "10",
      "30",
      "00",
      "00"
    ],
    "responses": [
      {
        "name": "Default response",
        "header": [
          "00",
          "20",
          "33",
          "01",
          "10",
          "10",
          "00",
          "00"
        ],
        "rules": [
          {
            "parameterNumber": 40,
            "type": "cc7",
            "byte": 40,
            "bitWidth": 7,
            "byteBitPosition": 0,
            "parameterBitPosition": 0
          }
        ]
      }
    ]
  }
]

filter_settings

green_tick

I am currently travelling and rather limited in what I can do. I will take a look at it at the weekend when I am back. Your rule and the mapping seem to be correct. I would expect the mapping be marked too.

Hi Martin. Just tested again and dicovered that it works if i use midi port 1, but not on midi port 2.

image

1 Like