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

Method onStartStream

src/audio.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void Device::onStartStream() {
54 for (Port* port : subscribed) {
55 contextSet(port->context);
56 port->onStartStream();
57 }
58}
59
60void Device::onStopStream() {
61 for (Port* port : subscribed) {

Callers

nothing calls this directly

Calls 1

contextSetFunction · 0.85

Tested by

no test coverage detected