MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / UpdateTables

Method UpdateTables

Source/SeqInstHandlerFDS.cpp:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void 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}

Callers

nothing calls this directly

Calls 4

FillModulationTableMethod · 0.80
GetModTableMethod · 0.80
FillWaveRAMMethod · 0.45
GetSamplesMethod · 0.45

Tested by

no test coverage detected