| 323 | } |
| 324 | |
| 325 | void learnParam(const int id, const int64_t moduleId, const int paramId) |
| 326 | { |
| 327 | pcontext->engine->updateParamHandle(¶mHandles[id], moduleId, paramId, true); |
| 328 | learnedParam = true; |
| 329 | maybeCommitLearn(); |
| 330 | updateMapLen(); |
| 331 | } |
| 332 | |
| 333 | /* |
| 334 | void disableLearn(const int id) |