Re: [linux-audio-dev] Moog VCF in SpiralSynthModular

2002-05-23 Thread Paul Kellett
> ... However I was not able to tune any of these > filters. Moog invented this kind of filter because he wanted to be able to > play music with it. If you e.g. connect a VCO and the Moog VCF to one CV > source, they should oscillate at the same frequency. > Any hint on ho

[linux-audio-dev] Writing a driver for this card: your thoughts?

2002-05-23 Thread Eliot Blennerhassett
Hello, I work for AudioScience (www.audioscience.com) We make excellent (how could I say otherwise) audio cards. The emphasis within the company has been on microsoft windows drivers. ... but we have a Linux driver, currently proprietary, closed source, that exposes this (http://www.audioscie

Re: [linux-audio-dev] Moog VCF in SpiralSynthModular

2002-05-23 Thread Paul Davis
>SSM seems to use this one. Today I implemented all three variants I found >at http://musicdsp.org. I like variation 1 (by Paul Kellett) and variation 2 [ ... ] >Some weeks ago I implemented all filters I found at >http://www.harmony-central.com/Computer/Programming/Audio-EQ-Cookbook.txt >and t

Re: [linux-audio-dev] Moog VCF in SpiralSynthModular

2002-05-23 Thread Dr. Matthias Nagorni
On Wed, 22 May 2002, Paul Kellett wrote: > One of the variations is mine :) It's an interesting filter structure as SSM seems to use this one. Today I implemented all three variants I found at http://musicdsp.org. I like variation 1 (by Paul Kellett) and variation 2 (by Timo Tossavainen) most.

Re: [linux-audio-dev] Memory Debugger

2002-05-23 Thread Paul Davis
>> i find the x86 hardware watchpoint way, way, way too slow to be >> useful, most of the time. on some hard problems in non-RT code, its >> the only way. in RT code, its worse than useless :( >> >> --p >> > >Really? I remember reading an Intel Pentium manual a while ago and >drooling over the d

Re: [linux-audio-dev] LADSPA Specs (pt. 2)?

2002-05-23 Thread Stefan Kost
Hi Steve, > On Thu, May 23, 2002 at 10:01:35 +0200, Stefan Kost wrote: > >>>But maybe it's too difficult for people who do not happen to be >>>familiar with it anyway. Nevertheless I bought a book on XML and RDF today >>>and I'll have a look at RDF parsing. >> >>check out libgnurdf : http://www.g

Re: [linux-audio-dev] Memory Debugger

2002-05-23 Thread Steve Harris
On Wed, May 22, 2002 at 04:54:58 -0400, Richard C. Burnett wrote: > > I am looking for a product similar to Purify to use in Linux, any ideas? Have a look at valgrind http://developer.kde.org/~sewardj/ Only works on x86, buts its very good. - Steve

Re: [linux-audio-dev] Memory Debugger

2002-05-23 Thread Josh Green
On Wed, 2002-05-22 at 20:48, Paul Davis wrote: > > > >I just recently had the need for a good malloc debugger. I tried about 3 > >different solutions and didn't like the results I got with any of them. > >I eventually solved my problem with a gdb hardware memory watch. I wish > >I had thought of t

Re: [linux-audio-dev] Memory Debugger

2002-05-23 Thread Josh Green
On Wed, 2002-05-22 at 19:00, Andrew Morton wrote: > "Richard C. Burnett" wrote: > > > > I am looking for a product similar to Purify to use in Linux, any ideas? > > > > Everyone says valgrind is the hottest thing... > http://developer.kde.org/~sewardj/ > Wow, I just tried it. Great piece of s

Re: [linux-audio-dev] LADSPA Specs (pt. 2)?

2002-05-23 Thread Steve Harris
On Thu, May 23, 2002 at 10:01:35 +0200, Stefan Kost wrote: > > But maybe it's too difficult for people who do not happen to be > > familiar with it anyway. Nevertheless I bought a book on XML and RDF today > > and I'll have a look at RDF parsing. > > check out libgnurdf : http://www.gnupdate.org/

Re: [linux-audio-dev] LADSPA Specs ?

2002-05-23 Thread Stefan Kost
Hi, > >>On Wed, May 15, 2002 at 11:21:55 +0200, Dr. Matthias Nagorni wrote: >> >>>These things could be included in an additional XML file (although 1) >>>will be part of LADSPA 1.1 anyway). Steve already supplies XML files with his >>>plugins. So one would only have to agree upon a standard for

Re: [linux-audio-dev] LADSPA Specs (pt. 2)?

2002-05-23 Thread Stefan Kost
Hi, > > > >>I don't want to force the issue too much. I use RDF a lot in my job, so >>I'm comfortable with it, and know why its useful. > > But maybe it's too difficult for people who do not happen to be > familiar with it anyway. Nevertheless I bought a book on XML and RDF today > and I'