well,<br>I'm a little bit off-line now preparing some exams for next week.<br>But the code that Hernan wrote seems fine.<br>namespace Hidden<br>{<br>        static const char * metadata[] = {<br>                "key", "OSCSourceProcessing",
<br>                "category", "Plugins", // change to a more suitable category<br>               "description", "OSCSourceProcessing",<br>                0<br>        };<br><div style="direction: ltr;">
        static FactoryRegistrator<ProcessingFactory, OSCSourceProcessing> reg<br>= metadata;<br>}<br><br>I am not able to check my e-mail so often, but I'll try to keep a look on this topic.<br><br>Hope it helps!
<br><br>PS: David, I'll rewrite the wiki when I get home (next friday)...<br></div><br><br><div><span class="gmail_quote">On 8/27/07, <b class="gmail_sendername"><a href="mailto:parumi@iua.upf.edu">parumi@iua.upf.edu</a>
</b> <<a href="mailto:parumi@iua.upf.edu">parumi@iua.upf.edu</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;"><br>> And maybe we also need adding some metadata wiki documentation explaining
<br>> some<br>> conventions on the factory metadata attributes for processings.<br>><br><br>Right<br><br>> I can't handle that now (i suppose Greg neither). Any volunteer?<br>><br><br>Neither me --at least till next week. Still on holidays in Japan. Enjoying
<br>Kyoto landscapes very much, though I liked more the immense and awark<br>Tokyo. And tomorrow it's time for the north coast of beaches and<br>fishermen.<br>Ok, enough off-topic for now. Just wanted you to understand why I'm so
<br>disappeared from last week. pam-i-pipa :D<br><br>Have fun!<br>Conbawa<br><br>pau<br><br>><br>> On Monday 27 August 2007 12:37:13 Greg Kellum wrote:<br>>> Hernan,<br>>><br>>> I honestly have no idea why the plugins aren't working for you.  I
<br>>> thought<br>>> it was a miracle myself when I compiled them on my laptop and was able<br>>> to<br>>> load them in the NetworkEditor, because I didn't really understand how<br>>> the
<br>>> plugin architecture worked and Pau had already left for Japan...  Maybe,<br>>> Andreas can help us figure out what's wrong...<br>>><br>>> Greg<br>>><br>>> On 8/27/07, Hernán Ordiales <
<a href="mailto:h@ordia.com.ar">h@ordia.com.ar</a>> wrote:<br>>> > 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<br>>> is<br>>> ><br>>> > an<br>>> ><br>>> > > OSC message receiver, and the other is a spectral modeling
<br>>> ><br>>> > synthesizer.  If<br>>> ><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,
<br>>> 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,
<br>>> OSCSourceProcessing><br>>> > regOSCSourceProcessing("OSCSourceProcessing");<br>>> >         static FactoryRegistrator<ProcessingFactory,<br>>> OSCSourceProcessing><br>
>> > 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>><br>><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>>
<br><br><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>