| 311 | } |
| 312 | |
| 313 | void enableLearn(const int id) |
| 314 | { |
| 315 | if (learningId == id) |
| 316 | return; |
| 317 | |
| 318 | ccs[id] = -1; |
| 319 | nextLearningId = -1; |
| 320 | learningId = id; |
| 321 | learnedCc = false; |
| 322 | learnedParam = false; |
| 323 | } |
| 324 | |
| 325 | void learnParam(const int id, const int64_t moduleId, const int paramId) |
| 326 | { |