MCPcopy 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
54void AbstractInputParser::initialize(QString fileName, SoundfontManager * sm)
55{
56 _fileName = fileName;
57 _sm = sm;
58}
59
60void AbstractInputParser::process(bool async)
61{

Callers 1

getInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected