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

Method disconnect

src/app/ModuleWidget.cpp:753–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751}
752
753void ModuleWidget::disconnect() {
754 for (PortWidget* pw : getPorts()) {
755 APP->scene->rack->clearCablesOnPort(pw);
756 }
757}
758
759void ModuleWidget::resetAction() {
760 assert(module);

Callers 1

removeModuleMethod · 0.80

Calls 1

clearCablesOnPortMethod · 0.80

Tested by

no test coverage detected