=========================================== For the 68K (1.x) versions of Sound Volume: =========================================== 1) open Sound Volume in your favorite resource/hex editor. 2) search for (in the sdev resource): 70003F00A9C8 3) replace with: 4E714E714E71 4) search for the same thing again if you have version 1.4.x: 70003F00A9C8 5) replace with: 4E714E714E71 ---- FYI: this patch simply replaces 2 calls of SysBeep(0) with NOPs (no operation instructions). 063A5330 MOVEQ #$00,D0 | 7000 063A5332 MOVE.W D0,-(A7) | 3F00 063A5334 _SysBeep ; 0059333A | A9C8 =========================================== For the PPC (2.x) versions of Sound Volume: =========================================== 1) open Sound Volume in your favorite resource/hex editor. 2) search for (in the data fork): 38600000480003D9 3) replace with: 6000000060000000 ---- FYI: just like above, this replaces a SysBeep(0) call with NOPs. 0DB72730 li r3,0x0000 | 38600000 0DB72734 bl SysBeep ; 0x0DB72B0C | 480003D9 - Ammon 8.99