[linux-audio-dev] Vsound-like tools for ALSA?

2004-01-27 Thread Tom Felker
Hi, Are there tools to copy audio to a file as it goes through ALSA to the soundcard? I'm basically looking for something like VSound, but for everything, not just apps that can be coaxed to use OSS. If not, would there be a way to implement such a tool without resorting to vsound-style LD_PR

[linux-audio-dev] [OT] Numbers, numbers, numbers...

2004-01-27 Thread Rohan Drape
> that's interesting. elk-scheme says about this: > > > (exact? (* 0 440.0)) > #f > > guess something to be fixed, if #t is the R5RS answer... Actually, R5RS says: An operation may, however, return an exact result if it can prove that the value of the result is unaffected by the inexactnes

Re: [linux-audio-dev] alsa sequencer filter client

2004-01-27 Thread Garett Shulman
Matthias Nagorni wrote: On Mon, 26 Jan 2004, Garett Shulman wrote: Matthias Nagorni wrote: On Sun, 25 Jan 2004, Garett Shulman wrote: Hello, I am trying to create a very simple midi filter client for the alsa sequencer based on aseqview-0.1.4. I have alsa 0.9.8. This code shows t

Re: [linux-audio-dev] Re: linux-audio-dev Digest, Vol 4, Issue 61

2004-01-27 Thread martin rumori
On Wed, Jan 28, 2004 at 02:18:58AM +1100, [EMAIL PROTECTED] wrote: > Welcome to MzScheme version 205.8, Copyright (c) 1995-2003 PLT > > (exact? (* 0 440.0)) > #t > > This is explicitly mentioned in R5RS, and exact zeroes turn up all the that's interesting. elk-scheme says about this: >

[linux-audio-dev] [admin] digest readers... [was: Re: linux-audio-dev Digest, Vol 4, Issue 62]

2004-01-27 Thread Joern Nettingsmeier
..., please post only the relevant part and restore the original subject when replying to a digest mail. otherwise you mess up people's threading as well as the archive. thanks, jörn Jason Walton wrote: Four hours of work for an IPOD [EMAIL PROTECTED] 1/26/2004 10:02:19 AM Send linux-audio-

[linux-audio-dev] Re: linux-audio-dev Digest, Vol 4, Issue 61

2004-01-27 Thread rd
> > 440.0 is still an exact integer > Hunh? What Scheme is this? The Scheme spec says > "It [a numerical constant] is inexact if it contains a decimal point..." Yes, my mistake, I meant to say that 440.0 is still an integer. Welcome to MzScheme version 205.8, Copyright (c) 1995-2003 PLT >

[linux-audio-dev] Re: linux-audio-dev Digest, Vol 4, Issue 61

2004-01-27 Thread Bill Schottstaedt
> 440.0 is still an exact integer Hunh? What Scheme is this? The Scheme spec says "It [a numerical constant] is inexact if it contains a decimal point..." It also says "inexactness is a contagious property of a number". In any case, type checks are trivial.

[linux-audio-dev] Re: [RFC] Lite OSC API

2004-01-27 Thread Kjetil Svalastog Matheussen
[EMAIL PROTECTED]: > > For what scheme implementation are you using? And where can I > > get what you are using? > > I use Matthew Flatt's mzscheme, which is part of the PLT project, see > . I run it with a two line patch to put the Boehm > GC into incremental mode. > > There is a pre-release arc

Re: [linux-audio-dev] alsa sequencer filter client

2004-01-27 Thread Matthias Nagorni
On Mon, 26 Jan 2004, Garett Shulman wrote: > Matthias Nagorni wrote: > > > On Sun, 25 Jan 2004, Garett Shulman wrote: > > > > > > > Hello, I am trying to create a very simple midi filter client for the alsa > > > sequencer based on aseqview-0.1.4. I have alsa 0.9.8. This code shows the > > >

Re: [linux-audio-dev] [RFC] Lite OSC API

2004-01-27 Thread Steve Harris
On Tue, Jan 27, 2004 at 08:37:09 +0100, [EMAIL PROTECTED] wrote: > > I dont understand the question. Say pd wants to pass control data to a > > copy of galan thats running, it needs to know what port (and less importantly > > what address) the galan patch is using - that can either be done by the

Re: [linux-audio-dev] [RFC] Lite OSC API

2004-01-27 Thread Steve Harris
On Tue, Jan 27, 2004 at 02:26:13 +1100, [EMAIL PROTECTED] wrote: > > Sending '10.1' to a slot that is semantically an integer should > > be undefined, though in practice you get '10'. > > Sorry, not even I agree with that. I meant to say that the > floor/truncate/round/ceiling decision should be

Re: [linux-audio-dev] [RFC] Lite OSC API

2004-01-27 Thread torbenh
On Mon, Jan 26, 2004 at 11:50:40AM +, Steve Harris wrote: > On Mon, Jan 26, 2004 at 12:41:35 +0100, [EMAIL PROTECTED] wrote: > > On Mon, Jan 26, 2004 at 10:57:59AM +0100, Frank Barknecht wrote: > > > Hallo, > > > > > > [...] > > > > > > Now how should a discovery service discover this? > > >

Re: [linux-audio-dev] Re: Project: modular synth editor

2004-01-27 Thread torbenh
On Mon, Jan 26, 2004 at 01:16:18PM -0500, Paul Davis wrote: > >>From: [EMAIL PROTECTED] > >> > >[ gnomecanvas ] > >>the only problem would be determining widget size when you add a widget > >>to the canvas. gtk behaves sort of strange there. > > > > [ Posted this to gtk-app-devel-list as well. Rep