| 328 | // FDS wave |
| 329 | |
| 330 | void CWaveEditorFDS::SetInstrument(std::shared_ptr<CInstrumentFDS> pInst) |
| 331 | { |
| 332 | m_pInstrument = std::move(pInst); |
| 333 | WaveChanged(); |
| 334 | } |
| 335 | |
| 336 | int CWaveEditorFDS::GetSample(int i) const |
| 337 | { |
no outgoing calls
no test coverage detected