| 67 | } |
| 68 | |
| 69 | static void editParameterCallback(void* const ptr, const uint32_t rindex, const bool started) |
| 70 | { |
| 71 | static_cast<UIStub*>(ptr)->editParameter(rindex, started); |
| 72 | } |
| 73 | |
| 74 | void setParameterValue(uint32_t, float) |
| 75 | { |
nothing calls this directly
no test coverage detected