home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7401 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 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: Real time sampler to MIDI conversion
  5. Date: Mon, 15 Apr 1996 22:44:04 +0100
  6. Organization: Electronics and Computer Science, University of Southampton
  7. Message-ID: <3172C324.6B049EDC@ecs.soton.ac.uk>
  8. NNTP-Posting-Host: macbeth.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 a third year computer science project on my Amiga. The project takes
  17. audio files and converts them to MIDI files. I have managed to get this working but now
  18. have decided to extend the project and add support for real-time MIDI conversion (eg You
  19. could play the guitar connected to the Amiga buy a sampler and it would be sent out a
  20. MIDI interface as you played the notes). Obviously to do this I need to be able to read
  21. the sampler which is connected to the parallel port of my Amiga. Does anyone know how to
  22. do this? I would like to set up an interrupt so that every time a sample value arrived a
  23. function gets called (I think this can be done with Exec's AddIntServer() but I could not
  24. get it to work). Any help would be greatly appreciated. If I get this working then I will
  25. have it released on the aminet so all can enjoy for free!
  26.  
  27. Thanks,
  28.  
  29. Nicholas Allen
  30.