<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">It’s just that e.g. VSTs are fundamentally a limited format compared to Pure Data patches.</div><div class="">There are some modular VST hosts, but not much something like Reaktor that combines both</div><div class="">high- and low-level and customisation in the same environment.</div><div class=""><br class=""></div><div class="">At the KVR audio there was a late interest in developing perhaps yet another such platform:</div><div class=""><a href="http://www.kvraudio.com/forum/viewtopic.php?f=33&t=461790" class="">http://www.kvraudio.com/forum/viewtopic.php?f=33&t=461790</a></div><div class=""><br class=""></div><div class="">-Matti</div><br class=""><div><blockquote type="cite" class=""><div class="">On 07 May 2016, at 22:24, Scott R. Looney <<a href="mailto:scottrlooney@gmail.com" class="">scottrlooney@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">hi Matti - the only thing i've seen that is something similar to what you're asking is the Heavy toolchain from Enzien Audio based on the online Tannhauser compiler. it can convert a PD patch into C++ where it can then be used as a plugin for different platforms, including in game audio middleware. the service is a commercial service if the product you're planning to use is commercial in nature. at that point you could use it in something like JUCE to do what you need to make it a full plugin or standalone app. many commercial companies use PD or Max to prototype what they eventually sell as commercial software. Joe White is on the list and may have more info than me on commercial uses of Heavy: <a href="https://enzienaudio.com/" class="">https://enzienaudio.com/</a><div class=""><br class=""></div><div class="">scott</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Sat, May 7, 2016 at 12:13 PM, Matti Viljamaa <span dir="ltr" class=""><<a href="mailto:mviljamaa@kapsi.fi" target="_blank" class="">mviljamaa@kapsi.fi</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="">Or even straight C -> binary and then have Pd open the binary as patch.<span class="HOEnZb"><font color="#888888" class=""><div class=""><br class=""></div><div class="">-Matti</div></font></span><div class=""><div class="h5"><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On 07 May 2016, at 22:01, Matti Viljamaa <<a href="mailto:mviljamaa@kapsi.fi" target="_blank" class="">mviljamaa@kapsi.fi</a>> wrote:</div><br class=""><div class=""><div style="word-wrap:break-word" class="">Anyone know if compiling Pd patch to C could offer a possibility, e.g. as an extension of Pd?<div class=""><br class=""></div><div class="">There are some around:</div><div class=""><a href="http://resenv.media.mit.edu/PuDAC/sw.html" target="_blank" class="">http://resenv.media.mit.edu/PuDAC/sw.html</a></div><div class=""><a href="https://github.com/sharebrained/pd_compiler" target="_blank" class="">https://github.com/sharebrained/pd_compiler</a></div><div class=""><br class=""></div><div class="">So patch -> C -> binary and then have Pd somehow open the binary as patch?</div><div class=""><br class=""></div><div class="">-Matti</div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On 07 May 2016, at 21:08, Matti Viljamaa <<a href="mailto:mviljamaa@kapsi.fi" target="_blank" class="">mviljamaa@kapsi.fi</a>> wrote:</div><br class=""><div class=""><div style="word-wrap:break-word" class="">I think being open to commercial development could make it attractive to develop e.g. high quality oscillators and filters for Pd.<div class="">Commercial synthesisers and effects are often better than freeware.<br class=""><div class=""><br class=""></div><div class="">Reaktor has a lot of good free ensembles, but development wise its also more refined product (i.e. the development ought to be less painful).</div><div class=""><br class=""></div><div class="">I think it’d be interesting to be able to have a platform where one can combine open source and commercial “modules”. Best of the both worlds, so to speak.</div><div class=""><br class=""></div><div class="">-Matti</div><div class=""><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On 07 May 2016, at 21:04, Pagano, Patrick <<a href="mailto:pat@digitalworlds.ufl.edu" target="_blank" class="">pat@digitalworlds.ufl.edu</a>> wrote:</div><br class=""><div class="">



<div dir="auto" class="">
<div class="">But as I suspected it sounds like your intention is to sell pd patches back to the community?</div>
<div class=""><br class="">
</div>
<div class="">Have you seen </div>
<div class="">Monolog X</div>
<div class=""><br class="">
<br class="">
<div class="">Patrick Pagano B.S, M.F.A
<div class="">Interactive Media & Education</div>
<div class=""><a href="tel:%2B1352.226.2016" value="+13522262016" target="_blank" class="">+1352.226.2016</a></div>
<div class=""><a href="https://patrickrpagano.wordpress.com/" target="_blank" class="">https://patrickrpagano.wordpress.com/</a></div>
<div class=""><br class="">
</div>
</div>
</div>
<div class=""><br class="">
On May 7, 2016, at 1:37 PM, Matti Viljamaa <<a href="mailto:mviljamaa@kapsi.fi" target="_blank" class="">mviljamaa@kapsi.fi</a>> wrote:<br class="">
<br class="">
</div>
<blockquote type="cite" class="">
<div class=""><span class="">What about using Pd as a C/C++ library and writing the patch that way? Or perhaps LibPd?</span><br class="">
<span class="">Would this allow the patch to be compiled as a stand-alone program? Yes?</span><br class="">
<span class=""></span><br class="">
<span class="">The easiest would be if there was a way to open a patch in binary form in Pd.</span><br class="">
<span class=""></span><br class="">
<span class="">What I’ve been envisioning would be to create “modules” for Pd similar to Reaktor’s Blocks that would</span><br class="">
<span class="">allow for a more high-level patching and usage of Pd. And it could motivate developers to develop patches</span><br class="">
<span class="">in a more standardized “blocks” form, rather than as unstandardised patches.
</span><br class="">
<span class=""></span><br class="">
<span class="">Reason, I’ve been wanting to see modular synthesis properly realised in Pd. But I wouldn’t want to</span><br class="">
<span class="">spend effort on developing modules that I cannot profit from, since I could do that using some other platform.</span><br class="">
<span class=""></span><br class="">
<span class="">-Matti</span><br class="">
<span class=""></span><br class="">
<blockquote type="cite" class=""><span class="">On 07 May 2016, at 20:29, Miller Puckette <<a href="mailto:msp@ucsd.edu" target="_blank" class="">msp@ucsd.edu</a>> wrote:</span><br class="">
</blockquote>
<blockquote type="cite" class=""><span class=""></span><br class="">
</blockquote>
<blockquote type="cite" class=""><span class="">You'd have to modify Pd if you want to be able to run patches and</span><br class="">
</blockquote>
<blockquote type="cite" class=""><span class="">keep it a secret how the patch works.  I don't think people often feel the</span><br class="">
</blockquote>
<blockquote type="cite" class=""><span class="">need to do that but it wouldn't be hard to do.</span><br class="">
</blockquote>
<blockquote type="cite" class=""><span class=""></span><br class="">
</blockquote>
<blockquote type="cite" class=""><span class="">cheers</span><br class="">
</blockquote>
<blockquote type="cite" class=""><span class="">Miller</span><br class="">
</blockquote>
<blockquote type="cite" class=""><span class=""></span><br class="">
</blockquote>
<blockquote type="cite" class=""><span class="">On Sat, May 07, 2016 at 08:14:05PM +0300, Matti Viljamaa wrote:</span><br class="">
</blockquote>
<blockquote type="cite" class="">
<blockquote type="cite" class=""><span class="">But how do you close and distribute a Pd patch so it’s not viewable? Can you open a Pd patch distributed as binary?</span><br class="">
</blockquote>
</blockquote>
<blockquote type="cite" class="">
<blockquote type="cite" class=""><span class=""></span><br class="">
</blockquote>
</blockquote>
<blockquote type="cite" class="">
<blockquote type="cite" class=""><span class="">I only found this:</span><br class="">
</blockquote>
</blockquote>
<blockquote type="cite" class="">
<blockquote type="cite" class=""><span class=""></span><br class="">
</blockquote>
</blockquote>
<blockquote type="cite" class="">
<blockquote type="cite" class=""><span class="">How do I compile a Pd-patch to run as a stand-alone application?</span><br class="">
</blockquote>
</blockquote>
<blockquote type="cite" class="">
<blockquote type="cite" class=""><span class=""><a href="https://puredata.info/docs/faq/standalone" target="_blank" class="">https://puredata.info/docs/faq/standalone</a> <<a href="https://puredata.info/docs/faq/standalone" target="_blank" class="">https://puredata.info/docs/faq/standalone</a>></span><br class="">
</blockquote>
</blockquote>
<blockquote type="cite" class="">
<blockquote type="cite" class=""><span class=""></span><br class="">
</blockquote>
</blockquote>
<blockquote type="cite" class="">
<blockquote type="cite" class=""><span class="">-Matti</span><br class="">
</blockquote>
</blockquote>
<blockquote type="cite" class="">
<blockquote type="cite" class=""><span class=""></span><br class="">
</blockquote>
</blockquote>
<span class=""></span><br class="">
<span class=""></span><br class="">
<span class="">_______________________________________________</span><br class="">
<span class=""><a href="mailto:Pd-list@lists.iem.at" target="_blank" class="">Pd-list@lists.iem.at</a> mailing list</span><br class="">
<span class="">UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" target="_blank" class="">
https://lists.puredata.info/listinfo/pd-list</a></span><br class="">
</div>
</blockquote>
</div>

</div></blockquote></div><br class=""></div></div></div></div>_______________________________________________<br class=""><a href="mailto:Pd-list@lists.iem.at" target="_blank" class="">Pd-list@lists.iem.at</a> mailing list<br class="">UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" target="_blank" class="">https://lists.puredata.info/listinfo/pd-list</a><br class=""></div></blockquote></div><br class=""></div></div>_______________________________________________<br class=""><a href="mailto:Pd-list@lists.iem.at" target="_blank" class="">Pd-list@lists.iem.at</a> mailing list<br class="">UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" target="_blank" class="">https://lists.puredata.info/listinfo/pd-list</a><br class=""></div></blockquote></div><br class=""></div></div></div></div><br class="">_______________________________________________<br class="">
<a href="mailto:Pd-list@lists.iem.at" class="">Pd-list@lists.iem.at</a> mailing list<br class="">
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank" class="">https://lists.puredata.info/listinfo/pd-list</a><br class="">
<br class=""></blockquote></div><br class=""></div>
_______________________________________________<br class=""><a href="mailto:Pd-list@lists.iem.at" class="">Pd-list@lists.iem.at</a> mailing list<br class="">UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" class="">https://lists.puredata.info/listinfo/pd-list</a><br class=""></div></blockquote></div><br class=""></body></html>