| 661 | } |
| 662 | |
| 663 | static void editParameterCallback(void* const ptr, const uint32_t rindex, const bool started) |
| 664 | { |
| 665 | static_cast<UIVst3*>(ptr)->editParameter(rindex, started); |
| 666 | } |
| 667 | |
| 668 | void setParameterValue(const uint32_t rindex, const float realValue) |
| 669 | { |
nothing calls this directly
no test coverage detected