[Clam-devel] Re: Clam-devel Digest, Vol 12, Issue 5
globot
gglobot at gmail.com
Fri Nov 16 06:08:43 PST 2007
>On dv, 2007-11-16 at 18:32 +0800, globot wrote:
>
>
>>hi,
>>
>>i have a stupid question today,
>>I made a network using NE, there is ladspa plugin inside. But when i
>>load this network with my sotware have an error message :
>>"Error creating a processing object of type 'hpf1' which is not available."
>>
>>'hpf1' should be a "Simple High Pass Filter" (id: 1042 or 1052)
>>
>>So is there something special to do to automaticly scan ladspa plugin ?
>>like NE do... Because i don't have any messages telling me . "[LADSPA
>>Plugins] looking at path '/path' "
>>
>>
>>
>
>this seems easy.
>look at NetworkEditor/src/ProcessingTree.cxx line 187
>#ifdef USE_LADSPA
> RunTimeLadspaLibraryLoader ladspaLoader;
> ladspaLoader.Load();
>#endif
>
>so this is all you need to do to load ladspas in the processing factory.
>
>pau
>
>
>
>
thank you, i was just to tired tonight to search for it :)
it work well now
More information about the clam-devel
mailing list