From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,351cfaac4e16c408 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-26 15:44:06 PST Reply-To: "aleistad" From: "aleistad" Newsgroups: comp.lang.ada References: <3f8f39b8$1@news.broadpark.no> Subject: Re: MIDI library for Ada Date: Mon, 27 Oct 2003 00:35:10 +0100 Organization: The universe X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 NNTP-Posting-Host: 131.80-202-92.nextgentel.com X-Original-NNTP-Posting-Host: 131.80-202-92.nextgentel.com Message-ID: <3f9c5ceb$1@news.broadpark.no> X-Trace: news.broadpark.no 1067212011 131.80-202-92.nextgentel.com (27 Oct 2003 00:46:51 +0200) Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!nntp1.phx1.gblx.net!nntp.gblx.net!nntp.gblx.net!news.broadpark.no Xref: archiver1.google.com comp.lang.ada:1710 Date: 2003-10-27T00:35:10+01:00 List-Id: "Patrice Freydiere" wrote in message news:pan.2003.10.26.08.19.25.215788@free.fr... > Hi, a can't find the original message you replied to , so i just wanted to > add some informations : > i started implementing a full ADA midi library. > Now, this library is able to read midi file, get all chunks and parse midi > events. > you can plug your custom parsing procedure to do what you want > it is also able to write midi file. > > the packages is not actually able to bind to a physical midi , or and OS > Midi interface. but it must not be very difficult. > > if you are interested, just email me i'll send you the sources. > > > cheers, > Patrice Hi Patrice! Hmm... lets see; you have a MIDI file library and I have a MIDI I/O library. I'd say that is promising :) The I/O lib only has Windows bindings ATM, and needs a little more work. It shouldn't bee too hard to add supprt for other platforms. I'll get back yo you by mail for some file exchanging. Regards, Are --