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

Method MorphPluginParameters

Morph/Source/MorphPluginParameters.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "../../shared/components/SplineHelper.h"
10
11MorphPluginParameters::MorphPluginParameters(AudioProcessor * processor) :
12 PluginParameters(processor),
13 listener(nullptr),
14 didSetInitialAudioState(false),
15 controlPointComponent(nullptr)
16{}
17
18void MorphPluginParameters::controlPointsChanged(Array<float> controlPoints, ControlPointComponent* component) {
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected