Re: [linux-audio-dev] OSC, mDNS and LASH: a good combo?

2005-03-01 Thread Dave Robillard
On Tue, 2005-01-03 at 14:58 +, Martin Habets wrote: > On Tue, Mar 01, 2005 at 01:27:38PM -0500, Dave Robillard wrote: > > So basically my goals are to make OSC using liblo as nice as audio using > > jack, as far as "ports" and "connections" (in jack-ese) go, with as > > little burden on clients

Re: [linux-audio-dev] OSC, mDNS and LASH: a good combo?

2005-03-01 Thread Dave Robillard
On Tue, 2005-01-03 at 11:26 +0100, Frank Barknecht wrote: > Hallo, > Dave Robillard hat gesagt: // Dave Robillard wrote: > > > The nice thing about this system (thanks largely to Steve) is that it > > will also work with non-liblo clients, and so could become an OSC > > 'standard' if it catches on

Re: [linux-audio-dev] OSC, mDNS and LASH: a good combo?

2005-03-01 Thread Steve Harris
On Tue, Mar 01, 2005 at 02:15:46 +, Martin Habets wrote: > On Mon, Feb 28, 2005 at 09:35:34PM +, Steve Harris wrote: > > There is a proposed specification for discovery of OSC services that was > > presented at hte OSC conference, I intend to support it in liblo at some > > point in the fut

Re: [linux-audio-dev] Re: [linux-audio-user] hydrogen crashes / extract waves from .mid-files of ddrum

2005-03-01 Thread Lee Revell
On Tue, 2005-02-22 at 16:10 -0500, Paul Davis wrote: > looks very much like a race in H2 to me: > > >inline void audioEngine_process_clearAudioBuffers(uint32_t nFrames) > >{ > >*---> memset( m_pMainBuffer_L, 0, nFrames * sizeof( float ) );// > >cle > >ar main out Left > >memset(

Re: [linux-audio-dev] OSC, mDNS and LASH: a good combo?

2005-03-01 Thread Steve Harris
On Tue, Mar 01, 2005 at 02:58:08 +, Martin Habets wrote: > On Tue, Mar 01, 2005 at 01:27:38PM -0500, Dave Robillard wrote: > > So basically my goals are to make OSC using liblo as nice as audio using > > jack, as far as "ports" and "connections" (in jack-ese) go, with as > > little burden on cl

[linux-audio-dev] University of Lueneburg audio workshop

2005-03-01 Thread Florian Grote
Call for Participation When searching for the determinant factors of digital audio production, its forms and compositional strategies, mere technological criteria become less important in the light of the pervasion of information technology into audio media. "Computer als Klangmedien" (Computers

Re: [linux-audio-dev] OSC, mDNS and LASH: a good combo?

2005-03-01 Thread Martin Habets
On Tue, Mar 01, 2005 at 01:27:38PM -0500, Dave Robillard wrote: > So basically my goals are to make OSC using liblo as nice as audio using > jack, as far as "ports" and "connections" (in jack-ese) go, with as > little burden on clients as possible, and allowing user patching, etc. It seems our goa

Re: [linux-audio-dev] OSC, mDNS and LASH: a good combo?

2005-03-01 Thread Steve Harris
On Tue, Mar 01, 2005 at 11:26:23 +0100, Frank Barknecht wrote: > Hallo, > Dave Robillard hat gesagt: // Dave Robillard wrote: > > > The nice thing about this system (thanks largely to Steve) is that it > > will also work with non-liblo clients, and so could become an OSC > > 'standard' if it catch

Re: [linux-audio-dev] OSC, mDNS and LASH: a good combo?

2005-03-01 Thread Martin Habets
On Mon, Feb 28, 2005 at 09:35:34PM +, Steve Harris wrote: > There is a proposed specification for discovery of OSC services that was > presented at hte OSC conference, I intend to support it in liblo at some > point in the future. Do you have a link to this spec? Was it the one based on zeroco

[linux-audio-dev] Multichannel sound ?

2005-03-01 Thread robinud
Hi! How does one use the extra channels on a six channel card ? I can only hear the 2 front speakers. I remember on a es1370 card, that I had an extra /dev/dsp1 for the rear speaker pair, but with an on board VIA audio there is only one /dev/dsp. I also tried playing a 6 channel sound file with

Re: [linux-audio-dev] OSC, mDNS and LASH: a good combo?

2005-03-01 Thread Alfons Adriaensen
On Tue, Mar 01, 2005 at 01:27:38PM -0500, Dave Robillard wrote: > When a destination is added/removed, the patching server will notify the > client (via OSC), and the client will update it's list of destinations > appropriately (this will all be abstracted by liblo's API though). How would you ha

Re: [linux-audio-dev] OSC, mDNS and LASH: a good combo?

2005-03-01 Thread Frank Barknecht
Hallo, Dave Robillard hat gesagt: // Dave Robillard wrote: > The nice thing about this system (thanks largely to Steve) is that it > will also work with non-liblo clients, and so could become an OSC > 'standard' if it catches on. At the very least it will promote OSC to > the same level of modula