home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7383 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

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