| 208 | Path getSpecialSymbol() const override; |
| 209 | |
| 210 | float getAttribute(int index) const override { return getControlValue(index); } |
| 211 | void setInternalAttribute(int index, float newValue) override { setControlValue(index, newValue); } |
| 212 | |
| 213 | ValueTree exportAsValueTree() const override { ValueTree v = VoiceStartModulator::exportAsValueTree(); saveContent(v); saveScript(v); return v; } |
no test coverage detected