From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Phillips Subject: Re: MIDI input Date: Thu, 12 Jun 2008 20:50:22 -0400 Message-ID: <4851C44E.7000102@woh.rr.com> References: <163630495@web.de> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <163630495@web.de> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: x.zupftom@web.de Cc: linux-msdos@vger.kernel.org, Tony Borras x.zupftom@web.de wrote: > [snip] > > I already tried > cat /dev/midi1 > test.txt > and it writes some garbage to test.txt - so MIDI input via midi1 is working. My problem is now how to connect /dev/midi1 to dosemu-midi_in. If it's already connected by > ln -s /dev/mid1 ~/.dosemu/run/dosemu-midi_in > then how can I test whether Dosemu receives the data? I've been running Voyetra's Sequencer Plus Gold under DOSemu for many years. I load the ALSA virtual MIDI module (modprobe snd-virmidi) then I link the DOSemu MIDI I/O like so: ln -s /dev/snd/midiC2D0 ~/.dosemu/run/dosemu-midi ln -s /dev/snd/midiC1D0 ~/.dosemu/run/dosemu-midi_in where midiC2D0 is the ALSA virmidi module and midiC1D0 is the external MIDI port on my PCI soundcard. Just to be sure, I tested MIDI input with these connections before I posted this message. It worked fine. :) Best, dp