Category : Files from Magazines
Archive   : ITP9007.ZIP
Filename : TONETEST.PAS

 
Output of file : TONETEST.PAS contained in archive : ITP9007.ZIP
PROGRAM ToneTest;

{ ToneTest - test the sound routines }

USES Tones,Crt;

VAR
I : Integer;

BEGIN

{ Make some sounds }

Chirp(220,440,10); { Glide down }
Tone(330,1000); { Single tone }
Noise(1000000); { Some noise }

Tone(110,1000); { Single tone }
Chirp(1000,1,3); { Glide up }

FOR I := 1 TO 15 DO { Phasor }
Chirp(1,150,2);

Chirp(1,300,2);

{Make a concert A for 1.5 seconds }

Sound2(440);
Delay(1500);

{Make same sounds, with TIMER tone
superimposed, for MULTISOUND effect}

Chirp(220,440,10); { Glide down }
Tone(330,1000); { Single tone }
Noise(1000000); { Some noise }
Tone(110,1000); { Single tone }
Chirp(1000,1,3); { Glide up }
FOR I := 1 TO 15 DO { Phasor }
Chirp(1,150,2);
Chirp(1,300,2);
Nosound2; { Turn off timer}
END.


  3 Responses to “Category : Files from Magazines
Archive   : ITP9007.ZIP
Filename : TONETEST.PAS

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/