Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrewreeman/SpectralSuite
/ Factory
Method
Factory
SpectralGate/Source/SpectralGateAudioPlugin.cpp:5–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
class Factory : public SpectralAudioPlugin::DependencyFactory {
4
public:
5
Factory() : m_pluginParams(nullptr) {
6
}
7
8
~Factory() override {}
9
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected