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