MCPcopy Create free account
hub / github.com/Wohlstand/OPL3BankEditor / loadFileInst

Method loadFileInst

src/FileFormats/ffmt_base.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46FfmtErrCode FmBankFormatBase::loadFileInst(QString, FmBank::Instrument &, bool *)
47{
48 return FfmtErrCode::ERR_NOT_IMPLEMENTED;
49}
50
51FfmtErrCode FmBankFormatBase::saveFileInst(QString, FmBank::Instrument &, bool)
52{

Callers 1

OpenInstrumentFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected