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

Method BaseParameters

SpectralSuiteBuild/BaseParameters.cpp:3–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "BaseParameters.h"
2
3BaseParameters::BaseParameters(AudioProcessor * processor) :
4 PluginParameters(processor)
5{
6 createAndAddParameter(
7 std::make_unique<AudioParameterFloat>(
8 ParameterID("mix", 1),
9 "Generic mix parameter",
10 0.0,
11 1.0,
12 1.0
13 )
14 );
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected