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

Method UpdateInstrumentList

Source/MainFrm.cpp:953–962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951}
952
953void CMainFrame::UpdateInstrumentList()
954{
955 // Rewrite the instrument list
956 ClearInstrumentList();
957 for (int i = 0; i < MAX_INSTRUMENTS; ++i)
958 m_pInstrumentList->InsertInstrument(i);
959 m_pInstrumentList->SelectInstrument(GetSelectedInstrumentIndex()); // // //
960
961 UpdateInstrumentName(); // // //
962}
963
964void CMainFrame::SelectInstrument(int Index)
965{

Callers 3

UpdateViewsMethod · 0.80
OnInitialUpdateMethod · 0.80
OnUpdateMethod · 0.80

Calls 2

InsertInstrumentMethod · 0.45
SelectInstrumentMethod · 0.45

Tested by

no test coverage detected