home *** CD-ROM | disk | FTP | other *** search
- program STI_DEMO;
-
- Uses Crt,STI_SONG;
-
- begin
- ClrScr;
- Writeln(' So who needs a sound board ? ');
- Writeln(' Listen to this !!!');
- Writeln;
- Writeln('Playing A Few Notes ...');
- STI_Play_Initialise;
- STI_PlayString('MBT190O1ABCDEFGP4O2ABCDEFGO3P4ABCDEFGP4O4ABCDEFGP4O5ABCDEFGP4O6ABCDEFG');
- Delay(1000);
-
- Writeln('Playing Happy Birthday ...');
- STI_Play_Initialise;
- STI_PlayString('MBT140L4MFMNO4C8C8DCFE2C8C8DCGF2C8C8O5CO4AFED2T90B-8B-8AFGF2');
- Delay(1000);
- end.