| 369 | } |
| 370 | |
| 371 | void CInstrumentEditorDPCM::OnBnClickedImport() |
| 372 | { |
| 373 | CPCMImport ImportDialog; |
| 374 | |
| 375 | if (auto pImported = ImportDialog.ShowDialog()) { // // // |
| 376 | InsertSample(std::move(pImported)); |
| 377 | BuildSampleList(); |
| 378 | } |
| 379 | } |
| 380 | |
| 381 | void CInstrumentEditorDPCM::OnCbnSelchangePitch() |
| 382 | { |
nothing calls this directly
no test coverage detected