From: Jos v.d.V. <jo...@us...> - 2011-07-20 15:36:44
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory vz-cvs-4.sog:/tmp/cvs-serv13551 Modified Files: SoundVolume.f Log Message: Minor addition in the comment. Index: SoundVolume.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/SoundVolume.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SoundVolume.f 20 Jul 2011 11:58:53 -0000 1.2 --- SoundVolume.f 20 Jul 2011 15:36:42 -0000 1.3 *************** *** 29,32 **** --- 29,33 ---- \ ** the low-order word of dwVolume specifies the volume level, \ ** and the high-order word is ignored. + \ ** Then the right-sound-volume will be 0. { \ sound-volume -- } &OF sound-volume 0 call waveOutGetVolume MMSYSERR_NOERROR = |