Date: Wed, 23 Jun 1999 11:51:32 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: paradise AT computerpro DOT com cc: djgpp AT delorie DOT com Subject: Re: Sound C++ with DJGPP In-Reply-To: <37703244.48BB0E5C@computerpro.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 22 Jun 1999 paradise AT computerpro DOT com wrote: > The problem I'm having with sound( ) and nosound( ) and delay( ) is that I > don't know the syntax of what goes in ( ). > > In replace of sound( int _Frequency) > ie. sound(A5)?????????? or something?????? The _frequency argument is the frequency of the sound in Hertz units. `nosound' doesn't accept any arguments, and `delay' is documented in the library reference to accept argument in milliseconds.