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

Method SetDetuneOffset

Source/FamiTrackerModule.cpp:248–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void CFamiTrackerModule::SetDetuneOffset(int chip, int note, int offset) { // // //
249 m_iDetuneTable[chip][note] = offset;
250}
251
252void CFamiTrackerModule::ResetDetuneTables() { // // //
253 for (auto &table : m_iDetuneTable)

Callers 4

ImportDetuneMethod · 0.80
LoadDetuneTablesMethod · 0.80
ImportFileMethod · 0.80
OnTrackerDetuneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected