[linux-audio-dev] [ANN] ALSA Patch Bay 0.3

2002-11-13 Thread Bob Ham
Hi all, I'm in a hacking mood :) I added an fltk (1.1) interface to alsa patch bay, and also updated the gtkmm interface to use 2.0.0. It can use both, or just one. Tarball here: http://pkl.net/~node/software/alsa-patch-bay-0.3.tar.gz (214KB) I also made a spiffy (if sparse) page for it

[linux-audio-dev] Who maintains vkeybd?

2002-11-13 Thread Mario Lang
Hi. Yesterday I hacked a bit on vkeybd, and managed to turn the vkb.c into tclkvb.so, such that I now can do $ tcl tcl% load ./tclkvb.so and use the tcl commands like SetDevice midi set mididev 0 SeqOn ... and so on. This basicly means we could write tcl scripts which use the vkeybd

Re: [linux-audio-dev] Re: image problem [was Re: [Alsa-devel] help for a levelmeter]

2002-11-13 Thread Christian Henz
On Tue, Nov 12, 2002 at 09:48:00PM -0500, David Gerard Matthews wrote: D R Holsbeck wrote: I guess stability is not an issue? It's not the potential drawing card that it once was. OSX is as stable as Linux, and even 'doze XP is getting there, from what I hear. -dgm Also, with much

Re: [linux-audio-dev] [ann] preamp.so

2002-11-13 Thread Tim Goetze
Lamar Owen wrote: On Tuesday 12 November 2002 09:49, Tim Goetze wrote: more interesting is that if you feed it a sine wave, the circuit *never* clips the lower lobe, it rather seems to compress so the lower lobe never hits the end of the curve. it does clip the lower lobe of a triangle

[linux-audio-dev] Re: [Jackit-devel] questions about diskthread/process() synchronization

2002-11-13 Thread Kai Vehmanen
Btw; I'll cc'd this to lad, as this is a topic that has been discussed there _many_ times. More specifically the SMP-sparc case has been mentioned quite a few times but without specific details. For lad-only readers, see the jackit-devel archives for the whole thread.

[linux-audio-dev] Re: [Jackit-devel] questions about diskthread/process() synchronization

2002-11-13 Thread Paul Davis
Actually I've spent some time studying this issue and my conclusion is that the level of atomicity provided by linux asm-arch/atomic.h is not needed to implement single-reader-single-writer lock-free buffers. this is true unless the pointer/index isn't atomic. since on SMP sparc systems, the

Re: [linux-audio-dev] image problem

2002-11-13 Thread Paul Davis
Another difficulty with the GPL its somewhat sketchy legal basis. (OT for LAD... Google if you want to know more). the GPL is a contract freely entered into by the copyright owner and the licensee. if the contract is held to be invalid, there is no contract. at that point copyright law denies

Re: [linux-audio-dev] Who maintains vkeybd?

2002-11-13 Thread Dr. Matthias Nagorni
On Wed, 13 Nov 2002, Mario Lang wrote: So I'd like to get this mod out there somehow, but the authors email of vkeybd does no longer work... vkeybd has been written by Takashi Iwai. His email is [EMAIL PROTECTED] Matthias -- Dr. Matthias Nagorni SuSE GmbH Deutschherrnstr. 15-19phone:

RE: [linux-audio-dev] image problem

2002-11-13 Thread Mark Knecht
Hi, To be clear, I was in no way suggesting that I thought Paul should change his licensing terms in any way. I'm just interested in exploring the underlying reasons why there are not more Linux applications available at the retail level. I personally think that this topic is interesting

[linux-audio-dev] Re: [Jackit-devel] questions about diskthread/process() synchronization

2002-11-13 Thread Kai Vehmanen
On Wed, 13 Nov 2002, Paul Davis wrote: my conclusion is that the level of atomicity provided by linux asm-arch/atomic.h is not needed to implement single-reader-single-writer lock-free buffers. this is true unless the pointer/index isn't atomic. since on SMP sparc systems, the arrangement of

Re: [linux-audio-dev] image problem

2002-11-13 Thread Paul Davis
Let me ask another question in this area. Could someone explain the implications of GPL/LGPL WRT proprietary applications that interface to Alsa Jack, along with their incumbent support programs like kaconnect and qjackconnect? alsa-lib is LGPL'ed, as is libjack. proprietary software can use

RE: [linux-audio-dev] image problem

2002-11-13 Thread Kai Vehmanen
On Wed, 13 Nov 2002, Mark Knecht wrote: Let me ask another question in this area. Could someone explain the implications of GPL/LGPL WRT proprietary applications that interface to Alsa Jack, along with their incumbent support programs like kaconnect and qjackconnect? Both ALSA (alsa-lib,

Re: [linux-audio-dev] Please test my MidiSport firmware loader

2002-11-13 Thread Fernando Pablo Lopez-Lezcano
I've created a package which extracts the firmware for MidiSport devices from the Windows driver files and installs the hotplug script to download the firmware. You can get it at http://www.informatik.uni-halle.de/~ladischc/midisport_linux_firmware.html. There are some differences to Lars