Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread dubphil
On Sat, Oct 23, 2004 at 06:46:13PM -0400, Dave Robillard wrote: An entire app definitely doesn't need to be built for this. All you need is a ladspa plugin that can separate its input by frequency. However there's not really much point of having one that does specifically what you want

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread Fons Adriaensen
On Sun, Oct 24, 2004 at 11:12:36AM +, [EMAIL PROTECTED] wrote: what is ams ? just try to search about that with no luck... See http://alsamodular.sourceforge.net. AMS is probably your best bet. If you want the ultimate in control (but a much much steeper learning curve), Supercollider is

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread Frank Barknecht
Hallo, Jan Depner hat gesagt: // Jan Depner wrote: On Sat, 2004-10-23 at 18:13, Frank Barknecht wrote: It's similar to the fact, that everyone should learn at least one scripting language like Python, Bash or Perl. It's good for the mind and it enables you to create little custom

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread Jan Depner
On Sun, 2004-10-24 at 06:37, Frank Barknecht wrote: Hallo, Jan Depner hat gesagt: // Jan Depner wrote: On Sat, 2004-10-23 at 18:13, Frank Barknecht wrote: It's similar to the fact, that everyone should learn at least one scripting language like Python, Bash or Perl. It's good for

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread Frank Barknecht
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote: There is an important difference between C/C++ and scripting languages (including Pd): rapid prototyping is much faster with scripting languages than with C/C++. And Pd and Python are much easier to learn than C. Pd patches or

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread Frank Barknecht
Hallo, Jan Depner hat gesagt: // Jan Depner wrote: Geez Frank, you went and got serious on me ;-) I just took it as a cheap excuse to do some more propaganda, sorry. ;) Always remember though - scripting languages are not compiled so they're much slower. Not Pd. (Or AMS,...) Those

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread Jan Depner
On Sun, 2004-10-24 at 08:43, Frank Barknecht wrote: Hallo, Jan Depner hat gesagt: // Jan Depner wrote: Geez Frank, you went and got serious on me ;-) I just took it as a cheap excuse to do some more propaganda, sorry. ;) There's nothing wrong with a little good propaganda.

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread dubphil
On Sun, Oct 24, 2004 at 02:33:37PM +0200, Frank Barknecht wrote: And to prove it, I did a four-band-crossover filter network in Pd in the last couple of minutes. As I did have problems getting the GLAME filter to work in Pd, I just used the standard Pd lop~ and hip~ filters, which sound

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread Frank Barknecht
Hallo, [EMAIL PROTECTED] hat gesagt: // [EMAIL PROTECTED] wrote: Hey thanks a lot ! I tried it and I must admit that PD with your patch gives me the best results in term of cutoff :) Now I need to add effects on each track... thats another story :) You can do this inside Pd as well, if you

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread Mario Lang
[EMAIL PROTECTED] writes: I want to setup a sound system with linux. For this, I need an app that could split an audio file in four tracks in order to add them separately some effects. [...] it should be compatible with Jack and could just get a stereo channel for input and provides 4

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread Lee Revell
On Sun, 2004-10-24 at 07:42 -0500, Jan Depner wrote: Also, after 15 years of C programming for a living (and 27 years of FORTRAN) I can rapid prototype just as quickly in C ;-) Yeah, I call it copy and paste ;-) Lee

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread Mario Lang
[EMAIL PROTECTED] writes: I want to setup a sound system with linux. For this, I need an app that could split an audio file in four tracks in order to add them separately some effects. The ideal application should not be too complex : it should be compatible with Jack and could just get a

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread Frank Barknecht
Hallo, Mario Lang hat gesagt: // Mario Lang wrote: And here is some little piece of C code using liblo (hey steve, this stuff rocks!) to control the 7 parameters via OSC from command-line (you could as well control them in real-time from within SC itself) Or from Pd. ;-P Now, as

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread dubphil
On Sun, Oct 24, 2004 at 11:06:50PM +0200, Frank Barknecht wrote: Now, as SuperCollider is mentioned: Are there any news on the SuperCollider vs. Vim front? I spend 1 hour to search how to make the SC3 stuff working and you just mentioned that I must use emacs !?? I took few months to learn Vi

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread Florian Schmidt
On Sun, 24 Oct 2004 23:06:50 +0200 Frank Barknecht [EMAIL PROTECTED] wrote: Or from Pd. ;-P Now, as SuperCollider is mentioned: Are there any news on the SuperCollider vs. Vim front? I'm always put off from digging deeper into SC, because on Linux it somehow forces me to use Emacs to make

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread Florian Schmidt
On Mon, 25 Oct 2004 00:23:15 +0200 Florian Schmidt [EMAIL PROTECTED] wrote: of course you can use SC w/o emacs as you know (just use scsynth directly or s/scsynth/sclang/ although of couse if you are really hardcore you can control scsynth via OSC pipe to/fro it. But there might be another

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread Mario Lang
[EMAIL PROTECTED] writes: On Sun, Oct 24, 2004 at 11:06:50PM +0200, Frank Barknecht wrote: Now, as SuperCollider is mentioned: Are there any news on the SuperCollider vs. Vim front? I spend 1 hour to search how to make the SC3 stuff working and you just mentioned that I must use emacs !??

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread Frank Barknecht
Hallo, [EMAIL PROTECTED] hat gesagt: // [EMAIL PROTECTED] wrote: Frank, the xover-main.pd with plug is not working for me too :-( Yeah, I suppose it's a bug in the plugin~ external. I heard that this can happen before, but it's the first time, I encountered it personally. Most other plugins

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread Frank Barknecht
Hallo, Florian Schmidt hat gesagt: // Florian Schmidt wrote: of course you can use SC w/o emacs as you know (just use scsynth directly or pipe to/fro it. But there might be another option in the (maybe not so) distant future.. Afaik the win32 SC gui (which is not quote finished) is

Re: [linux-audio-dev] anyone interested to develop a new apps ?

2004-10-24 Thread Dave Robillard
On Mon, 2004-25-10 at 00:55 +0200, Frank Barknecht wrote: I'm actually looking for an alternative edit environment for SC, so I can bypass Emacs. I tried Emacs two or three times in the recent past just for SC, but then I found, that in Emacs the Backspace or Delete key (the C-h one) still