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

Method SwapSongs

Source/FamiTrackerModule.cpp:357–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357void CFamiTrackerModule::SwapSongs(unsigned lhs, unsigned rhs) {
358 m_pTracks[lhs].swap(m_pTracks[rhs]); // // //
359}
360
361std::shared_ptr<ft0cc::doc::groove> CFamiTrackerModule::GetGroove(unsigned index) {
362 return index < MAX_GROOVE ? m_pGrooveTable[index] : nullptr;

Callers 2

OnBnClickedSongUpMethod · 0.80
OnBnClickedSongDownMethod · 0.80

Calls 1

swapMethod · 0.80

Tested by

no test coverage detected