From owner-freebsd-multimedia Sat May 1 17:20:55 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [194.94.232.249]) by hub.freebsd.org (Postfix) with ESMTP id 7847114CA3; Sat, 1 May 1999 17:20:45 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id BAA07441; Sun, 2 May 1999 01:21:58 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id CAA04722; Sun, 2 May 1999 02:15:00 +0200 (MET DST) From: Juergen Lock Date: Sun, 2 May 1999 02:15:00 +0200 To: Seigo TANIMURA Cc: zinnia@jan.ne.jp, freebsd-hackers@freebsd.org, freebsd-multimedia@freebsd.org Subject: Re: Call for Review: Voxware midi driver for serial ports Message-ID: <19990502021500.A3181@saturn.kn-bremen.de> References: <19990418221505.A86834@saturn.kn-bremen.de> <199904200127.KAA92159@rina.naklab.dnj.ynu.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199904200127.KAA92159@rina.naklab.dnj.ynu.ac.jp>; from Seigo TANIMURA on Tue, Apr 20, 1999 at 10:27:35AM +0900 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Apr 20, 1999 at 10:27:35AM +0900, Seigo TANIMURA wrote: > On Sun, 18 Apr 1999 22:15:05 +0200, > Juergen Lock said: > > >> Another bad news, I tried driving my SC-88 connected directly to a PC using > >> Windows 95 and Portman PC/S driver, to find a miserable result. I saw no midi > >> messages come properly, so Portman PC/S should be cooking the signals in some way... > > nox> Or uses a higher speed than 38k4, can you check that? Hmm, or maybe > nox> i should just take my old Atari MSTe and use that as serial<->midi > nox> interface... > > > Bitrate > 38.4k... I wish I had a looooong serial cable. The PC I had a test > on the Portman driver is not in my room, and it is not a portable one. > > Atari, I have only heard the name. I played with an Acorn when I was a kiwi. Acorn, what CPU did it have again? :) Anyway I now have restored the m68k-atari crosscompiler from tape and made a little /dev/midi <-> /dev/modem2 connection program. Well, it works! Now, does anyone know a sequencer program that has a tick display and that can record one track while playing back another? rosegarden can only do one thing at a time... Oh and i had to patch this to get my kernel to build: Index: i386/conf/files.i386 @@ -225,8 +225,10 @@ i386/isa/sound/uart6850.c optional uart device-driver i386/isa/sound/uart16550.c optional uartsio device-driver i386/isa/sound/midi_synth.c optional uart device-driver +i386/isa/sound/midi_synth.c optional uartsio device-driver i386/isa/sound/midi_synth.c optional css device-driver i386/isa/sound/midibuf.c optional uart device-driver +i386/isa/sound/midibuf.c optional uartsio device-driver i386/isa/sound/midibuf.c optional css device-driver i386/isa/sound/trix.c optional trix device-driver i386/isa/sound/adlib_card.c optional trix device-driver (the box has no sound card so these files were not compiled before.) If anyone wants the program i use on the atari mail me, it is only 111 lines of C... Happy MIDI'ing, -- Juergen Lock (remove dot foo from address to reply) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message