| 396 | } |
| 397 | |
| 398 | InstrumentSequenceLoopRoot InstrumentSSG::getWaveformLoopRoot() const |
| 399 | { |
| 400 | return owner_->getWaveformSSGLoopRoot(wfNum_); |
| 401 | } |
| 402 | |
| 403 | InstrumentSequenceRelease InstrumentSSG::getWaveformRelease() const |
| 404 | { |
no test coverage detected