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

Method SetModulation

Source/InstrumentFDS.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void CInstrumentFDS::SetModulation(int Index, int Value)
113{
114 m_iModulation[Index] = Value;
115}
116
117array_view<unsigned char> CInstrumentFDS::GetModTable() const { // // //
118 return m_iModulation;

Callers 5

EditSequenceMethod · 0.80
ImportFileMethod · 0.80
OnModPresetFlatMethod · 0.80
OnModPresetSineMethod · 0.80
ParseTableStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected