| 184 | |
| 185 | protected: |
| 186 | void setParameterValue(const uint32_t rindex, const float value) |
| 187 | { |
| 188 | if (fOscData.server == nullptr) |
| 189 | return; |
| 190 | |
| 191 | fOscData.send_control(rindex, value); |
| 192 | } |
| 193 | |
| 194 | void setState(const char* const key, const char* const value) |
| 195 | { |
no test coverage detected