Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!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: Thu, 30-Jul-87 13:33:08 EDT Article-I.D.: kesmai.134 Posted: Thu Jul 30 13:33:08 1987 Date-Received: Sat, 1-Aug-87 12:01:36 EDT 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