[linux-audio-dev] Re: [linux-audio-user] bristol synthesis emulation

2002-05-14 Thread Maarten de Boer
I take this to linux-audio-dev... Feature request: alsa 0.9 support, preferably including alsa sequencer support. I want to play these synths from If I can help please let me know ! What about MIDI control of the potentiometer / slider / switches ? I own all kind of doepfer's MIDI

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

2002-05-14 Thread Richard Guenther
On Mon, 13 May 2002, Paul Davis wrote: I cant figure out what the monitor stuff is doing from the documentation. I tried to write it in a very generic way that wasn't rooted in audio. I wrote: * Precisely what this means is dependent on the client. A typical * result of it

Re: [linux-audio-dev] Re: [linux-audio-user] bristol synthesisemulation

2002-05-14 Thread Dr. Matthias Nagorni
On Tue, 14 May 2002, Maarten de Boer wrote: Actually, it would be really nice if the communication between synthesis engine and gui would be (optionally) through the alsa sequencer. This would 1) make it very easy to control the synthesis Yes, this is what I would like to see. I have already

Re: [linux-audio-dev] A new audio plugin API ?

2002-05-14 Thread Dr. Matthias Nagorni
On Mon, 13 May 2002, Steve Harris wrote: 7) Type of integer port int not float Don't think it helps much, in some cases there is a fine line between integer and non-integer ports, eg. mode of diode_1185 It makes the code for the GUI routines simpler. If integer port variables are

RE: [linux-audio-dev] A new audio plugin API ?

2002-05-14 Thread Dr. Matthias Nagorni
On Mon, 13 May 2002, Richard W.E. Furse wrote: 4) LADSPA_IS_PORT_DYNAMIC I don't understand this. Are we just saying this is an array? If so, I think this goes beyond LADSPA's scope. Yes. In principle one could use audio ports for this purpose. I was thinking of ports that accept e.g. LFO

Re: [linux-audio-dev] Re: [linux-audio-user] bristol synthesis emulation

2002-05-14 Thread Frank Barknecht
Dr. Matthias Nagorni hat gesagt: // Dr. Matthias Nagorni wrote: Another possibility would be to define bindings by right-clicking on the GUI element while moving the controller of the MIDI controller box. I think, right-clicking is better, because then you could add a small popup menu that

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

2002-05-14 Thread Paul Davis
So, for the ALSA client/driver, turning on monitor on a port means that it causes the data that other clients read from its port to also be sent to its output ports, causing the data to be audible at the same time. Does this include ports from other clients? I.e. will the engine monitor an

[linux-audio-dev] Re: [linux-audio-user] bristol synthesis emulation (fwd)

2002-05-14 Thread Dr. Matthias Nagorni
Hi, I was discussing with Nick about the bristol synthesis package. I forward this, because I think this package is of high interest for Linux audio. So the discussion should perhaps be in public on LAD. Matthias -- Dr. Matthias Nagorni SuSE GmbH Deutschherrnstr. 15-19phone: +49 911

[linux-audio-dev] [ANN] swh-plugins v0.2.6

2002-05-14 Thread Steve Harris
http://plugin.org.uk/releases/0.2.6/ New plugins: Comb splitter (for funky phase tricks) Wave terrain oscillator (after Roads) Hard limiter (from Marcus Andersson) Smooth decimator (good blurbling noises) FM Oscillator (bandlimited) Analogue oscillator (bandlimited, much better

Re: [linux-audio-dev] Re: [linux-audio-user] bristol synthesis emulation

2002-05-14 Thread Paul Davis
However there is still the question of how to actually define the bindings. In the case of the almost photorealistic GUI of the bristol synths, there should not be any additional buttons for MIDI bindings. So what about this: Define a key (e.g. 'M') to toggle between normal operation and MIDI

Re: [linux-audio-dev] A new audio plugin API ?

2002-05-14 Thread Steve Harris
On Tue, May 14, 2002 at 11:08:00 +0200, Dr. Matthias Nagorni wrote: [int port types] So you would like to have ports where some int values have special meanings like half wave or full wave but you still would like to allow non-int input to these ports, right ? Then you perhaps would like to be

[linux-audio-dev] Re: [linux-audio-user] bristol synthesis emulation

2002-05-14 Thread Dr. Matthias Nagorni
On Tue, 14 May 2002, Nick Copeland wrote: use the standard MIDI controller events This is likely to be a bit awkward. The events only have a single identifier, bristol uses objects and parameter indeces, both of which need identifiers. For example, DCO 1 might be object 0, and it can

Re: [linux-audio-dev] Re: [linux-audio-user] bristol synthesis emulation (fwd)

2002-05-14 Thread Paul Davis
Nick Copeland wrote: There is an intention to interface to Jack, but I do not want this to be the only access method since Paul appears to mandate that Ardour is then the mixer/plug interface. That is fine, but I do not want this to be the _only_ interface. No, no, no on all counts. This is a

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

2002-05-14 Thread Steve Harris
On Mon, May 13, 2002 at 09:23:11 -0400, Paul Davis wrote: I'd prefer VST. There are dozens of useful plugins, hundreds of developers with some knowledge of it, and demonstrated functionality (albeit with some of the same problems as LADSPA, but signs of them being fixed in the near-term

Re: [linux-audio-dev] Re: [linux-audio-user] bristol synthesisemulation

2002-05-14 Thread Dr. Matthias Nagorni
On Tue, 14 May 2002, Paul Davis wrote: All of my audio/MIDI apps use the following convention: ctrl-click (mnemonic: control this) the GUI control element (slider, knob, whatever). this then gives you 30 seconds to cause a MIDI CC or NoteOn/NoteOff message to be delivered to the program. the

Re: [linux-audio-dev] Re: [linux-audio-user] bristol synthesis emulation

2002-05-14 Thread Paul Davis
All of my audio/MIDI apps use the following convention: ctrl-click (mnemonic: control this) the GUI control element (slider, knob, whatever). this then gives you 30 seconds to cause a MIDI CC or NoteOn/NoteOff message to be delivered to the program. the first one received will cause a

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

2002-05-14 Thread Likai Liu
Dr. William Bland wrote: On Tue, 14 May 2002, Steve Harris wrote: On Mon, May 13, 2002 at 04:19:39 -0400, Likai Liu wrote: I think your point of keeping ladspa the way it is for beginning plugin writers, but to make extension as another pluging API that is back compatible with LADSPA is well

Re: [linux-audio-dev] Bandlimited oscillator plugins for LADSPA ('blop-0.1.0')

2002-05-14 Thread Steve Harris
On Tue, May 14, 2002 at 08:07:57 +0100, Mike Rawes wrote: Hi all, My first foray into audio programming has yielded 12 new LADSPA oscillator plugins! Wow, thats unfortunate, I was working on pretty much the same thing at the same time. I did cubic interpolation and some optimisation, but

Re: [linux-audio-dev] [ANN] swh-plugins v0.2.6

2002-05-14 Thread Steve Harris
On Tue, May 14, 2002 at 08:54:07 +0200, Stefan Schwandter wrote: Hi! Steve Harris wrote: http://plugin.org.uk/releases/0.2.6/ I have troubles compiling the thing: In file included from fm_osc_1415.xml:12: blo.h:48: warning: unnamed struct/union that defines no instances Yep,

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

2002-05-14 Thread Steve Harris
On Tue, May 14, 2002 at 03:21:19 -0400, Likai Liu wrote: i promise to think about the name more seriously. btw, I have not looked at the JACK API yet. is anybody aware that we absolutely cannot use or take advantage of the whole or parts of it? It solves a different problem. How about XLP?

Re: [linux-audio-dev] [ANN] swh-plugins v0.2.6

2002-05-14 Thread Stefan Schwandter
Hi! Steve Harris wrote: http://plugin.org.uk/releases/0.2.6/ I have troubles compiling the thing: In file included from fm_osc_1415.xml:12: blo.h:48: warning: unnamed struct/union that defines no instances blo.h: In function `blo_hs_run_lin': blo.h:121: union has no member named `fr'

Re: [linux-audio-dev] Bandlimited oscillator plugins for LADSPA ('blop-0.1.0')

2002-05-14 Thread Mike Rawes
On Tue, 14 May 2002 20:42:03 +0100 Steve Harris [EMAIL PROTECTED] wrote: On Tue, May 14, 2002 at 08:07:57 +0100, Mike Rawes wrote: Hi all, My first foray into audio programming has yielded 12 new LADSPA oscillator plugins! Wow, thats unfortunate, I was working on pretty much the

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

2002-05-14 Thread Likai Liu
Steve Harris wrote: On Tue, May 14, 2002 at 03:21:19 -0400, Likai Liu wrote: i promise to think about the name more seriously. btw, I have not looked at the JACK API yet. is anybody aware that we absolutely cannot use or take advantage of the whole or parts of it? It solves a different

RE: [linux-audio-dev] Digital Audio Data out of laptop

2002-05-14 Thread James Mansion
The LYNX cards work well under windows (and possibly under linux using OSS drivers?) but its not a laptop solution. You mean LYNX 1 right? I don't think Linux support fro Lynx Two or L22 is available or will be forthcoming. Love to be wrong. James