Re: [LAD] C++ guide

2014-06-14 Thread Sakari Bergen
Googling for C++ books gave this as the first result: http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list Based on my readings and what I've heard from others, that is an excellent list. As for online references, cplusplus.com is generally considered low quality, and con

Re: [LAD] Listing lowest and highest frequencies in a track?

2012-08-31 Thread Sakari Bergen
On Fri, Aug 31, 2012 at 6:40 PM, Paul Davis wrote: > On Fri, Aug 31, 2012 at 11:26 AM, Chris Bannister < > cbannis...@slingshot.co.nz> wrote: > >> On Mon, Aug 27, 2012 at 10:54:28PM -0600, Bearcat M. Şándor wrote: >> > Folks, >> > >> > Is there a Linux program out there that i can throw a wave fil

[LAD] Introducing ReverbTuner

2010-12-13 Thread Sakari Bergen
Hi All, ReverbTuner is a program that uses AI to tune LV2 reverb parameters to match a convolution reverb. It's a school project made for an AI course, and is a rather quick hack. It's probably the lousiest ever LV2 host, and will crash with some plugins. However, the basic architecture should

Re: [LAD] LV2: Howto

2010-12-13 Thread Sakari Bergen
On 13.12.2010 11:25, Harry Van Haaren wrote: Hey all, A while ago I asked about LADSPA plugins, they're implemented & working smoothly now, thanks all that replied & Robin for the code! The next plugin I want to tackle is LV2, I've read lv2plug.in , and I understand how it

Re: [LAD] May I asked something OT?

2010-07-18 Thread Sakari Bergen
On July 18, 2010 03:57:06 pm Ralf Mardorf wrote: A lot of kids wish to have a kill switch for their guitars. A kill switch is a short circuit, to 'stop' the audio signal. I'm not fine with this solution, but the kids argue, that e.g. an interruption does cause unwanted noise, especially for o

[LAD] Introducing AudioGrapher

2010-03-15 Thread Sakari Bergen
AudioGrapher is a C++ library for managing signal flow within applications or plugins. It is mainly a bunch of utility classes that ease passing data around and debugging error situations. Currently it also includes all the functionality that is used in Ardour's export, including the following: