Re: [LAD] Auto-wah plugin

2009-08-29 Thread Paul Davis
On Fri, Aug 28, 2009 at 4:50 PM, Fons Adriaensen wrote: > I'm perfectly willing to prefix $(DESTDIR) to any install directories > if that is all that's required. > > But while I can clearly see the use and even necessity for $DESTIR > for someone who is creating a binary package from a source pack

Re: [LAD] Auto-wah plugin

2009-08-29 Thread Fons Adriaensen
On Sat, Aug 29, 2009 at 08:48:27AM -0400, Paul Davis wrote: > Fons - you don't! DESTDIR is empty by default. Hence "make install" > installs directly for a regular user who has not bothered to set it. > PREFIX is the way that a non-packaging user targets the install to > somewhere other than the d

Re: [LAD] Auto-wah plugin

2009-08-29 Thread Pedro Lopez-Cabanillas
On Friday, August 28, 2009, Fons Adriaensen wrote: > To install into a e.g. a home directory a user would have to modify > $PREFIX, not $DESTDIR. Unless he uses chroot(1) with $DESTDIR as argument, to test the program in an isolated environment. Without having to use chroot, I used to test my ol

[LAD] INVADA meter plugin and DSP load

2009-08-29 Thread James Warden
Hi, Just tried the invada LV2 meter plugin in ardour. Existing critics on the VU relevance notwithstanding, there is an issue on the DSP load if the plugin is active (state of virtual switch in the LV2 plugin window is Active) but the ardour transport is stopped. If I turn the virtual switch

[LAD] [off-list] INVADA meter plugin and DSP load

2009-08-29 Thread Ralf Mardorf
James Warden wrote: > [snip] Existing critics on the VU relevance notwithstanding [snip] Pardon, that some of us make noise because of this, me too. As a rule of thumb, there's nothing wrong if you or any other person will use such a meter. I'll react my own onesided opinion. Concepts needs to b

Re: [LAD] [off-list] INVADA meter plugin and DSP load

2009-08-29 Thread Ralf Mardorf
:D it should be off-list :D Ralf Mardorf wrote: > James Warden wrote: >> [snip] Existing critics on the VU relevance notwithstanding [snip] > > Pardon, that some of us make noise because of this, me too. As a rule > of thumb, there's nothing wrong if you or any other person will use > such a met

Re: [LAD] INVADA meter plugin and DSP load

2009-08-29 Thread Fons Adriaensen
On Sat, Aug 29, 2009 at 10:23:45AM -0700, James Warden wrote: > Just tried the invada LV2 meter plugin in ardour. Existing critics on the VU > relevance notwithstanding, there is an issue on the DSP load if the plugin is > active (state of virtual switch in the LV2 plugin window is Active) but

Re: [LAD] Running pulseaudio with jack

2009-08-29 Thread Stefan Kost
Kjetil S. Matheussen schrieb: > Patrick Shirkey: >> Hi, >> >> For those of you who are not subscribed to LAU, yesterday I had time to >> run a test to see how easy and stable it was to run pulseaudio with jack >> on Fedora 11. >> >> I had a few problems at first but after upgrading to pulseaudio-0.

[LAD] ALSA sequencer port type flags

2009-08-29 Thread Pedro Lopez-Cabanillas
Hi, I've received a complaint about VMPK not seeing other application's MIDI ports in the internal connections dialog. Among others, it doesn't list LinuxSampler ports. This isn't usually a big problem, because it is still possible to make the subscription using a connection manager like aconn

Re: [LAD] Auto-wah plugin

2009-08-29 Thread Renato
On Sat, 29 Aug 2009 17:12:34 +0200 Fons Adriaensen wrote: > On Sat, Aug 29, 2009 at 08:48:27AM -0400, Paul Davis wrote: > > > Fons - you don't! DESTDIR is empty by default. Hence "make install" > > installs directly for a regular user who has not bothered to set it. > > PREFIX is the way that a

[LAD] Linkwitz-Riley (LR-4) digital crossover filter dsp

2009-08-29 Thread Damien Zammit
After reading extensively on digital filters used as crossovers, I just finished implementing a digital LR-4 crossover filter using 2 chained butterworths 2 pole q=1/sqrt(2). I used the bilinear transform method to calculate the coefficients of the butterworth filter and chained 2 of them together