<div dir="ltr">thanks, but yeah, I'm just looking for a solution within Pd that can display everything</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em dom, 30 de dez de 2018 às 18:47, Giulio Moro <<a href="mailto:giuliomoro@yahoo.it">giuliomoro@yahoo.it</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Possibly not what you are looking for, but on Bela we use a modified version of <a href="https://github.com/sebpiq/pd-fileutils" rel="noreferrer" target="_blank">https://github.com/sebpiq/pd-fileutils</a> to generate a preview SVG from a .pd file. This has the big advantage of not needing Pd, so you could run it in the user's browser or on a server, and consequently it has at least a couple of drawbacks:<br>
- array/tables are not displayed<br>
- the number of I/O of each object is determined by the number of I/O connections and not by the property of the object itself<br>
There is at least one bug:<br>
- comment lines don't wrap<br>
Our version has a couple of fixes with respect to mainline, here it is: <a href="https://github.com/BelaPlatform/Bela/blob/master/IDE/public/js/pd-fileutils.js" rel="noreferrer" target="_blank">https://github.com/BelaPlatform/Bela/blob/master/IDE/public/js/pd-fileutils.js</a><br>
<br>
<br>
On Sunday, 23 December 2018, 16:28:39 GMT, IOhannes m zmölnig <<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>> wrote: <br>
<br>
<br>
On 12/23/18 5:25 PM, Alexandre Torres Porres wrote:<br>
<br>
> Hi, what's your best way to do this?<br>
<br>
<br>
install my patch2svg plugin, and use that.<br>
<br>
gmar<br>
IOhannes<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a></blockquote></div>