home *** CD-ROM | disk | FTP | other *** search
-
- #
- # WHOP Wavepool program
- #
- # Copyright 1992, Data Assist, Inc.
- #
-
- BEGIN {
- screate("whop.sou");
-
- for (c=1; c<=1; ++c) {
- sinwave2(200, 1000, 1100);
- quiet(10);
- sinwave2(1000, 200, 1100);
- }
- sclose(0)
- sndvoc("whop.sou", "whop.voc");
- }
-
-
-