[PD] Re: plugin~ and SC4

Ben Saylor bensaylor at fastmail.fm
Tue Mar 30 23:52:37 CEST 2004


Actually, the left input was coming out of both outputs, with the right 
output being more compressed.  I solved the problem by changing

sc4Descriptor->Properties =
	LADSPA_PROPERTY_HARD_RT_CAPABLE;

to

sc4Descriptor->Properties =
	LADSPA_PROPERTY_HARD_RT_CAPABLE |
	LADSPA_PROPERTY_INPLACE_BROKEN;

in sc4_1882.so.c.

Ben

On Monday 29 March 2004 10:37 pm, Ben Saylor wrote:
> Hello list,
>
> I'm getting some strange behavior with plugin~ (recent cvs) and SC4
> from swh-plugins-0.4.3.  SC4 is a compressor with two inputs and two
> outputs.  When I use it with plugin~, the right channel gets
> compressed much more than the left channel.  The plugin itself seems
> fine; this doesn't happen with Audacity or xmms-ladspa.  Does anyone
> know what might be causing this?
>
> Thanks,
> Ben




More information about the Pd-list mailing list