Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bbbradsmith/nsfplay
/ OnPanRandom
Method
OnPanRandom
nsfplug_ui/NSFPanDialog.cpp:121–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
void NSFPanDialog::OnPanRandom()
122
{
123
for(int i=0;i<NES_CHANNEL_MAX; i++)
124
panel[i].SetPan(::rand() & 255);
125
}
126
127
void NSFPanDialog::OnPanSpread()
128
{
Callers
nothing calls this directly
Calls
1
SetPan
Method · 0.45
Tested by
no test coverage detected