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

Method GetTuningSemitone

Source/FamiTrackerModule.cpp:258–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258int CFamiTrackerModule::GetTuningSemitone() const { // // // 050B
259 return m_iDetuneSemitone;
260}
261
262int CFamiTrackerModule::GetTuningCent() const { // // // 050B
263 return m_iDetuneCent;

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