| 1666 | // v3_edit_controller interface calls |
| 1667 | |
| 1668 | int32_t getParameterCount() const noexcept |
| 1669 | { |
| 1670 | return fVst3ParameterCount; |
| 1671 | } |
| 1672 | |
| 1673 | v3_result getParameterInfo(const int32_t rindex, v3_param_info* const info) const noexcept |
| 1674 | { |
no outgoing calls
no test coverage detected