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

Method GetDetuneOffset

Source/FamiTrackerModule.cpp:244–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244int CFamiTrackerModule::GetDetuneOffset(int chip, int note) const { // // //
245 return m_iDetuneTable[chip][note];
246}
247
248void CFamiTrackerModule::SetDetuneOffset(int chip, int note, int offset) { // // //
249 m_iDetuneTable[chip][note] = offset;

Callers 5

ImportDetuneMethod · 0.80
to_jsonFunction · 0.80
SaveDetuneTablesMethod · 0.80
OnInitDialogMethod · 0.80
ExportFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected