Re: [linux-audio-dev] Looking for a specific developer

2001-11-20 Thread Sebastien Metrot
His ICQ # is (was) 454804. I'm not sure he still uses it or not. Sebastien - Original Message - From: "Vincent Touquet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, November 21, 2001 12:20 AM Subject: [linux-audio-dev] Looking for a specific devel

Re: [linux-audio-dev] Re: using realplay without x

2001-11-20 Thread Joe Pfeiffer
> > Well, no. It'll start the restricted set of programs that can > actually run without their interface, but aren't bright enough to > detect there is no X server running. either you misread or i didn't make myself clear. the above will not do what you wrote, but what i wrote

Re: [linux-audio-dev] Re: using realplay without x

2001-11-20 Thread dave willis
On Tue, 20 Nov 2001, Joe Pfeiffer wrote: >so, "DISPLAY=0:0 programname options" will start any x program (should be >useful in init scripts, as i'd like to have pd to be up-and-running on a >(re)boot when in a performance mode). > > Well, no. It'll start the restricted set of program

[linux-audio-dev] jack question

2001-11-20 Thread Andy Lo-A-Foe
Hi, I am attempting to write a piece of code that does output via jackd. I'm playing a bit with the jack_simple_client program. From what I understand this client connects "ALSA I/O:Input 1" to "ALSA I/O:Output 1", i.e. recording from a source and immediately outputting it again, right? However,

Re: [linux-audio-dev] latest Snd screenshot

2001-11-20 Thread delire
- Original Message - From: "Juhana Sadeharju" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, 21 November 2001 2:18 Subject: Re: [linux-audio-dev] latest Snd screenshot > It looks messy. Could you make it look simpler? Just like > it would look if I

Re: [linux-audio-dev] Is there something like Band-in-a-Box?

2001-11-20 Thread Luis Pablo Gasparotto
CLOTILDE wrote: >Hi everyone >An open-source prod ala Band-in-the-Box sould be very good. > There's a project called Autotrack that could be an interesting first step. http://www.risc.uni-linz.ac.at/people/sratscha/autotrack/ > > >On Mon, 19 Nov 2001 17:48:02 -0500 >"David Gerard Matthews Jr." <

Re: [linux-audio-dev] Re: using realplay without x

2001-11-20 Thread Joe Pfeiffer
so, "DISPLAY=0:0 programname options" will start any x program (should be useful in init scripts, as i'd like to have pd to be up-and-running on a (re)boot when in a performance mode). Well, no. It'll start the restricted set of programs that can actually run without their interface, b

[linux-audio-dev] Looking for a specific developer

2001-11-20 Thread Vincent Touquet
Some time ago, i bought a Yamaha A3000. I could rely on some great sites to find info, there was even a site (www.teklab.com, which now has dissapeared) run by some guy called Jay Vaughan, who had some strong Linux sympathies and who brought me into contact with the author of the OpenSMDI librar

Re: [linux-audio-dev] new gdam (ladspa skins and presets)

2001-11-20 Thread Lance Blisters
> > gdam 0.941 is now available > > OK, so what would it take to get you to add JACK support to gdam? > > :) Not much, i'm already planning on it :) support for Core Audio (and port audio, which is in progress) gave me a callback device class, so adding JACK output should be rather

Re: [linux-audio-dev] new gdam (ladspa skins and presets)

2001-11-20 Thread Paul Davis
> gdam 0.941 is now available OK, so what would it take to get you to add JACK support to gdam? :) --p

[linux-audio-dev] using realplay without x

2001-11-20 Thread dave willis
does anybody know how to startup realplay without having x running? or at least from cron when x is running? or a command-line version? thanks! -- perl -e'@email=split(//,".tenmhd\@nosbud");foreach$letter(@email){$ email=$letter.$email;}$email=~s/(m|net\.)/a\1\1/g;print"$email\n";'

Re: [linux-audio-dev] using realplay without x

2001-11-20 Thread Erik de Castro Lopo
It really blew my mind when dave willis <[EMAIL PROTECTED]> said: > does anybody know how to startup realplay without having x running? or at > least from cron when x is running? or a command-line version? This is really not a development question and should therefore have been sent to the Li

[linux-audio-dev] Re: using realplay without x

2001-11-20 Thread dave willis
> does anybody know how to startup realplay without having x running? or at > least from cron when x is running? or a command-line version? nevermind. i found on realnetworks.com they have a unix forum and all three of my questions have been answered. the most simple (with x): DISPLAY=0:0 rea

Re: [linux-audio-dev] using realplay without x

2001-11-20 Thread Dave Phillips
dave willis wrote: > does anybody know how to startup realplay without having x running? or at > least from cron when x is running? or a command-line version? Maybe these URLs can help: http://user.cs.tu-berlin.de/~sepp/rawrapper/ http://www.ereliant.net/~henke/rap/ http://www.linux-

Re: [linux-audio-dev] [OT] job postings on LAD ?

2001-11-20 Thread Erik de Castro Lopo
It really blew my mind when Dave Phillips <[EMAIL PROTECTED]> said: > Greetings: > > Very rarely I receive mail from companies looking for Linux audio > programmers. Normally I just contact one of you directly, but I wondered > if I should post them here. Do we have a job-postings policy here

[linux-audio-dev] new gdam (ladspa skins and presets)

2001-11-20 Thread Lance Blisters
gdam 0.941 is now available for those who don't aren't familiar, gdam is a music performance and authoring package which specializes in digital dj-mixing and hardware control. features of particular interest to lad'ders: * gui skins rendered from xml using pixmapped sliders, kn

RE: [linux-audio-dev] embedded sound api.

2001-11-20 Thread Torrey Hoffman
Frank Neumann wrote: > [EMAIL PROTECTED] wrote: > > > Does anyone have any useful tips on how I can set up a > system to boot > > without x and immediately start up a single recording api? > > According to kernel sources, init/main.c, you can just pass an option > "init=..." to the kernel sta

Re: [linux-audio-dev] embedded sound api.

2001-11-20 Thread dave willis
On Wed, 21 Nov 2001, Patrick Shirkey wrote: > Does anyone have any useful tips on how I can set up a system to boot > without x and immediately start up a single recording api? > > I'm mostly in need of advice as to how to boot directly to an > application without having to press any buttons othe

Re: [linux-audio-dev] embedded sound api.

2001-11-20 Thread Paul Winkler
On Tue, Nov 20, 2001 at 10:52:02AM -0500, Paul Davis wrote: > In message <[EMAIL PROTECTED]>you write: > >I'm mostly in need of advice as to how to boot directly to an > >application without having to press any buttons other than the on/off > >button. > > > >I'm guessing it can be done wiht clever

Re: [linux-audio-user] Re: [linux-audio-dev] latest Snd screenshot

2001-11-20 Thread Juhana Sadeharju
>From: Paul Winkler <[EMAIL PROTECTED]> > >There's 3 screenshots there. Did you scroll down and look at the >simpler ones? No (applause, winner!! :-) Yes the two last images looks good. It is now easy to compare to the look of Sound Forge, Wavelab etc. even though the edited wave is mono. Ce

RE: [linux-audio-dev] embedded sound api.

2001-11-20 Thread Torrey Hoffman
(This isn't really on-topic for the audio-dev list, but maybe other people are doing embedded audio apps or "appliance"-like Linux systems for audio, so it's at least somewhat relevant...) I've been working on an embedded system (a set top box, really) running Linux for the last year. It boots

Re: [linux-audio-user] Re: [linux-audio-dev] latest Snd screenshot

2001-11-20 Thread Dave Phillips
Paul Winkler wrote: > There's 3 screenshots there... Ja, I changed the page after Juhana pointed out the need for a better view. Btw, I just sent the Scheme files to Bill S for inclusion in the snd-5/contrib directory, should be available in a day or two (or less maybe). Still more to do... Be

Re: [linux-audio-dev] embedded sound api.

2001-11-20 Thread Frank Neumann
Hi, [EMAIL PROTECTED] wrote: > Does anyone have any useful tips on how I can set up a system to boot > without x and immediately start up a single recording api? According to kernel sources, init/main.c, you can just pass an option "init=..." to the kernel startup command line and it will fire

Re: [linux-audio-user] Re: [linux-audio-dev] latest Snd screenshot

2001-11-20 Thread Paul Winkler
On Tue, Nov 20, 2001 at 05:18:51PM +0200, Juhana Sadeharju wrote: > It looks messy. Could you make it look simpler? Just like > it would look if I make basic edits and effects to audiofiles. There's 3 screenshots there. Did you scroll down and look at the simpler ones? I think it looks great, an

[linux-audio-dev] Next year's LinuxTag

2001-11-20 Thread Frank Neumann
Hi *, I know this is rather early :-), but I'd just like to inform you that next year's LinuxTag (Europe's, or maybe the world's largest Linux-centric fair/exhibition) will take place from June 6th-9th, 2002, in Karlsruhe, Germany (which is where I happen to live :-). Consequently, I'll again tr

Re: [linux-audio-dev] Is there something like Band-in-a-Box?

2001-11-20 Thread Paul Davis
>Hi everyone >An open-source prod ala Band-in-the-Box sould be very good. no doubt. but ... >BBox plays lot of styles, not only jazz. And I think the way it works is quite > like this (I'm not a programmer, but a musician ): on a chord loop, say for e >xample Gm, the performance of a musician is

Re: [linux-audio-dev] embedded sound api.

2001-11-20 Thread Paul Davis
In message <[EMAIL PROTECTED]>you write: >Does anyone have any useful tips on how I can set up a system to boot >without x and immediately start up a single recording api? > >A couple of us are starting work on a new portable machine and are just >about to dive into the software side of things.

Re: [linux-audio-dev] embedded sound api.

2001-11-20 Thread Steve Harris
On Wed, Nov 21, 2001 at 12:21:17AM +0900, Patrick Shirkey wrote: > > I'm guessing it can be done wiht clever use of start up scripts like > rc.d etc... Yes, look at one of the simpler /etc/init.d scripts and chkconfig(8) (if you've got a redhat box) - Steve

Re: [linux-audio-dev] latest Snd screenshot

2001-11-20 Thread Dave Phillips
Juhana Sadeharju wrote: > It looks messy. Could you make it look simpler? Just like > it would look if I make basic edits and effects to audiofiles. Sorry about that, I wanted an overkill display shot. I'll post some other shots. > Anyway, what is the best/most usable audiowave editor in Linux

Re: [linux-audio-dev] latest Snd screenshot

2001-11-20 Thread Juhana Sadeharju
>From: Dave Phillips <[EMAIL PROTECTED]> > > For those of you interested in recent Snd development there is now a >screenshot of the latest version here: > http://www.bright.net/~dlphilp/snd-pic.html It looks messy. Could you make it look simpler? Just like it would look if I make basic e

[linux-audio-dev] embedded sound api.

2001-11-20 Thread Patrick Shirkey
Does anyone have any useful tips on how I can set up a system to boot without x and immediately start up a single recording api? A couple of us are starting work on a new portable machine and are just about to dive into the software side of things. I'm mostly in need of advice as to how to boo

[linux-audio-dev] [OT] job postings on LAD ?

2001-11-20 Thread Dave Phillips
Greetings: Very rarely I receive mail from companies looking for Linux audio programmers. Normally I just contact one of you directly, but I wondered if I should post them here. Do we have a job-postings policy here ? If not, should we ? Best regards, == Dave Phillips The Book Of Lin

[linux-audio-dev] latest Snd screenshot

2001-11-20 Thread Dave Phillips
Greetings: For those of you interested in recent Snd development there is now a screenshot of the latest version here: http://www.bright.net/~dlphilp/snd-pic.html Please note that that is *not* an "out of the box" pic, but all of the enhancements will be available within the next fe

Re: [linux-audio-dev] Is there something like Band-in-a-Box?

2001-11-20 Thread CLOTILDE
Hi everyone An open-source prod ala Band-in-the-Box sould be very good. On Mon, 19 Nov 2001 17:48:02 -0500 "David Gerard Matthews Jr." <[EMAIL PROTECTED]> wrote: > Although, interestingly enough, it would probably be easier to implement > a Band-in-a-Box like program on Linux than on other ope

Re: [Alsa-devel] Re: [linux-audio-dev] latencytest results webpage

2001-11-20 Thread Josh Green
On Tue, 2001-11-20 at 00:14, dave willis wrote: > > [heavily edited out list] > these need to all be automatically figured by the software. > Yes, most of them would be. > > KernelPatches List of patches applied (PE, LL, AA, etc) > > this will only work (automatically) if people make su

Re: [Alsa-devel] Re: [linux-audio-dev] latencytest results webpage

2001-11-20 Thread dave willis
On 19 Nov 2001, Josh Green wrote: > On Fri, 2001-11-16 at 05:28, Andre Pang wrote: > > This is a great idea. I actually started re-writing the latency > > testing harness scripts because I thought they were too > > inflexible, and I'm almost finished with the re-write. The idea > > is to includ

Re: [linux-audio-dev] latencytest results webpage

2001-11-20 Thread Josh Green
On Fri, 2001-11-16 at 05:28, Andre Pang wrote: > On Fri, Nov 16, 2001 at 10:26:23AM +0100, Maarten de Boer wrote: > > > I am thinking of setting up a webpage, where people can post > > their latencytest results, so we can keep an inventory of > > the several combinations, categorising on: > > Th