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

Class BypassRoute

include/engine/Module.hpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 Expander rightExpander;
100
101 struct BypassRoute {
102 int inputId = -1;
103 int outputId = -1;
104 };
105 std::vector<BypassRoute> bypassRoutes;
106
107 /** Constructs a Module with no params, inputs, outputs, and lights. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected