| 643 | } |
| 644 | |
| 645 | static void editParameterCallback(void* const ptr, const uint32_t rindex, const bool started) |
| 646 | { |
| 647 | static_cast<ClapUI*>(ptr)->editParameter(rindex, started); |
| 648 | } |
| 649 | |
| 650 | void setParameterValue(const uint32_t rindex, const float value) |
| 651 | { |
nothing calls this directly
no test coverage detected