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

  1. Path: news.compuserve.com!newsmaster
  2. From: mimetz@amiga.de (Michael Metz)
  3. Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.hardware
  4. Subject: Re: MIDI + C + AMIGA ??
  5. Date: Sun, 11 Feb 1996 21:12:57 GMT
  6. Organization: AMIGA Technologies GmbH
  7. Message-ID: <4flm3b$44m@dub-news-svc-3.compuserve.com>
  8. References: <4eh5vv$7e7@bright.ecs.soton.ac.uk> <4ell2i$t35@sullivan.ucc.hull.ac.uk>
  9. NNTP-Posting-Host: ad50-017.compuserve.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. "J.E.Hollingsworth"
  13. <j.e.hollingsworth@computer-science.hull.ac.uk> wrote:
  14.  
  15. >Hello,
  16.  
  17. >ars94r@ecs.soton.ac.uk (Andrew Smith) wrote:
  18.  
  19.  
  20. >>Hi, I'm trying to get a start writing MIDI programs for my amiga 500, and
  21. >>was wondering if anyone has written (or knows of anyone who has written)
  22. >>code to implement calling midi events from C. I have heard of Bill Bartons
  23. >>midi library but can't get that to work with SAS/Lattice C (don't know
  24. >>why!). I'm prepared to switch compiler if it means getting access to a
  25. >>ready made set of routines. If anyone knows what packages etc. are needed
  26. >>(either commercial or on the net) then I'd be glad to hear from you!!
  27.  
  28. >I had problems programming MIDI using SAS C as it didn't seem to wait
  29. >for MIDI messages to finish being sent before continuing. I haven't tried
  30. >using the midi.library yet, but I'm currently programming a complex MIDI
  31. >program in E and have had no problems.
  32.  
  33. >Its dead easy: filehandle:=Open('SER:',OLDFILE)
  34. >        Out(filehandle,byte)
  35. >        .........
  36. >        Close(filehandle)
  37. >    where byte would be a single byte of the MIDI message.
  38.  
  39. Did anybody do a MIDI.device for the AMIGA?
  40.  
  41. >Hope this helps,
  42.  
  43. >      James.
  44. -Michael
  45.  
  46. -----------------------------------------------------------
  47.  Michael Metz/AMIGA * Technologies GmbH * Berliner Ring 89
  48. D 64625 Bensheim * Tel: +49 (0)6251-802 100 * Fax:.-802 179 
  49. Priv.: 71001.210@compuserve.com * Company: mimetz@amiga.de
  50.  
  51.