Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davy7125/polyphone
/ initialize
Method
initialize
sources/core/input/abstractinputparser.cpp:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void AbstractInputParser::initialize(QString fileName, SoundfontManager * sm)
55
{
56
_fileName = fileName;
57
_sm = sm;
58
}
59
60
void AbstractInputParser::process(bool async)
61
{
Callers
1
getInput
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected