<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Online canvas tool&#x2F;editor to show proposed solutions in the answers (as Stackoverflow&#x27;s code canvas)?]]></title><description><![CDATA[<p>Has anyone ever thought that it could be nice to be able to see solutions proposed by users without they use writing as follows?</p>
<hr />
<p>[pdobject] [pdobject2]<br />
| |<br />
|<br />
[pdobject3]</p>
<hr />
<p>?<br />
Can we discuss to develop a software engine that takes let user writes on a canvas his patch? The tool can take a *.pd file in input and translate him in a graphical version of the patch.<br />
What do you think about it?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12456/online-canvas-tool-editor-to-show-proposed-solutions-in-the-answers-as-stackoverflow-s-code-canvas</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 14:17:01 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/12456.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 20 Nov 2019 17:32:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Online canvas tool&#x2F;editor to show proposed solutions in the answers (as Stackoverflow&#x27;s code canvas)? on Wed, 20 Nov 2019 17:32:26 GMT]]></title><description><![CDATA[<p>Has anyone ever thought that it could be nice to be able to see solutions proposed by users without they use writing as follows?</p>
<hr />
<p>[pdobject] [pdobject2]<br />
| |<br />
|<br />
[pdobject3]</p>
<hr />
<p>?<br />
Can we discuss to develop a software engine that takes let user writes on a canvas his patch? The tool can take a *.pd file in input and translate him in a graphical version of the patch.<br />
What do you think about it?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12456/online-canvas-tool-editor-to-show-proposed-solutions-in-the-answers-as-stackoverflow-s-code-canvas</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12456/online-canvas-tool-editor-to-show-proposed-solutions-in-the-answers-as-stackoverflow-s-code-canvas</guid><dc:creator><![CDATA[TJ88]]></dc:creator><pubDate>Wed, 20 Nov 2019 17:32:26 GMT</pubDate></item><item><title><![CDATA[Reply to Online canvas tool&#x2F;editor to show proposed solutions in the answers (as Stackoverflow&#x27;s code canvas)? on Thu, 28 Nov 2019 22:39:09 GMT]]></title><description><![CDATA[<p>That would be great.</p>
<p>I've got some code in Purr Data that essentially does that-- each canvas window is just an svg. But most of the editor code is still handled in C.</p>
<p>But I think it's possible to develop a fully HTML5 editor/display engine in parallel to the current GUI. Then you could use it as a library to display editable patches in a web page (even with audio running in the background). It's the little details that make this a rather complex project-- e.g., what should happen in a web patch display if the user clicks on a subpatch?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12456/online-canvas-tool-editor-to-show-proposed-solutions-in-the-answers-as-stackoverflow-s-code-canvas/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12456/online-canvas-tool-editor-to-show-proposed-solutions-in-the-answers-as-stackoverflow-s-code-canvas/2</guid><dc:creator><![CDATA[jancsika]]></dc:creator><pubDate>Thu, 28 Nov 2019 22:39:09 GMT</pubDate></item><item><title><![CDATA[Reply to Online canvas tool&#x2F;editor to show proposed solutions in the answers (as Stackoverflow&#x27;s code canvas)? on Thu, 28 Nov 2019 23:51:30 GMT]]></title><description><![CDATA[<p>perhaps a screenshot is still more flexible to just show something graphical from a patch, but it would be really great if you could run audio and even edit a patch online. There could also be a method in the Pure Data menu like &quot;save canvas to .png&quot; <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/wink.png" title=";)" alt=";)" /><br />
&quot;...what should happen in a web patch display if the user clicks on a subpatch?&quot;<br />
perhaps it can popup another browser window? but i do not know if the main page/patch could communicate with a subpatch in another browser window and if it can &quot;know&quot; that there is a subpatch opened...</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12456/online-canvas-tool-editor-to-show-proposed-solutions-in-the-answers-as-stackoverflow-s-code-canvas/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12456/online-canvas-tool-editor-to-show-proposed-solutions-in-the-answers-as-stackoverflow-s-code-canvas/3</guid><dc:creator><![CDATA[Jona]]></dc:creator><pubDate>Thu, 28 Nov 2019 23:51:30 GMT</pubDate></item><item><title><![CDATA[Reply to Online canvas tool&#x2F;editor to show proposed solutions in the answers (as Stackoverflow&#x27;s code canvas)? on Fri, 29 Nov 2019 01:16:32 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/jona">@Jona</a> there is the possibility to &quot;print&quot; a patch as a post scipt document</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12456/online-canvas-tool-editor-to-show-proposed-solutions-in-the-answers-as-stackoverflow-s-code-canvas/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12456/online-canvas-tool-editor-to-show-proposed-solutions-in-the-answers-as-stackoverflow-s-code-canvas/4</guid><dc:creator><![CDATA[Johnny Mauser]]></dc:creator><pubDate>Fri, 29 Nov 2019 01:16:32 GMT</pubDate></item><item><title><![CDATA[Reply to Online canvas tool&#x2F;editor to show proposed solutions in the answers (as Stackoverflow&#x27;s code canvas)? on Fri, 29 Nov 2019 01:54:24 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/johnny">@Johnny</a> Mauser that´s and good to know, obviously i overlooked it until now. would be nice if one could choose another format like jpg. or .pdf.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/12456/online-canvas-tool-editor-to-show-proposed-solutions-in-the-answers-as-stackoverflow-s-code-canvas/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/12456/online-canvas-tool-editor-to-show-proposed-solutions-in-the-answers-as-stackoverflow-s-code-canvas/5</guid><dc:creator><![CDATA[Jona]]></dc:creator><pubDate>Fri, 29 Nov 2019 01:54:24 GMT</pubDate></item></channel></rss>