Hernan,<br><br>I honestly have no idea why the plugins aren't working for you.  I thought it was a miracle myself when I compiled them on my laptop and was able to load them in the NetworkEditor, because I didn't really understand how the plugin architecture worked and Pau had already left for Japan...  Maybe, Andreas can help us figure out what's wrong...
<br><br>Greg<br><br><div><span class="gmail_quote">On 8/27/07, <b class="gmail_sendername">Hernán Ordiales</b> <<a href="mailto:h@ordia.com.ar">h@ordia.com.ar</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 8/20/07, Greg Kellum <<a href="mailto:greg.kellum@gmail.com">greg.kellum@gmail.com</a>> wrote:<br>> Hi all,<br>><br>> I added two new plugins in the clam/CLAM/plugins folder today.  One is an<br>> OSC message receiver, and the other is a spectral modeling synthesizer.  If
<br>> you're curious about them, please see their README files for more<br>> information...<br><br>hi, nice plugins :-)<br><br>to compile i had to install manually this library:<br><a href="http://www.audiomulch.com/~rossb/code/oscpack/">
http://www.audiomulch.com/~rossb/code/oscpack/</a><br><br>maybe would be useful add a scons dependencies check or at least a<br>line in README file telling about this need (for less experienced<br>users), don't?<br><br>
but, how can I get them working into NE?<br><br>i compiled with scons and then installed in usual way (scons install)<br>and then when i ran the NE with something like (with correct path):<br>"CLAM_PLUGIN_PATH=~/local/lib/clam NetworkEditor" i couldn't found
<br>them either into Canvas or with a context menu call (i.e.<br>"OSCSourceProcessing")<br><br>On the other hand isn't this the old way?<br><br>namespace Hidden<br>{<br>        static FactoryRegistrator<ProcessingFactory, OSCSourceProcessing>
<br>regOSCSourceProcessing("OSCSourceProcessing");<br>}<br><br>shouldn't be something like?:<br><br>namespace Hidden<br>{<br>        static const char * metadata[] = {<br>                "key", "OSCSourceProcessing",
<br>                "category", "Plugins",<br>                "description", "OSCSourceProcessing",<br>                0<br>        };<br>//      static FactoryRegistrator<ProcessingFactory, OSCSourceProcessing>
<br>regOSCSourceProcessing("OSCSourceProcessing");<br>        static FactoryRegistrator<ProcessingFactory, OSCSourceProcessing> reg<br>= metadata;<br>}<br><br>also tried with this, but still no working...<br>
<br><br>what is missing?<br><br>thanks!<br>--<br>Hernán<br><a href="http://h.ordia.com.ar">http://h.ordia.com.ar</a><br>GnuPG: 0xEE8A3FE9<br><br>_______________________________________________<br>Clam-devel mailing list<br>
<a href="mailto:Clam-devel@llistes.projectes.lafarga.org">Clam-devel@llistes.projectes.lafarga.org</a><br><a href="https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel">https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel
</a><br></blockquote></div><br>