Re: [linux-audio-dev] Re: crossplatform atomics

2006-05-26 Thread Robert Jonsson
On Friday 26 May 2006 01:24, Loki Davison wrote: On 5/26/06, Lee Revell [EMAIL PROTECTED] wrote: On Thu, 2006-05-25 at 19:57 +0300, Kai Vehmanen wrote: Does someone have a good reference on this? I think the writes just are not atomic, but you can use some tricks [1] to implement atomic

Re: [linux-audio-dev] crossplatform atomics

2006-05-26 Thread Kai Vehmanen
On Thu, 25 May 2006, Lee Revell wrote: On Thu, 2006-05-25 at 19:57 +0300, Kai Vehmanen wrote: Does someone have a good reference on this? I think the writes just Do we still care about 32 bit sparc? Not necessarily much, but I'd like to understand this fully. There might be other archs

RE: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-26 Thread karsten wiese
As usual, the source code can be found at http://aubio.piem.org/ , and Debian packages are available from http://piem.org/debian/ . Feedback most appreciated! Hi Paul, attached fixlet makes MEMSET macro expand as intended. Karsten

[linux-audio-dev] Midi Clock

2006-05-26 Thread krampenschiesser
Hi I'm currently writing on a loop based midi sequencer. My problem is that I want to get Hardware synced via midi clock. I've read that the midi-clock signal is send 24 times in a quarter note. My sequencer is network based. So there is one time-server which sends a tcp packet with every 256

[linux-audio-dev] compiler problem?

2006-05-26 Thread Gene Heskett
Greetings; Since I can't get any of the common VoIP things to work due to a lack of duplex function in my lappy's chipset, and my inability to convince the person bugtrack assigned to my bugzilla entry that its not my fault, I thought I'd try zfone next. Unforch, the first step,

Re: [linux-audio-dev] stuff I've done

2006-05-26 Thread Dave Phillips
Check it out: http://www.columbia.edu/acis/history/cpemc.html Third photo from the top, it's Brad in the 80s. :) Say, whatever happened to that Mark II ? And why hasn't anyone done a plugin version of it yet ?! ;-) Best, dp Bradford Garton wrote: Hey everyone -- Sorry about the

Re: [linux-audio-dev] LV2 library API

2006-05-26 Thread Lars Luthman
On Thu, 2006-05-25 at 23:09 -0400, Dave Robillard wrote: Hi all, I've been working on a host library for LV2 plugins. It's at the point where everything is working (LV2 plugins are working in Om right now), so I'd like some feedback on the API from anyone who's interested before it gets

Re: [linux-audio-dev] LV2 library API

2006-05-26 Thread Lars Luthman
On Thu, 2006-05-25 at 23:09 -0400, Dave Robillard wrote: Hi all, I've been working on a host library for LV2 plugins. What's the license? GPL? -- Lars Luthman PGP key: http://www.student.nada.kth.se/~d00-llu/pgp_key.php Fingerprint: FCA7 C790 19B9 322D EB7A E1B3 4371 4650 04C7 7E2E

Re: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-26 Thread Erik de Castro Lopo
karsten wiese wrote: As usual, the source code can be found at http://aubio.piem.org/ , and Debian packages are available from http://piem.org/debian/ . Errm, this looks really weird. @@ -41,7 +41,7 @@ aubio_sndfile_t * new_aubio_sndfile_ro(const char* outputname) {

Re: [linux-audio-dev] compiler problem?

2006-05-26 Thread Erik de Castro Lopo
Gene Heskett wrote: Greetings; Since I can't get any of the common VoIP things to work due to a lack of duplex function in my lappy's chipset, and my inability to convince the person bugtrack assigned to my bugzilla entry that its not my fault, I thought I'd try zfone next. Unforch,

Re: [linux-audio-dev] Midi Clock

2006-05-26 Thread Jens M Andreasen
On Fri, 2006-05-26 at 11:31 +0200, [EMAIL PROTECTED] wrote: Hi I'm currently writing on a loop based midi sequencer. My problem is that I want to get Hardware synced via midi clock. I've read that the midi-clock signal is send 24 times in a quarter note. My sequencer is network based. So

Re: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-26 Thread karsten wiese
-AUBIO_MEMSET(sfinfo, 0, sizeof (sfinfo)); +AUBIO_MEMSET(sfinfo, 0, sfinfo); sfinfo.format = 0; f-handle = sf_open (outputname, SFM_READ, sfinfo); Are you sure you don't have diff direction wrong? yes, given how AUBIO_MEMSET ist defined:

