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

Method SetModTable

Source/InstrumentFDS.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void CInstrumentFDS::SetModTable(array_view<unsigned char> Mod) {
122 if (Mod.size() == m_iModulation.size())
123 Mod.copy(m_iModulation);
124}
125
126int CInstrumentFDS::GetModulationSpeed() const
127{

Callers 2

ReadFromModuleMethod · 0.80
DoReadFromFTIMethod · 0.80

Calls 2

copyMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected