Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
void CInstrumentFDS::SetModTable(array_view<unsigned char> Mod) {
122
if (Mod.size() == m_iModulation.size())
123
Mod.copy(m_iModulation);
124
}
125
126
int CInstrumentFDS::GetModulationSpeed() const
127
{
Callers
2
ReadFromModule
Method · 0.80
DoReadFromFTI
Method · 0.80
Calls
2
copy
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected