All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANN] ALSA-native sfxload program
@ 2004-01-27 14:18 Takashi Iwai
  2004-01-28 13:35 ` Thierry Vignaud
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2004-01-27 14:18 UTC (permalink / raw)
  To: alsa-user; +Cc: alsa-devel

Hi,

I added a new interface to ALSA 1.0.2 for handling the SoundFont file
without OSS sequencer emulation.  The latest awesfx package,
ver.0.5.0, includes a new program "asfxload" for that.  As you imagine
easily, it's the ALSA-native sfxload program.

It works just like sfxload but loads via ALSA-native hwdep device.
No new features, no new bugs :)

Also, awesfx is now packaged with GNU auto-tools.  You can use
configure script like others.

The web page is at

	http://www.alsa-project.org/~iwai/awedrv.html#Utils

The tarball is at

	http://www.alsa-project.org/~iwai/awesfx-0.5.5.tar.gz


ciao,

Takashi


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANN] ALSA-native sfxload program
  2004-01-27 14:18 Takashi Iwai
@ 2004-01-28 13:35 ` Thierry Vignaud
  0 siblings, 0 replies; 5+ messages in thread
From: Thierry Vignaud @ 2004-01-28 13:35 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-user, alsa-devel

Takashi Iwai <tiwai@suse.de> writes:

> I added a new interface to ALSA 1.0.2 for handling the SoundFont file
> without OSS sequencer emulation.  The latest awesfx package,
> ver.0.5.0, includes a new program "asfxload" for that.  As you imagine
> easily, it's the ALSA-native sfxload program.
> 
> It works just like sfxload but loads via ALSA-native hwdep device.
> No new features, no new bugs :)
> 
> Also, awesfx is now packaged with GNU auto-tools.  You can use
> configure script like others.
> 
> The web page is at
> 
> 	http://www.alsa-project.org/~iwai/awedrv.html#Utils
> 
> The tarball is at
> 
> 	http://www.alsa-project.org/~iwai/awesfx-0.5.5.tar.gz

tv@ke ~/rpm $ lftpget http://www.alsa-project.org/~iwai/awesfx-0.5.5.tar.gz  
get: Access failed: 404 Not Found (~iwai/awesfx-0.5.5.tar.gz) 

correct url seems to be:
     http://www.alsa-project.org/~iwai/awesfx-0.5.0.tar.gz



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANN] ALSA-native sfxload program
@ 2004-02-04  8:42 segfault
  2004-02-04  9:10 ` Florian Schmidt
  2004-02-04 10:42 ` Takashi Iwai
  0 siblings, 2 replies; 5+ messages in thread
From: segfault @ 2004-02-04  8:42 UTC (permalink / raw)
  To: alsa-devel

It seems that I'm the only guy who is trying to use an AWE64
without OSS emulation.

I've tried "asfxload" with my AWE64 and it doesn't work. Probably
this is due to my ignorance since I've only a basic understanding
of PCM playback and none about MIDI (with ALSA I mean).

The question is the following :
I load all the ALSA modules, both for the sequencer and PCM.
In fact the ouput of "pmidi -l" gives:
-----------------
Port Client name Port name
64:0 Rawmidi 0 - MPU-401 (UART) 0-0 MPU-401 (UART) 0-0
65:0 Emu8000 WaveTable Emu8000 Port 0
65:1 Emu8000 WaveTable Emu8000 Port 1
65:2 Emu8000 WaveTable Emu8000 Port 2
65:3 Emu8000 WaveTable Emu8000 Port 3
66:0 OPL3 FM synth OPL3 FM Port
-----------------
Then, when I try to load the soundfont with

./asfxload synthgm.sbk

I get :
No Emux synth hwdep device is found.

I've verified that the only hwdep activated on my PC is
an OPL3. Why the EMU8k synth hwdep device is not active on
my comp. even after I've load all the relevant modules ?

I didn't like to bother the devel ML with such kind of problems
but there is no documentation about "sound font loading without
OSS emulation".
--
Francesco Abbate




--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f

Sponsor:
Stanco del tappetino mouse che hai??
Stampaci l'immagine che vuoi tu!

Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=2117&d=4-2


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANN] ALSA-native sfxload program
  2004-02-04  8:42 [ANN] ALSA-native sfxload program segfault
@ 2004-02-04  9:10 ` Florian Schmidt
  2004-02-04 10:42 ` Takashi Iwai
  1 sibling, 0 replies; 5+ messages in thread
From: Florian Schmidt @ 2004-02-04  9:10 UTC (permalink / raw)
  To: segfault; +Cc: alsa-devel

On Wed,  4 Feb 2004 09:42:05 +0100
"segfault" <segfault@email.it> wrote:

> I've verified that the only hwdep activated on my PC is
> an OPL3. Why the EMU8k synth hwdep device is not active on
> my comp. even after I've load all the relevant modules ?
> 
> I didn't like to bother the devel ML with such kind of problems
> but there is no documentation about "sound font loading without
> OSS emulation".

If you find out, please add this info to the alsa wiki:

http://alsa.opensrc.org/index.php?page=SoundFontHandling
http://alsa.opensrc.org/index.php?page=asfxload

Thanks,
Flo


-- 
signature :)



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANN] ALSA-native sfxload program
  2004-02-04  8:42 [ANN] ALSA-native sfxload program segfault
  2004-02-04  9:10 ` Florian Schmidt
@ 2004-02-04 10:42 ` Takashi Iwai
  1 sibling, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2004-02-04 10:42 UTC (permalink / raw)
  To: segfault; +Cc: alsa-devel

At Wed,  4 Feb 2004 09:42:05 +0100,
segfault wrote:
> 
> It seems that I'm the only guy who is trying to use an AWE64
> without OSS emulation.

are you using 1.0.2 or later driver?
asfxload doesn't work with the older driver.


Takashi


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-02-04 10:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-04  8:42 [ANN] ALSA-native sfxload program segfault
2004-02-04  9:10 ` Florian Schmidt
2004-02-04 10:42 ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2004-01-27 14:18 Takashi Iwai
2004-01-28 13:35 ` Thierry Vignaud

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.