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

Method addParam

src/app/ModuleWidget.cpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void ModuleWidget::addParam(ParamWidget* param) {
106 addChild(param);
107}
108
109void ModuleWidget::addInput(PortWidget* input) {
110 // Check that the port is an input

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected