| 242 | } |
| 243 | |
| 244 | int CFamiTrackerModule::GetDetuneOffset(int chip, int note) const { // // // |
| 245 | return m_iDetuneTable[chip][note]; |
| 246 | } |
| 247 | |
| 248 | void CFamiTrackerModule::SetDetuneOffset(int chip, int note, int offset) { // // // |
| 249 | m_iDetuneTable[chip][note] = offset; |
no outgoing calls
no test coverage detected