| 2816 | } |
| 2817 | |
| 2818 | int ScriptingObjects::ScriptingModulator::getNumAttributes() const |
| 2819 | { |
| 2820 | if (checkValidObject()) |
| 2821 | { |
| 2822 | return mod->getNumParameters(); |
| 2823 | } |
| 2824 | |
| 2825 | return 0; |
| 2826 | } |
| 2827 | |
| 2828 | void ScriptingObjects::ScriptingModulator::setBypassed(bool shouldBeBypassed) |
| 2829 | { |
nothing calls this directly
no test coverage detected