Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
FfmtErrCode FmBankFormatBase::loadFileInst(QString, FmBank::Instrument &, bool *)
47
{
48
return FfmtErrCode::ERR_NOT_IMPLEMENTED;
49
}
50
51
FfmtErrCode FmBankFormatBase::saveFileInst(QString, FmBank::Instrument &, bool)
52
{
Callers
1
OpenInstrumentFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected