| 256 | } |
| 257 | |
| 258 | int CFamiTrackerModule::GetTuningSemitone() const { // // // 050B |
| 259 | return m_iDetuneSemitone; |
| 260 | } |
| 261 | |
| 262 | int CFamiTrackerModule::GetTuningCent() const { // // // 050B |
| 263 | return m_iDetuneCent; |
no outgoing calls
no test coverage detected