| 60 | } |
| 61 | |
| 62 | void CSeqInstHandlerFDS::UpdateTables(const CInstrumentFDS &Inst) |
| 63 | { |
| 64 | if (auto pInterface = dynamic_cast<CChannelHandlerInterfaceFDS*>(m_pInterface)) { |
| 65 | pInterface->FillWaveRAM(Inst.GetSamples()); |
| 66 | pInterface->FillModulationTable(Inst.GetModTable()); |
| 67 | } |
| 68 | } |
nothing calls this directly
no test coverage detected