From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: Arggh, midi is driving me nuts. Date: Sat, 11 Jun 2005 23:25:14 +0400 Message-ID: <42AB3A9A.2000300@aknet.ru> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Mark J. Small wrote: > I have tried linking from ~/.dosemu/run/dosemu-midi > to /dev/midi, /dev/amidi, /dev/snd/midiC0D0,1,2,3. Here's what can get you on track. Remove the dosemu-midi entirely and play some midi from under dosemu. It will create the new dosemu-midi, just a regular file, and it should contain the raw midi data. If it does - on dosemu side everything is fine. Then do something like cat dosemu-midi >/dev/midi It will write the recorded midi data to your device and you should hear some noice. If the noice is there, everything is allright.