| 299 | } |
| 300 | |
| 301 | CDSampleManager *CFamiTrackerModule::GetDSampleManager() const { |
| 302 | return GetInstrumentManager()->GetDSampleManager(); |
| 303 | } |
| 304 | |
| 305 | void CFamiTrackerModule::SwapInstruments(unsigned first, unsigned second) { |
| 306 | // Swap instruments |
no outgoing calls
no test coverage detected