From alsa-user-owner@alsa.jcu.cz  Sat Jan 30 07:05:25 1999
Received: from smaux.kusm.kyoto-u.ac.jp (smaux.kusm.kyoto-u.ac.jp [130.54.53.12])
	by marvin.jcu.cz (8.9.1a/8.9.1) with SMTP id HAA03503
	for <alsa-user@alsa.jcu.cz>; Sat, 30 Jan 1999 07:02:16 +0100
Received: (qmail 15603 invoked from network); 30 Jan 1999 15:02:11 +0900
Received: from ray.kusm.kyoto-u.ac.jp (130.54.53.49)
  by smaux.kusm.kyoto-u.ac.jp with SMTP; 30 Jan 1999 15:02:11 +0900
Received: (qmail 15328 invoked by uid 2161); 30 Jan 1999 06:02:05 -0000
Message-ID: <19990130150203.A15308@ray.kusm.kyoto-u.ac.jp>
Date: Sat, 30 Jan 1999 15:02:03 +0900
From: Yamahata Isaku <yamahata@kusm.kyoto-u.ac.jp>
To: alsa-user@alsa.jcu.cz
Subject: Re: widi can't play with alsa?
References: <Pine.LNX.4.05.9901291849000.8591-100000@host-209-214-153-169.sld.bellsouth.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <Pine.LNX.4.05.9901291849000.8591-100000@host-209-214-153-169.sld.bellsouth.net>; from David Cougle on Fri, Jan 29, 1999 at 06:49:22PM -0600
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

On Fri, Jan 29, 1999 at 06:49:22PM -0600,
David Cougle <lunarbard@moonman.com> wrote:

>  widi /sounds/what_you_need.mid 
> SequencerOSS::open:can not open /dev/sequencer: Operation not supported by
> device
> widi:can not initialize midi device
> I have alsa working and everything, and compiled widi with egcs 1.1.1, why
> won't it use alsa's sequencer?

In default case, widi will use OSS sequencer device (i.e. /dev/sequencer).
To use ALSA sequencer device (/dev/snd/sequencer),
use --sequencer (or -s) option.
e.g.
% widi --sequencer ALSA /sounds/what_you_need.mid

To specify destination sequencer client/port.
set the following environment variables.

WIDI_SEQUENCER_ALSA_DEST_CLIENT_A
WIDI_SEQUENCER_ALSA_DEST_PORT_A
WIDI_SEQUENCER_ALSA_DEST_CLIENT_B
WIDI_SEQUENCER_ALSA_DEST_PORT_B

---
Isaku Yamahata
yamahata@kusm.kyoto-u.ac.jp
CQG00274@nifty.ne.jp
http://www.kusm.kyoto-u.ac.jp/%7Eyamahata/
   

