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
}
]
}
]
}
]