MCPcopy Create free account
hub / github.com/andrewreeman/SpectralSuite / Factory

Method Factory

PhaseLock/Source/PhaseLockAudioPlugin.cpp:6–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4class Factory : public SpectralAudioPlugin::DependencyFactory {
5public:
6 Factory() : m_pluginParams(nullptr) {
7 }
8
9 ~Factory() override {}
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected