From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Phillips Subject: Re: midid? Date: Sun, 16 May 2004 11:42:07 -0400 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <40A78BCF.4010401@bright.net> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Cheryl Homiak Cc: dosemu Cheryl Homiak wrote: > I'm wanting to set up sound in dosemu. I read the sound-usage.txt and > wanted to use midid; I do have a ~/.dosemu.run/dosemu-midi. However, I > have no midid. I didn't see anything in the debian changelog or readme > to indicate it had been omitted. sorry if i've missed this and it's > obvious, but can somebody please explain this? > Thanks. > Hi Cheryl: I've been happy with a simple link to the raw MIDI device, i.e.: ln -sf /dev/midi ~/.dosemu/run/dosemu-midi Actually, I'm using one of the ALSA virtual MIDI (virmidi) devices, it works fine too. Thus, on my system I created the link so: ln -sf /dev/snd/midiC1D0 ~/.dosemu/run/dosemu-midi I do the same on my laptop because it has no physical MIDI hardware. Best, dp