| 951 | } |
| 952 | |
| 953 | void 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 | |
| 964 | void CMainFrame::SelectInstrument(int Index) |
| 965 | { |
no test coverage detected