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

Method GetModulation

Source/InstrumentFDS.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107int CInstrumentFDS::GetModulation(int Index) const
108{
109 return m_iModulation[Index];
110}
111
112void CInstrumentFDS::SetModulation(int Index, int Value)
113{

Callers 3

OnPaintMethod · 0.80
EditSequenceMethod · 0.80
CompileChunkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected