Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ setPauseFlag
Method
setPauseFlag
libs/JSystem/JAudio/System/JASTrack.cpp:847–853 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
845
}
846
847
void JASTrack::TChannelMgr::setPauseFlag(bool pause) {
848
for (int i = 0; i < 8; i++) {
849
if (mChannels[i] != NULL) {
850
mChannels[i]->setPauseFlag(pause);
851
}
852
}
853
}
Callers
3
setChannelPauseFlag
Method · 0.45
initialUpdateDSPChannel
Method · 0.45
updateDSPChannel
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected