MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / Port_setConnected

Function Port_setConnected

src/override/Engine.cpp:355–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353
354
355static void Port_setConnected(Port* that) {
356 if (that->channels > 0)
357 return;
358 that->channels = 1;
359}
360
361
362template<typename T>

Callers 1

Engine_updateConnectedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected