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
From: Miller Puckette mpuckett@man104-1.ucsd.edu Reply-To: msp@ucsd.edu To: Nano Rosas nanorosas@hotmail.com CC: pd-list@iem.kug.ac.at Subject: Re: [PD] Midi and Linux Date: Tue, 4 Sep 2001 17:41:28 -0700
Hi Nano,
Do you have any other MIDI apps to try it out on? Also, are you sure you aren't either talking to some evil soundcard synthesizer ("virtual MIDI") or to a motherboard joystick port instead of your soundcard's MIDI output?
cheers Miller
On Tue, Sep 04, 2001 at 12:15:07AM +0000, Nano Rosas wrote:
Hi list Im a new linux pd user (i've just got the new mandrake), and, although the audio stuff works just fine, i can't make midi work. I've trie the -midioutdev thing, it opens fine the midi port 1 (both out and in), but i don't get any midi working, nor in or out. Please help! Thankx Nano
Descargue GRATUITAMENTE MSN Explorer en http://explorer.msn.es/intl.asp
Descargue GRATUITAMENTE MSN Explorer en http://explorer.msn.es/intl.asp
You can play midi files in different ways:
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
Midi in doesn't work with emu10k1 (SBLive), and MIDI output requires the the sequencer option is enabled when the module is compiled (or experimental is enabled if you use the kernel driver from 2.4.8 or later).
To get MIDI running properly you'll need ALSA (for the time being, at least..)
Cheers Soeren
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
From: Miller Puckette mpuckett@man104-1.ucsd.edu Reply-To: msp@ucsd.edu To: Nano Rosas nanorosas@hotmail.com CC: pd-list@iem.kug.ac.at Subject: Re: [PD] Midi and Linux Date: Tue, 4 Sep 2001 17:41:28 -0700
Hi Nano,
Do you have any other MIDI apps to try it out on? Also, are you sure you aren't either talking to some evil soundcard synthesizer ("virtual MIDI") or to a motherboard joystick port instead of your soundcard's MIDI output?
cheers Miller
On Tue, Sep 04, 2001 at 12:15:07AM +0000, Nano Rosas wrote:
Hi list Im a new linux pd user (i've just got the new mandrake), and, although the audio stuff works just fine, i can't make midi work. I've trie the -midioutdev thing, it opens fine the midi port 1 (both out and in), but i don't get any midi working, nor in or out. Please help! Thankx Nano
Descargue GRATUITAMENTE MSN Explorer en http://explorer.msn.es/intl.asp
Descargue GRATUITAMENTE MSN Explorer en http://explorer.msn.es/intl.asp
Forgot to mention: I assume that you are using the opensource drivers from http://opensource.creative.com or the one included with the kernel (above 2.4.8)
Midi in doesn't work with emu10k1 (SBLive), and MIDI output requires the the sequencer option is enabled when the module is compiled (or experimental is enabled if you use the kernel driver from 2.4.8 or later).