[LAD] ttsoot - yet another DSP library :)

2010-01-15 Thread torbenh
hi... i am working on a c++0x DSP library. variadic templates prove to be a nice way to handle the massive function inlining required to build efficient samplebased processing graphs. the idioms i am currently using for the containers require gcc-4.5 though, so this is still a bit of a

Re: [LAD] ttsoot - yet another DSP library :)

2010-01-15 Thread Victor Lazzarini
Torben, this looks very interesting. Quite a lot of C++ complexity, though. I'll keep following it to see where you are heading. Regards Victor On 15 Jan 2010, at 09:03, torbenh wrote: hi... i am working on a c++0x DSP library. variadic templates prove to be a nice way to handle the

Re: [LAD] ttsoot - yet another DSP library :)

2010-01-15 Thread Stéphane Letz
Le 15 janv. 2010 à 10:03, torbenh a écrit : hi... i am working on a c++0x DSP library. variadic templates prove to be a nice way to handle the massive function inlining required to build efficient samplebased processing graphs. the idioms i am currently using for the containers

[LAD] Hydrogen and jackmidi

2010-01-15 Thread alex stone
A quick question. Is Hydrogen now a jackmidi app? I've been searching the interlink, and did see some discussion about it, and i wondered if this was an impending reality, or a false dawn. I've downloaded the latest stable but no jackmidi present as yet. Alex. -- www.openoctave.org

Re: [LAD] Hydrogen and jackmidi

2010-01-15 Thread Philipp Überbacher
Excerpts from alex stone's message of Fri Jan 15 21:10:56 +0100 2010: A quick question. Is Hydrogen now a jackmidi app? I've been searching the interlink, and did see some discussion about it, and i wondered if this was an impending reality, or a false dawn. I've downloaded the latest stable

Re: [LAD] Hydrogen and jackmidi

2010-01-15 Thread alex stone
On Sat, Jan 16, 2010 at 12:03 AM, Philipp Überbacher hollun...@lavabit.com wrote: Excerpts from alex stone's message of Fri Jan 15 21:10:56 +0100 2010: A quick question. Is Hydrogen now a jackmidi app? I've been searching the interlink, and did see some discussion about it, and i wondered if

Re: [LAD] Hydrogen and jackmidi

2010-01-15 Thread Gabriel M. Beddingfield
On Fri, 15 Jan 2010, alex stone wrote: A quick question. Is Hydrogen now a jackmidi app? I've been searching the interlink, and did see some discussion about it, and i wondered if this was an impending reality, or a false dawn. I've downloaded the latest stable but no jackmidi present as

[LAD] [OT] Has anyone managed to compile this?

2010-01-15 Thread Victor Lazzarini
Dear all, Torben's new project brought back to my mind this mind-bending C++ template example (see attached), which I could not yet get to compile, I have been told it has been compiled, but g++ will have none of it. So I still have doubts on whether it includes legal C++ code or not.

Re: [LAD] [OT] Has anyone managed to compile this?

2010-01-15 Thread Dominic Sacré
On Sat, Jan 16, 2010 at 1:08 AM, Victor Lazzarini victor.lazzar...@nuim.ie wrote: Torben's  new project  brought  back to my mind this mind-bending C++ template example (see attached), which I could not yet get to compile, I have been told it has been compiled, but g++ will have none of it. So

Re: [LAD] [OT] Has anyone managed to compile this?

2010-01-15 Thread torbenh
On Sat, Jan 16, 2010 at 12:08:48AM +, Victor Lazzarini wrote: Dear all, Torben's new project brought back to my mind this mind-bending C++ template example (see attached), which I could not yet get to compile, I have been told it has been compiled, but g++ will have none of it. So I

Re: [LAD] [OT] Has anyone managed to compile this?

2010-01-15 Thread torbenh
On Sat, Jan 16, 2010 at 12:08:48AM +, Victor Lazzarini wrote: Dear all, Torben's new project brought back to my mind this mind-bending C++ template example (see attached), which I could not yet get to compile, I have been told it has been compiled, but g++ will have none of it. So I