Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ onStopStream
Method
onStopStream
src/audio.cpp:60–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void Device::onStopStream() {
61
for (Port* port : subscribed) {
62
contextSet(port->context);
63
port->onStopStream();
64
}
65
}
66
67
////////////////////
68
// Port
Callers
nothing calls this directly
Calls
1
contextSet
Function · 0.85
Tested by
no test coverage detected