| 628 | } |
| 629 | |
| 630 | void JavascriptPolyphonicEffect::startVoice(int voiceIndex, const HiseEvent& e) |
| 631 | { |
| 632 | VoiceEffectProcessor::startVoice(voiceIndex, e); |
| 633 | |
| 634 | if (auto n = getActiveNetwork()) |
| 635 | { |
| 636 | voiceData.startVoice(*n, *n->getPolyHandler(), voiceIndex, e); |
| 637 | |
| 638 | } |
| 639 | } |
| 640 | |
| 641 | void JavascriptPolyphonicEffect::reset(int voiceIndex) |
| 642 | { |
no test coverage detected