| 275 | } |
| 276 | |
| 277 | int CInstrumentManager::AddDSample(std::shared_ptr<ft0cc::doc::dpcm_sample> pSamp) |
| 278 | { |
| 279 | int Index = m_pDSampleManager->GetFirstFree(); |
| 280 | if (Index != -1) |
| 281 | SetDSample(Index, std::move(pSamp)); |
| 282 | return Index; |
| 283 | } |
no test coverage detected