Re: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-26 Thread Paul Brossier
On Fri, May 26, 2006 at 10:25:57PM +1000, Erik de Castro Lopo wrote: karsten wiese wrote: As usual, the source code can be found at http://aubio.piem.org/ , and Debian packages are available from http://piem.org/debian/ . Errm, this looks really weird. @@ -41,7 +41,7 @@

Re: [linux-audio-dev] compiler problem?

2006-05-26 Thread Gene Heskett
Erik de Castro Lopo wrote: Gene Heskett wrote: Greetings; Since I can't get any of the common VoIP things to work due to a lack of duplex function in my lappy's chipset, and my inability to convince the person bugtrack assigned to my bugzilla entry that its not my fault, I thought I'd try

Re: [linux-audio-dev] Midi Clock

2006-05-26 Thread krampenschiesser
On Fri, 26 May 2006 15:18:59 +0200 Jens M Andreasen [EMAIL PROTECTED] wrote: Change the time-server resolution to 240/note? But then my sequencers would get out of sync. -- In the beginning there was nothing. And the Lord said Let There Be Light! And still there was nothing, but at least now

Re: [linux-audio-dev] LV2 library API

2006-05-26 Thread Dave Robillard
On Fri, 2006-05-26 at 14:10 +0200, Lars Luthman wrote: On Thu, 2006-05-25 at 23:09 -0400, Dave Robillard wrote: Hi all, I've been working on a host library for LV2 plugins. It's at the point where everything is working (LV2 plugins are working in Om right now), so I'd like some

Re: [linux-audio-dev] LV2 library API

2006-05-26 Thread Dave Robillard
On Fri, 2006-05-26 at 14:18 +0200, Lars Luthman wrote: On Thu, 2006-05-25 at 23:09 -0400, Dave Robillard wrote: Hi all, I've been working on a host library for LV2 plugins. What's the license? GPL? Yes. -DR-

Re: [linux-audio-dev] compiler problem?

2006-05-26 Thread Lee Revell
On Fri, 2006-05-26 at 05:05 -0500, Gene Heskett wrote: Greetings; Since I can't get any of the common VoIP things to work due to a lack of duplex function in my lappy's chipset, and my inability to convince the person bugtrack assigned to my bugzilla entry that its not my fault, I

Re: [linux-audio-dev] Midi Clock

2006-05-26 Thread Steve
Hi, Do you mean that you are sending one packet after 256 notes have played? In that case, I assume you are using it to periodically re-synchronize independant clocks. If that's the case, the local computer should be used to generate the MIDI clock according to its own clock. The local

Re: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-26 Thread Erik de Castro Lopo
Paul Brossier wrote: On Fri, May 26, 2006 at 10:25:57PM +1000, Erik de Castro Lopo wrote: karsten wiese wrote: As usual, the source code can be found at http://aubio.piem.org/ , and Debian packages are available from http://piem.org/debian/ . Errm, this looks really

Re: [linux-audio-dev] [ANN] aubio 0.3.0

2006-05-26 Thread Erik de Castro Lopo
karsten wiese wrote: yes, given how AUBIO_MEMSET ist defined: #define AUBIO_MEMSET(_dst,_src,_t) memset(_dst,_src,sizeof(_t)) before the patch above example would expand to memset(sfinfo, 0, sizeof(sizeof (sfinfo))); which becomes memset(sfinfo, 0,

Re: [linux-audio-dev] Midi Clock

2006-05-26 Thread krampenschiesser
On Fri, 26 May 2006 17:00:21 -0400 Steve [EMAIL PROTECTED] wrote: Hi, Do you mean that you are sending one packet after 256 notes have played? No I send one packet for each 1/256 note. Therefore only the timer needs to be a realtime process and the actual software sequencers don't need to.

Re: [linux-audio-dev] compiler problem?

2006-05-26 Thread Gene Heskett
Lee Revell wrote: On Fri, 2006-05-26 at 05:05 -0500, Gene Heskett wrote: Greetings; Since I can't get any of the common VoIP things to work due to a lack of duplex function in my lappy's chipset, and my inability to convince the person bugtrack assigned to my bugzilla entry that its not my

Re: [linux-audio-dev] Midi Clock

2006-05-26 Thread Patrick Stinson
Take a look at OSC. It assumes that all computers' clocks are synced via ntp, which is more than adequate to ensure its 64-bit fixed point timestamps are accurate. This makes the programming easier and more reliable, as you only have to program to your local clock. Relying on an Ethernet LAN for