MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / Routing

Class Routing

Source/Push2Control.h:194–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 double mTextPopupTime{ -1 };
193
194 struct Routing
195 {
196 Routing(IDrawableModule* module, ofColor connectionColor)
197 {
198 mModule = module;
199 mConnectionColor = connectionColor;
200 }
201 IDrawableModule* mModule;
202 ofColor mConnectionColor;
203 };
204
205 std::vector<Routing> mRoutingInputModules;
206 std::vector<Routing> mRoutingOutputModules;

Callers 1

UpdateRoutingModulesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected