Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!nrl-cmf!ames!pasteur!ucbvax!dewey.soe.berkeley.edu!oster From: oster@dewey.soe.berkeley.edu (David Phillip Oster) Newsgroups: comp.sys.mac.programmer Subject: Re: Reading data directly from MacRecorder Message-ID: <26994@ucbvax.BERKELEY.EDU> Date: 1 Dec 88 12:23:37 GMT References: <145@bnr-di.UUCP> <3fccf691.12e8e@scottie.engin.umich.edu> <5411@mva.cs.liv.ac.uk> <3fe2023d.1285f@maize.engin.umich.edu> Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: oster@dewey.soe.berkeley.edu.UUCP (David Phillip Oster) Organization: School of Education, UC-Berkeley Lines: 14 Archived on sumex-2600.stanford.edu (and eventually on sumex-aim.stanford.edu, when the archive moves to its permanent home.) is a program that reads the MacNifty Audio Digitizer directly. After the informative posting on the hardware of the Farallon digitizer, I believe that it will read it also. The program is called "scope.asm" and is probably in a .pit file of sound tools. It reads audio data from the audio digitizer and displays it, oscilliscope style, on the Mac screen. Note: the program uses noops to keep from accessing the VIA too often, so you'll need more noops to use it on a II. It is in assembly language.