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

Method SetTuning

Source/FamiTrackerModule.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void CFamiTrackerModule::SetTuning(int semitone, int cent) { // // // 050B
267 m_iDetuneSemitone = semitone;
268 m_iDetuneCent = cent;
269}
270
271CSongData *CFamiTrackerModule::GetSong(unsigned index) {
272 // Ensure track is allocated

Callers 4

LoadParamsMethod · 0.80
LoadParamsExtraMethod · 0.80
ImportFileMethod · 0.80
OnTrackerDetuneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected