MCPcopy Create free account
hub / github.com/VCVRack/Rack / Module

Method Module

include/engine/Module.hpp:110–112  ·  view source on GitHub ↗

Use config() instead. */

Source from the content-addressed store, hash-verified

108 Module();
109 /** Use config() instead. */
110 DEPRECATED Module(int numParams, int numInputs, int numOutputs, int numLights = 0) : Module() {
111 config(numParams, numInputs, numOutputs, numLights);
112 }
113 virtual ~Module();
114
115 /** Configures the number of Params, Outputs, Inputs, and Lights.

Callers

nothing calls this directly

Calls 1

ModuleClass · 0.70

Tested by

no test coverage detected