I don't have any directory named like that. It seem to me that I have installed the lib and utils of alsa, but no the drivers. I have download it, but i don't know how to install them. forgive me, im just a linux beginer
From: "Nicolas Lhommet" nlhommet@netcourrier.com To: "pd-list" pd-list@iem.kug.ac.at Subject: Re: [PD] Midi and Linux Date: Wed, 5 Sep 2001 07:30:07 +0200 EMU10k1 is the chipset on SB Live, it's also an internal midi synth. snd-card-emu10k1 is a module for SbLive. I think you got Alsa drivers installed. If so, you'll get something like this in your /proc/asound/dev directory : controlC0 hwC0D0 controlC1 midiC0D0 controlC2 midiC0D1 midiC0D2 midi C0D3
Let me know what is in this directory. Since I wanted to use my Soundblaster AWE64 internal synth, I know how to deal with that stuff and Alsa and Pd now.
nicolas
----- Original Message ----- From: "Nano Rosas" nanorosas@hotmail.com To: msp@ucsd.edu Cc: pd-list@iem.kug.ac.at Sent: Wednesday, September 05, 2001 4:56 AM Subject: Re: [PD] Midi and Linux
The kmidi aplication plays midi files fine. But one "midi and karaoke player" refuse to work telling -cant open the /dev/secuencer file, maybe its used by other appl- By the way, im current running a pIII with mandrake 8.0, and a soundblaster live!value. Linux seem to use some kind of emulator to handle it, called EMU1000, and a kernel module named snd-card-emu10k1. The thing that maibe is bothering is that when i go to the KDE-sound-midi configuration, it ask what device i'd like to use, but don't show any. please help and thanks for the ocupation
Descargue GRATUITAMENTE MSN Explorer en http://explorer.msn.es/intl.asp
Please read some Alsa documentation : http://www.alsa-project.org/~valentyn/Alsa-sound-mini-HOWTO.html http://www.alsa-project.org/alsa-doc/alsa-howto/
And this is what you need in your modules.conf file after installation :
alias char-major-116 snd alias snd-card-0 snd-card-emu10k1 alias char-major-14 soundcore alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0666 snd_device_gid=0 snd_device_uid=0 options snd-card-emu10k1 snd_index=0 snd_id=SB snd_dac_frame_size=128 snd_adc_frame_size=64
If you need specific help, please contact me directly.
nicolas
Hi,
I've now dug out my 'tabwrix~' and 'tabrec~' objects, and put them up on http://www.music.gla.ac.uk/nick/pd/
They allow sampling into arrays at specified points (tabwrix) and 'stop/start recording from where you left off' sampling (tabrec).
I know some people expressed an interest in getting these. The source code and linux libs are there, but not Win. Will endeavour to get Win dlls up there asap.
nick
Nicolas Lhommet wrote:
Please read some Alsa documentation : http://www.alsa-project.org/~valentyn/Alsa-sound-mini-HOWTO.html http://www.alsa-project.org/alsa-doc/alsa-howto/
And this is what you need in your modules.conf file after installation :
alias char-major-116 snd alias snd-card-0 snd-card-emu10k1 alias char-major-14 soundcore alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0666 snd_device_gid=0 snd_device_uid=0 options snd-card-emu10k1 snd_index=0 snd_id=SB snd_dac_frame_size=128 snd_adc_frame_size=64
If you need specific help, please contact me directly.
nicolas