Richard Cooper wrote:
> On Fri, 24 Aug 2007 06:47:13 -0400, david <gnome(a)hawaii.rr.com> wrote:
>
>> Hmmm ... no realtime kernel here, never any problems playing MP3 files.
>
> I think it was a combination of small buffers on my "SB Live! 24-bit" and
> ALSA's insistance that the kernel not do anything to enhance a sound card,
> such as emulate a larger buffer when the one provided by the sound card is
> too small. ALSA could have easily done it from kernel space with it's
> implied realtime priority via interrupts, but no.
That could be. Haven't had an SB card around for a long while - I think
the last one was an SB Live! 512 PCI, I never used that one with Linux.
It worked just fine with OS/2 and Windows95 ...
--
David
gnome(a)hawaii.rr.com
authenticity, honesty, community
Hmmm, have used nothing but ASUS mobos here for several years, and never
had any sound problems using either on-board sound or add-on sound cards
of various kinds (no M-Audio ones, though). They just worked, without
any special trickery.
flem wrote:
> On Fri, 24 Aug 2007 13:26:01 +0300 (EEST)
> Tommi Sakari Uimonen <tuimonen(a)cc.hut.fi> wrote:
>
>> Hello
>>
>>> Second, I have had severe problems with hardware: maudio 2496 + asus
>>> motherboards is a bad cocktail. It took a long time to realise that I
>>> had hardware problems!
>> I have maudio 2496 and asus p5b-vm. What kind of problems did you
>> experience? I haven't had any yet, I think.
> The problem is that everything works, except that there is no output
> sound. Whether there is problems or not seems vary. My son tried two
> asus motherbords: p4s800mx se and p4s800-x. At the net he found that
> MS-addicts also had problems. But, on my asus p4s800 it works,though I
> have had problems with sound disappearing.
>> The only problem I have is that the 'Multi Track Rate Locking' goes on
>> with every boot/suspend-resume, so I'll have to manually unlock it (and
>> somehow 'alsactl store' does not help). So could this have something to do
>> with asus mobo?
>
> I think so, eventually I have made it work on my pc. I can't tell you
> how, but I messed around with sound drivers.
>
>> Jackd,zyn,rose,ardour - all working just fine under kubuntu Feisty
>> (without the Ingo's kernel patch) and for my realtime needs, I've used the
>> realtime-lsm package and installed it with module-assistant. There is a
>> document lying somewhere in the internet about how to do this.
>>
>>
>> My frustration has been mainly concentrated on MIDI timing. And it relates
>> to Richard's frustration on xruns; Why is it not possible to play the
>> notes on correct time even when the program already knows exactly when the
>> notes should be played.
>
> What is the latency?
>
> But, I haven't really worked with midi. I am going to. It works fine on
> my laptop. On my pc, I can record midi, but I can't add sounds. For
> instance, I can't open the "synth editor" so I can load sound files. Do
> you have an idea of what is wrong?
--
David
gnome(a)hawaii.rr.com
authenticity, honesty, community
thomas fisher wrote:
> On Thursday 23 August 2007 03:05:33 david wrote:
>> Ken Restivo wrote:
>>> I continue to be amazed by the lengths that we-all electronic
>>> musicians go thorugh, in terms of painstaking sequencing and editing,
>>> or long hours of programming and algorithm tweaking, in order to
>>> approximate the things that a well-rehearsed band does when
>>> performing in real time.
>> That's because digital control interfaces aren't as rich as analog
>> control interfaces. Compare the expressiveness of a good violinist
>> playing a real violin vs a synthesized violin played through a MIDI
>> keyboard.
>
> Possibly the price of exploring new spaces? It seems to me a different
> interface is needed. A input dynamic device sensitive to the needs of the
> application. Those who are aware of what a "Wacom" is to the digital graphics
> arts. The Wacom wand is sensitive to location, pressure, tilt and the driver
> also incorporates essential mouse functions, Thus the artist is cut free of
> the limitations of the mouse, and of course providing the application being
> interfaced to is Wacom smart.
I've used Wacom tablets for over 10 years. Quite delightful, and it
would be a very new space as far as a music instrument interface goes.
But it wouldn't work like any of the instruments that humans have
developed centuries of expertise playing.
I hope someday to have the money for a Theremin. Humans have been
developing eye-hand control and dexterity for a million+ years - might
as well play to human strengths!
> My thought is the digital glove which
> quantitizes the human hand and the applied pressures, It appears that the
> devices are out of the lab. With the Open Source techno {knows} it could be
> reality, soon.
A digital glove idea would be interesting, especially if they get to the
point where you can wear one and play without any feeling that it's
there, coming between your skin and the instrument.
Then you'd need a "digital bow" to capture the variations in bowing
speed, angle, pressure and tension of the bow. Then you feed all that
into a synthesizer able to adjust the synthesized sound appropriately
(note by note and WITHIN individual notes) - and you have a synthesizer
that could be as expressive as a violin.
Then we can tackle the process of matching the expressiveness of a
well-played Blues Harp! ;-)
--
David
gnome(a)hawaii.rr.com
authenticity, honesty, community
Hi peeps,
I've been away from the list for months now, busy with work and our
baby, but I've decided to start making more of an effort to see what
people are up to and also to do something myself.
Here's what I'm working on. The bass is just not going right for me
at all. I wish I had a bass guitar. And the ability to play it.
This is kinda the intro - although it won't be particularly
lyrically complex, it will have more than just this phrase repeated
throughout. Excuse my singing, it's my first go.
http://dis-dot-dat.net/wip1.mp3
I've probably missed lots of other people's great stuff. If anyone
has any recommendations, please pass them on!
James
Any KeyKit users out there? I'm not familiar with this ALSA virmidi
business, but I'm getting the following error trying to run KeyKit
using the virmidi device:
[paul@boon doc]$ key
ALSA lib rawmidi.c:283:(snd_rawmidi_open_noupdate) Unknown RawMidi hw:1,0
Unable to open MIDI device 'hw:1,0', snd_rawmidi_open failed: err=No
such file or directory
key_alsa: conf.c:3075: snd_config_update_free: Assertion
`update->count > 0 && update->finfo' failed.
Here are the steps that led me to this error. First, I installed the
virmidi module:
[paul@boon doc]$ sudo /sbin/modprobe snd-virmidi
Then I check for the card number:
[paul@boon doc]$ cat /proc/asound/cards
0 [M66 ]: ICE1712 - M Audio Delta 66
M Audio Delta 66 at 0xc000, irq 19
1 [VirMIDI ]: VirMIDI - VirMIDI
Virtual MIDI Card 1
Card 1, no surprises. Check the device file:
[paul@boon doc]$ ll /dev/snd/midiC1*
crw------- 1 paul root 116, 40 Aug 23 22:10 /dev/snd/midiC1D0
crw------- 1 paul root 116, 41 Aug 23 22:10 /dev/snd/midiC1D1
crw------- 1 paul root 116, 42 Aug 23 22:10 /dev/snd/midiC1D2
crw------- 1 paul root 116, 43 Aug 23 22:10 /dev/snd/midiC1D3
Ok, sure. Set the environment variable telling KeyKit which device to use:
[paul@boon doc]$ export ALSA_RAWMIDI_DEVICE=hw:1,0
Then I ran the "key" command, and got the error above.
What am I doing wrong here? This is on FC5/PlanetCCRMA.
[paul@boon doc]$ rpm -qa | grep alsa
alsaplayer-0.99.76-2.rhfc5.ccrma
clalsadrv-1.1.0-1.rhfc5.ccrma
alsa-lib-1.0.14-0.1.rc1.fc5
kernel-module-alsa-2.6.16-1.2080.13.rdt.rhfc5.ccrma-1.0.11-1.rhfc5.ccrma
alsa-tools-1.0.11-1.rhfc5.ccrma
alsa-utils-1.0.14-0.1.rc1.fc5
alsa-driver-1.0.11-1.rhfc5.ccrma
alsa-firmware-1.0.11-1.rhfc5.ccrma
alsa-lib-devel-1.0.14-0.1.rc1.fc5
alsa-oss-1.0.11-1.rhfc5.ccrma
kernel-module-alsa-2.6.16-1.2080.16.rdt.rhfc5.ccrma-1.0.11-1.rhfc5.ccrma
[paul@boon doc]$ uname -r
2.6.16-1.2080.16.rdt.rhfc5.ccrma
I'm now at the point where I can play midi files, and I have a midi
keyboard connected and can play sounds to and from that.
Timidity is rubbish, frankly, so I'm using fluidsynth, which works fine.
However, for some reason I can't get qsynth to work.
Qsynth1: Failed to create the MIDI driver (alsa_seq). No MIDI input will
be available.
No matter what settings I try, it always fails. The only useful message
I ever got was for alsa_raw, when it said that the device didn't exist.
For some reason I have /dev/snd/midiC1D0, but not /dev/snd/midiC0D0. So
I temporarily symlinked them, but that didn't help- it wasn't
complaining about a missing device any more, but it still couldn't
create the midi driver and still wouldn't tell me why not.
Also, both fluidsynth and timidity are too slow. Midi events are routed
around instantly (tested with vkeybd and the keyboard I have plugged
in), but there is a delay in playing anything sent to fluidsynth or
timidity- about half a second or so. I've tried running fluidsynth with
nice -9, but that just makes everything else less responsive and doesn't
really decrease the delay at all. Any suggestions? If I was to buy a
decent sound card with a hardware synth would this fix it? Would I be
able to load enough soundfonts into it? What about a pcmcia/cardbus
version for my laptop?
Thanks
Simon
Hi Everyone,
I'm looking for an inexpensive sound card for my laptop that will record
in stereo. My Dell D600 is crippled in that they didn't hook up both
wires, even though the chip used is a stereo chip. I want ALSA drivers.
USB would be best, but a firewire or PCMCIA card would also work. I
looked at the IndigoI/O but it requires hotplug, and Ubuntu has moved
away from the hotplug system. Please be as specific as possible. I
have found that manufacturers often change the chipsets even though the
card name is retained.
Thanks,
Rob
--
Rob Frohne, Ph.D., P.E., Professor
E.F. Cross School of Engineering
Walla Walla College
100 SW 4th St.
College Place, WA 99324
(509) 527-2075
http://www.wwc.edu/~frohro/
I have Ubuntu Studio and a Delta 1010 card... I'm up against a problem and I
am stumped, so I'm hoping someone can help.
The card is recognized, at least jackd can see it and start up just fine. It
shows hw:1 as the M-Audio Delta 1010LT and hw1.0 as the ICE1712 Multi. It
can start using qjackctl using either.
The Envy24 mixer also starts and appears to work fine.
Ardour (the goal) also starts and can map tracks to the various inputs.
Here's the problem. No sound. At all. Nothing. I tried all of the inputs and
the envy24 mixer sees nothing, Ardour sees nothing. I used the patchbay to
patch one of the inputs to one of the outputs and piped my mp3 player into
it - and got nothing on the output.
It's like the PCI interface to the card is just fine and the control backend
works, but the audio section is uninitialized or something.
Has anyone had any luck with this. FWIW, I installed the card after Ubuntu
was installed, so I don't know if the installation scripts would have done
anything differently had the card been there at installation.
Any help would be SO greatly appreciated...
Thanks in advance
Eric
_________________________________________________________________
Messenger Café open for fun 24/7. Hot games, cool activities served daily.
Visit now. http://cafemessenger.com?ocid=TXT_TAGHM_AugHMtagline
Dear James,
Good to have you back! Your music is sounding great as ever. good singing
too. I just wondered if you are still using cheesetracker? You should check
out aldrin if you have not tried it already..
http://trac.zeitherrschaft.org/aldrin/
A buzz-tracker clone for Linux.. I have been hacking on it over the last
couple of months or so (it is written in Python), but it was written by
Leonard Ritter who remains as lead programmer for the project. I can
heartily recommend it (despite my efforts at "improvement")!
The other thing.. congrats on your baby! I had a look at your website. Was
he really born on Christmas day? That is the same as our daughter, although
she was born in 2003.. Amazing Christmas present huh?
All the best,
James
On 8/21/07, james(a)dis-dot-dat.net <james(a)dis-dot-dat.net > wrote:
>
> Hi peeps,
>
> I've been away from the list for months now, busy with work and our
> baby, but I've decided to start making more of an effort to see what
> people are up to and also to do something myself.
>
> Here's what I'm working on. The bass is just not going right for me
> at all. I wish I had a bass guitar. And the ability to play it.
>
> This is kinda the intro - although it won't be particularly
> lyrically complex, it will have more than just this phrase repeated
> throughout. Excuse my singing, it's my first go.
>
> http://dis-dot-dat.net/wip1.mp3
>
> I've probably missed lots of other people's great stuff. If anyone
> has any recommendations, please pass them on!
>
> James
>
> _______________________________________________
> Linux-audio-user mailing list
> Linux-audio-user(a)lists.linuxaudio.org
> http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-user
>