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

Method SwapInstruments

Source/MainFrm.cpp:1013–1016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1011}
1012
1013void CMainFrame::SwapInstruments(int First, int Second)
1014{
1015 AddAction(std::make_unique<ModuleAction::CSwapInst>(First, Second)); // // //
1016}
1017
1018void CMainFrame::UpdateInstrumentName() const { // // //
1019 if (auto pInst = GetSelectedInstrument()) {

Callers 3

OnLButtonUpMethod · 0.45
UndoMethod · 0.45
RedoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected