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

Method OnBnClickedImport

Source/InstrumentEditorDPCM.cpp:371–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ShowDialogMethod · 0.45

Tested by

no test coverage detected