[linux-audio-dev] [ANN] Specimen 0.2.9 Released (I'm Not Dead Yet)

2004-05-29 Thread Pete Bessman
Howdy folks! The newest version of Specimen is available for immediate download from www.gazuga.net (direct: http://www.gazuga.net/specimen-0.2.9.tar.gz). Features include: * A piano for graphically asigning note ranges * A very happenin' bank building interface that uses an embedded File

[linux-audio-dev] XRuns with the Audiophile 24/96 M-Audio

2004-05-29 Thread Remi Bernhard
Hello, I read a lot a great thing about the audiophile 24/96 on the net, and i decided to buy it to get better latency than my old sblive! I just received the audiophile 24/96 and unfortunatly, i have a lot of XRuns with when i run jackd. I already tried the following : - i changed irq (several

Re: [linux-audio-dev] Ultramaster Juno6, anyone?

2004-05-29 Thread Joern Nettingsmeier
cool! great to see this cool instrument gpl'd. Frank NEUMANN wrote: Hi all, some might remember that two years ago (or so) there was a nice (though at that time closed-source, I think) software synth for Linux called Ultramaster Juno 6, a faith reproduction of the Roland Juno 6. At some point this

Re: [linux-audio-dev] Ultramaster Juno6, anyone?

2004-05-29 Thread Marek Peteraj
On Sat, 2004-05-29 at 17:00, Marek Peteraj wrote: Hi, it wasn't GPLed by its original authors, but it might be that it's been acknowledged from the original authors s/from/by/ :) I just wonder if anyone has already begun with attempts to e.g. jackify it or otherwise fixing it up for

Re: [linux-audio-dev] Ultramaster Juno6, anyone?

2004-05-29 Thread Dave Phillips
Marek Peteraj wrote: It's not only very nice but the results are actually damn accurate, i can testify that since i've got a real juno6 at home. I'll second that. I owned one for a while and compared it to the UM software. Not bad, not bad at all... dp

Re: [linux-audio-dev] Syncronizing Sample Clocks [WAS: A bit of goodnews--paper now available for your viewing pleasure and/or comments]

2004-05-29 Thread RTaylor
On 2004-05-28 19:49:08 + Fred Gleason [EMAIL PROTECTED] wrote: On Friday 28 May 2004 15:19, Ivica Ico Bukvic wrote: Hmm, it would be a fun project then to come up with a profiler of various audio cards by recording and then capturing a specific buffer of audio data. Then by comparing them

[linux-audio-dev] Re: LADSPA proposal ...

2004-05-29 Thread Juhana Sadeharju
From: Fons Adriaensen [EMAIL PROTECTED] - use sscanf() to read the rest. How about the following string: s = pi 3.14159 e 2.71828. First I do: sscanf(s,%s %f\n,) Then I do: sscanf(snext,%s %f\n,) How to get the snext? Somebody mentioned that sscanf returns the number of bytes consumed, but the

[linux-audio-dev] soundonsound (surroundsound)

2004-05-29 Thread Juhana Sadeharju
From: Fons Adriaensen [EMAIL PROTECTED] http://www.soundonsound.com/sos/Aug01/articles/surroundsound1.asp?session=dec5645986353a3e68c8439720360f53 Hi Paul, interesting pointer, it's in my bookmarks now ! Thanks ! Maybe you should check all those Synth Secret articles and turn them to

Re: [linux-audio-dev] Re: LADSPA proposal ...

2004-05-29 Thread Albert Graef
Juhana Sadeharju wrote: How to get the snext? Somebody mentioned that sscanf returns the number of bytes consumed, but the manual page reads: These functions return the number of input items assigned. %n does the trick. -- Dr. Albert Graf Dept. of Music-Informatics, University of Mainz, Germany