| 105 | } |
| 106 | |
| 107 | float ProcessorWithScriptingContent::ContentParameterHandler::getParameter(int index) const |
| 108 | { |
| 109 | return p.getControlValue(index); |
| 110 | } |
| 111 | |
| 112 | int ProcessorWithScriptingContent::ContentParameterHandler::getNumParameters() const |
| 113 | { |
no test coverage detected