MCPcopy 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
121void NSFPanDialog::OnPanRandom()
122{
123 for(int i=0;i<NES_CHANNEL_MAX; i++)
124 panel[i].SetPan(::rand() & 255);
125}
126
127void NSFPanDialog::OnPanSpread()
128{

Callers

nothing calls this directly

Calls 1

SetPanMethod · 0.45

Tested by

no test coverage detected