[comp.sys.atari.st] Personal Pascal sound

G15@PSUVM.BITNET (John F. Gbruoski) (01/20/88)

I was wondering...has a method been found for turning ST key-clicks
off and on Within a Personal Pascal program?  I haven't really experimented
too much with sound yet, but I would like to have a way to turn keyclicks
off without using the desk acc.  Any and all help will be  sincerely
appreciated.
     
     
     
*******************************************************************************
*                                                                             *
*  PPPP  SSSS      U  U                 John F. Gbruoski   G15 @ PSUVM.BitNet *
*  PPPP  SS        U  U                                                       *
*  P enn   SState  U  University   "Omnia mutantur; omnia fluunt; quod fuimus *
*  P     SSSS      UUUU               aut sumus, cras non erimus." - Ovid.    *
*                                                                             *
*******************************************************************************
     

brenes@sky.COM (Erasmo Brenes) (01/20/88)

In a related question, Does anybody knows how to invoke the bell sound
from a Personal Pascal program? I have an application in which when the
user does not click within the expected screen regions, I would like to
invoke the bell sound to give some feedback.

Any help will be appreciated.

Jinfu_Jinfu_Chen@cup.portal.com (01/22/88)

RE: Sound a bell

Just do a write(CNTRL-G) where CNTRL-G is the ASCII code of
control-G (I think it's CHR(7) ).

Jinfu Chen