| 291 | // stuff called from panel side |
| 292 | |
| 293 | void clearMap(const uint8_t id) |
| 294 | { |
| 295 | learningId = UINT8_MAX; |
| 296 | |
| 297 | mappings[id].hostParamId = UINT8_MAX; |
| 298 | pcontext->engine->updateParamHandle(&mappings[id].paramHandle, -1, 0, true); |
| 299 | updateMapLen(); |
| 300 | } |
| 301 | |
| 302 | void learnParam(const uint8_t id, const int64_t moduleId, const int paramId) |
| 303 | { |
no test coverage detected