MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / Mute

Method Mute

source/SSI263.cpp:975–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973//-----------------------------------------------------------------------------
974
975void SSI263::Mute(void)
976{
977 if (SSI263SingleVoice.bActive && !SSI263SingleVoice.bMute)
978 {
979 SSI263SingleVoice.lpDSBvoice->SetVolume(DSBVOLUME_MIN);
980 SSI263SingleVoice.bMute = true;
981 }
982}
983
984void SSI263::Unmute(void)
985{

Callers 1

MuteControlMethod · 0.80

Calls 1

SetVolumeMethod · 0.45

Tested by

no test coverage detected