Re: [LAD] RAUL or other libraries for real this time? ;-)

2011-11-19 Thread Iain Duncan
On Fri, Nov 18, 2011 at 9:42 PM, David Robillard d...@drobilla.net wrote: On Thu, 2011-11-17 at 20:48 +0100, Tim Blechmann wrote: Thanks Tim, I'll def check it out. What's the difference to a newbie like myself between yours and the one in Jack? Congrats btw, that's awesome that

Re: [LAD] RAUL or other libraries for real this time? ;-)

2011-11-19 Thread David Robillard
On Sat, 2011-11-19 at 11:44 -0800, Iain Duncan wrote: On Fri, Nov 18, 2011 at 9:42 PM, David Robillard d...@drobilla.net wrote: On Thu, 2011-11-17 at 20:48 +0100, Tim Blechmann wrote: Thanks Tim, I'll def check it out. What's the difference to a newbie like

Re: [LAD] RAUL or other libraries for real this time? ;-)

2011-11-18 Thread David Robillard
On Thu, 2011-11-17 at 20:48 +0100, Tim Blechmann wrote: Thanks Tim, I'll def check it out. What's the difference to a newbie like myself between yours and the one in Jack? Congrats btw, that's awesome that your work will be in boost! the main difference is prbly that the jack

Re: [LAD] RAUL or other libraries for real this time? ;-)

2011-11-17 Thread Tim Blechmann
part I need library help with is likely synchronization and interprocess/interthread communication. ( ie do I use the jack ringbuffer? Do I look at boost queue implementations? does RAUL have a higher level convenience ring buffer? my boost.lockfree library has been accepted and will be

Re: [LAD] RAUL or other libraries for real this time? ;-)

2011-11-17 Thread Iain Duncan
Thanks Tim, I'll def check it out. What's the difference to a newbie like myself between yours and the one in Jack? Congrats btw, that's awesome that your work will be in boost! iain On Thu, Nov 17, 2011 at 2:09 AM, Tim Blechmann t...@klingt.org wrote: part I need library help with is likely

Re: [LAD] RAUL or other libraries for real this time? ;-)

2011-11-17 Thread Tim Blechmann
Thanks Tim, I'll def check it out. What's the difference to a newbie like myself between yours and the one in Jack? Congrats btw, that's awesome that your work will be in boost! the main difference is prbly that the jack ringbuffer is plain c and prbly needs libjack, while boost.lockfree is

Re: [LAD] RAUL or other libraries for real this time? ;-)

2011-11-17 Thread Iain Duncan
Great, I'll likely be a user then! Was planning on using boost whenever possible anyway. iain On Thu, Nov 17, 2011 at 11:48 AM, Tim Blechmann t...@klingt.org wrote: Thanks Tim, I'll def check it out. What's the difference to a newbie like myself between yours and the one in Jack?

[LAD] RAUL or other libraries for real this time? ;-)

2011-11-16 Thread Iain Duncan
Still curious about RAUL. As i have no immediate plans beyond learning how to write proper audio app, even if license restrictions prevent from using RAUL in a hypothetical commercial product years down the road, it may well be worth me using for my own personal needs in the meantime. Would love