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

Method GetTuningCent

Source/FamiTrackerModule.cpp:262–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262int CFamiTrackerModule::GetTuningCent() const { // // // 050B
263 return m_iDetuneCent;
264}
265
266void CFamiTrackerModule::SetTuning(int semitone, int cent) { // // // 050B
267 m_iDetuneSemitone = semitone;

Callers 5

to_jsonFunction · 0.80
SaveParamsMethod · 0.80
SaveParamsExtraMethod · 0.80
OnInitDialogMethod · 0.80
ExportFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected