| 657 | } |
| 658 | |
| 659 | static void setParameterCallback(void* const ptr, const uint32_t rindex, const float value) |
| 660 | { |
| 661 | static_cast<ClapUI*>(ptr)->setParameterValue(rindex, value); |
| 662 | } |
| 663 | |
| 664 | void setSizeFromPlugin(const uint width, const uint height) |
| 665 | { |
nothing calls this directly
no test coverage detected