home *** CD-ROM | disk | FTP | other *** search
- Path: wapping.ecs.soton.ac.uk!usenet
- From: Nicholas Allen <nja93@ecs.soton.ac.uk>
- Newsgroups: comp.sys.amiga.programmer
- Subject: Does anyone know how to read a sound sampler connected to the parallel port?
- Date: Mon, 15 Apr 1996 15:09:01 +0100
- Organization: Electronics and Computer Science, University of Southampton
- Message-ID: <3172587D.2F1685DD@ecs.soton.ac.uk>
- NNTP-Posting-Host: titania.ecs.soton.ac.uk
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (X11; I; Linux 1.3.48 i586)
-
- Hi,
-
- I am writing as program for the Amiga which takes audio files and
- processes them (e.g gives them special effects like echo etc) for my
- third year computer science project. I want to extend it to bne able to
- read directly from my sampler in the parallel port and do the processing
- in real time. I think I want to set up an interrupt so that when a
- sample value arrives a function in my program is called. Does anyone
- have any idea how to do this? I think I need to use AddIntServer() in
- exec but cannot seem to get this to work. Any help would be greatly
- appreciated.
-