From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,12eefc27e85fb3ac X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!newsfeed2.dallas1.level3.net!news.level3.com!newsfeed-00.mathworks.com!irazu.switch.ch!switch.ch!news.belwue.de!news.uni-stuttgart.de!carbon.eu.sun.com!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: Martin Dowie Newsgroups: comp.lang.ada Subject: Re: Typical Newbie Problem: Tone Generation Date: Tue, 26 Apr 2005 18:18:55 +0000 (UTC) Organization: BT Openworld Message-ID: References: <1114538017.586354.62600@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: host81-154-188-69.range81-154.btcentralplus.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: nwrdmz03.dmz.ncs.ea.ibs-infra.bt.com 1114539535 3539 81.154.188.69 (26 Apr 2005 18:18:55 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Tue, 26 Apr 2005 18:18:55 +0000 (UTC) In-Reply-To: <1114538017.586354.62600@f14g2000cwb.googlegroups.com> X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) Xref: g2news1.google.com comp.lang.ada:10729 Date: 2005-04-26T18:18:55+00:00 List-Id: Fran Renard wrote: > Hello, > > I am attempting to rebuild a neat little piece of code from the my > Modula-2 phase (ca. 1989). A morse code generation toolkit module. > This requires the generation of tones of specific frequency and > duration for the dots and dashes (or marks and spaces from another > technology). Does anyone know where to look for useful code? Check out the "OpenAL" Ada binding @ http://www.openalada.com/ Cheers -- Martin