Re: [linux-audio-dev] OT: Wikipedia, FM and John Chowning

2005-12-13 Thread c
> It's so sad that wikipedia has let us down. We are now required to > register to add new pages. I hope there will soon be a fork, cause I'm > not going there anymore. yeah, i had to register to use this mailing list. how do i unsubscribe? what was i thinking... wikipedia is always fairly boring

Re: [linux-audio-dev] dealing with complex numbers

2005-12-13 Thread Artemiy Pavlov
Hey everybody, thanks so much for your help! The fact that GCC/Glibc have complex numbers as standard is really cool. Thanks a lot again for the replies! With respect, Artemiy.

[linux-audio-dev] Jackd and cards with multiple PCM interfaces

2005-12-13 Thread Jonathan Woithe
Hi all I am currently working on an ALSA driver enhancement for a card which actually contains two seemingly sample-locked ADCs. I'm making the second ADC accessable via a second PCM interface attached to the card. In general things work fine - under OSS emulaion I can open both (one as /dev/dsp

Re: [linux-audio-dev] OT: Wikipedia, FM and John Chowning

2005-12-13 Thread Esben Stien
Jens M Andreasen <[EMAIL PROTECTED]> writes: > Some of you guys might care to take a brief look It's so sad that wikipedia has let us down. We are now required to register to add new pages. I hope there will soon be a fork, cause I'm not going there anymore. Anyone know of any forks of this proj

Re: [linux-audio-dev] dealing with complex numbers

2005-12-13 Thread Taybin Rutkin
And by 'nando, I meant Eric. :/ Taybin -Original Message- From: Taybin Rutkin <[EMAIL PROTECTED]> Sent: Dec 13, 2005 4:30 PM To: The Linux Audio Developers' Mailing List , The Linux Audio Developers' Mailing List Subject: Re: [linux-audio-dev] dealing with complex numbers Sorry, meant

Re: [linux-audio-dev] dealing with complex numbers

2005-12-13 Thread Taybin Rutkin
Sorry, meant to include this link: http://developer.apple.com/documentation/DeveloperTools/gcc-4.0.1/gcc/Complex.html http://www.gnu.org/software/libc/manual/html_node/Complex-Numbers.html 'nando's C++ usage looked a bit cleaner to me, IMHO. Taybin -Original Message- From: Artemiy Pavlo

Re: [linux-audio-dev] dealing with complex numbers

2005-12-13 Thread Taybin Rutkin
ISO C99 supports complex as a variable type and the GNU compiler supports that. Taybin -Original Message- From: Erik de Castro Lopo <[EMAIL PROTECTED]> Sent: Dec 13, 2005 4:05 PM To: The Linux Audio Developers' Mailing List Subject: Re: [linux-audio-dev] dealing with complex numbers Ar

Re: [linux-audio-dev] dealing with complex numbers

2005-12-13 Thread Erik de Castro Lopo
Artemiy Pavlov wrote: > Hey everybody! > > This may be a little bit off-topic, but can anyone suggest me any reading on > how to use complex numbers in C or C++? Is there any library or ++ classes > for such computations? In C++: #include which is a template clase. You can then do: t

Re: [linux-audio-dev] dealing with complex numbers

2005-12-13 Thread Brett McCoy
Artemiy Pavlov wrote: This may be a little bit off-topic, but can anyone suggest me any reading on how to use complex numbers in C or C++? Is there any library or ++ classes for such computations? There are complex functions and generic templates that are part of the standard C++ library. A

Re: [linux-audio-dev] dealing with complex numbers

2005-12-13 Thread Lars Luthman
On Tue, 2005-12-13 at 22:22 +0200, Artemiy Pavlov wrote: > Hey everybody! > > This may be a little bit off-topic, but can anyone suggest me any reading on > how to use complex numbers in C or C++? Is there any library or ++ classes > for such computations? In C++ you have the template class std

[linux-audio-dev] dealing with complex numbers

2005-12-13 Thread Artemiy Pavlov
Hey everybody! This may be a little bit off-topic, but can anyone suggest me any reading on how to use complex numbers in C or C++? Is there any library or ++ classes for such computations? I'd appreciate any help. Thanks! With respect, Artemiy.

Re: [linux-audio-dev] ALSA MIDI Sync

2005-12-13 Thread Clemens Ladisch
Peter Brinkmann wrote: > I'm trying to figure out how to build an ALSA MIDI sequencer that'll > sync with other sequencers. I've looked around but didn't see any > recent information. > So, my question is, what's the recommended way of synchronizing two > MIDI sequencers these days, using ALSA? Is