home *** CD-ROM | disk | FTP | other *** search
- Article 6769 of comp.sys.amiga:
- Path: mcdsun!noao!hao!husc6!seismo!mimsy!umd5!virginia!kesmai!dca
- From: dca@kesmai.COM (David C. Albrecht)
- Newsgroups: comp.sys.amiga
- Subject: Audiotools
- Message-ID: <134@kesmai.COM>
- Date: 30 Jul 87 17:33:08 GMT
- Organization: Kesmai Corporation, Charlottesville, VA
- Lines: 18
-
- I picked up Rob Peck's audiotools to put them in Air Warrior
- so that it could make some noise. For my application digitized
- sound is preferable but it will have to wait till I hack up
- an iff sound reader and reproducer which I figure will take
- much longer than installing this tool set did. Thanx Rob.
-
- I, of course, found a bug. Air Warrior opens the audio device
- when it goes into flight and closes it when you exit flight.
- After many cycles of this, I would be unable to allocate
- a port. A little poking around and I found that the new
- feature that Rob added for version 2 (the user port) was
- not being deallocated in FinishAudio. Solution follows:
-
- -------- Line 193 of 'audiotools2.c' ----
- --- DeletePort(uport);
- ---
-
- David Albrecht
-
-
-