<?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[Opening a PD patch as a subpatch using [openpanel]]]></title><description><![CDATA[<p>Hi Everyone,</p>
<p>I've been trying to figure out a way to open and load a PD patch as a subpatch. I've been experimenting with [openpanel] and [openpatch], however it just opens the patch and doesn't create a subpatch.<br />
<img src="/uploads/files/1488215688985-screen-shot-2017-02-27-at-12.13.12-pm.png" alt="Screen Shot 2017-02-27 at 12.13.12 PM.png" class="img-responsive img-markdown" /><br />
I thought about putting a loadbang in the patches that would then copy all the information in the patch and paste it into a subpatch. But I figured it would have to use shell commands and I'm not too savy with those.</p>
<p>Any help would be greatly appreciated <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 18:12:20 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/10606.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Feb 2017 17:18:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Tue, 28 Feb 2017 00:34:03 GMT]]></title><description><![CDATA[<p>Hi Everyone,</p>
<p>I've been trying to figure out a way to open and load a PD patch as a subpatch. I've been experimenting with [openpanel] and [openpatch], however it just opens the patch and doesn't create a subpatch.<br />
<img src="/uploads/files/1488215688985-screen-shot-2017-02-27-at-12.13.12-pm.png" alt="Screen Shot 2017-02-27 at 12.13.12 PM.png" class="img-responsive img-markdown" /><br />
I thought about putting a loadbang in the patches that would then copy all the information in the patch and paste it into a subpatch. But I figured it would have to use shell commands and I'm not too savy with those.</p>
<p>Any help would be greatly appreciated <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel</guid><dc:creator><![CDATA[reverbanime]]></dc:creator><pubDate>Tue, 28 Feb 2017 00:34:03 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Mon, 27 Feb 2017 17:21:59 GMT]]></title><description><![CDATA[<p>You know about abstractions, right? It sounds like that might be what you're after.</p>
<p>Save a patch to file (ie 'my-patch.pd') and then create an object of the same name (ie. [my-patch] ). Inlets and outlets work as in sub-patches, and you also have the added feature of creation arguments.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/2</guid><dc:creator><![CDATA[LiamG]]></dc:creator><pubDate>Mon, 27 Feb 2017 17:21:59 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Mon, 27 Feb 2017 17:46:11 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/liamg">@LiamG</a> Thanks for the quick response! Sorry, I should've been a little more clear <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grimacing.png" title="grimacing" alt=":grimacing:" /><br />
Ideally I would like to use [openpanel] to open and load/create an abstraction within the main PD patch, instead of just creating an abstraction.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/3</guid><dc:creator><![CDATA[reverbanime]]></dc:creator><pubDate>Mon, 27 Feb 2017 17:46:11 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Mon, 27 Feb 2017 17:58:14 GMT]]></title><description><![CDATA[<p>I see.</p>
<p>Then you should be able to do this:</p>
<pre><code>[obj 0 0 my-abstraction(
|
[iemguts/sendcanvas]
</code></pre>
<p>where 0 0 is the x-y coordinate where you want the object to appear.</p>
<p>If you don't want to use an external, you can use [namecanvas] instead of [sendcanvas], or even [send pd-my_canvas_name].</p>
<p>You can also use [openpanel] to choose the abstraction if you want, but you'll have to split the .pd off the end of the symbol.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/4</guid><dc:creator><![CDATA[LiamG]]></dc:creator><pubDate>Mon, 27 Feb 2017 17:58:14 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Tue, 28 Feb 2017 17:54:07 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/liamg">@LiamG</a> Thanks for the help! I was able to make an abstraction using [iemguts/sendcanvas] and open a PD patch using [symbol2list] to filter out non-important information from [openpanel] (IE usr/home/desktop/etc..) so my overall patch looks like this...</p>
<pre><code>[bng]
|
[openpanel]
|
[symbol2list /]
|
[unpack s s s]
           /
[symbol2list .]
|
[unpack s s]
         /
[obj 0 0 $1(
|
[iemguts/sendcanvas]

</code></pre>
<p>Now the tricky part is to get the abstraction to automatically send and recieve information from the parent patch. I'm currently using [s~] / [r~] however the [r~] in the abstraction doesn't seem to be working. If I connect information into the inlet of the abstraction it'll work, but ideally I would like information to be sent to and from the abstraction automatically upon creation.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/5</guid><dc:creator><![CDATA[reverbanime]]></dc:creator><pubDate>Tue, 28 Feb 2017 17:54:07 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Tue, 28 Feb 2017 19:19:46 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/reverbanime">@reverbanime</a> Sorry to ask, but is there a typo in the receive name?  Receive objects complain if there is no send, and I assume that it exists already in the parent.  So I would expect a problem the other way around.<br />
Does [throw~] / [catch~] work?<br />
You could auto-connect to the abstraction once it is created with a [connect &quot;parent-object-no&quot; &quot;parent-outlet-no&quot; &quot;abstr-object-no&quot; &quot;abstr-inlet-no&quot;( message if all else fails.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/6</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Tue, 28 Feb 2017 19:19:46 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Tue, 28 Feb 2017 20:36:34 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> Thanks for the response! I just figured out why [s~] and [r~] aren't working, I forgot that I there was another abstract with the same [s~] / [r~] destinations <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/laughing.png" title="laughing" alt=":laughing:" /></p>
<p>However, I'm encountering a new issue now.  I'm running the aforementioned patch as an abstraction with the [bang] and [inlets]/[outlets] in the parent window using parent-to-graph. However, information isn't sent to the loaded abstraction until it is saved <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/confused.png" title="confused" alt=":confused:" /></p>
<p>My question is; does an external exist that saves an abstraction/patch. A simple ctrl+S in the abstraction resolves this issue, so I'm looking to streamline the process.</p>
<p>THANKS</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/7</guid><dc:creator><![CDATA[reverbanime]]></dc:creator><pubDate>Tue, 28 Feb 2017 20:36:34 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Tue, 28 Feb 2017 23:03:47 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/reverbanime">@reverbanime</a> You can send the message [menusave( to the parent patch.<br />
The problem then is that you will have saved the abstraction as well.<br />
If the parent patch is stable (you are not changing it apart from loading your abstraction) then you can send the parent patch a [delete x (message, where you know the &quot;object number&quot; of the abstraction, before you load the next abstraction from the [openpanel]..... but you will need the [canvasdelete] object.</p>
<p>Or....... if you bury the abstraction 2 levels down (in another empty abstraction....... gui's will show through more than one gop window) then you can send the [clear( message to clear that window....... so removing your &quot;put&quot; abstraction before you load another one, or before you finally resave the empty parent.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/8</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Tue, 28 Feb 2017 23:03:47 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Wed, 01 Mar 2017 00:58:05 GMT]]></title><description><![CDATA[<p>Perhaps the abstraction isn't working because of loadbang. Loadbang isn't triggered when you create an object dynamically, so you'll need another solution. Either just send a bang through regular send/receive channels, or send &quot;loadbang&quot; to the [sendcanvas] object. (The problem with the latter solution is that it will loadbang everything, which sometimes messes things up. If this is the case, you'll need to protect the loadbang objects with spigots to make sure they only fire once.)</p>
<p>Note that in L2Ork and Purr data, loadbang *does work with dynamic patch creation, so if you're using those platforms then this isn't the problem.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/9</guid><dc:creator><![CDATA[LiamG]]></dc:creator><pubDate>Wed, 01 Mar 2017 00:58:05 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Mon, 06 Mar 2017 21:12:09 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> <a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/liamg">@LiamG</a> So I managed to getting everything working (sort of). Using [menusave( in the abstraction enables information to be sent to and from the parent patch and using [canvasdelete] clears all information. Here's what everything looks like so far... <img src="/uploads/files/1488834135914-screen-shot-2017-03-06-at-3.57.26-pm.png" alt="Screen Shot 2017-03-06 at 3.57.26 PM.png" class="img-responsive img-markdown" /><br />
There's only two things I need to figure out in order for this to be an effective loader...<br />
There needs to be some way to open the effects patch from the parent-to-graph (just pull up the abstraction window that has the effect in it).<br />
AND, for some odd reason information in the abstraction and the parent-to-graph isn't being saved/loaded. I'll save everything and close out the patches, but when I open it up I have to reset everything. I'm kind of new to puredata, so I'm sure I'm just missing something small.</p>
<p>THANKS AGAIN FOR ALL THE HELP <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grin.png" title="grin" alt=":grin:" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/10</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/10</guid><dc:creator><![CDATA[reverbanime]]></dc:creator><pubDate>Mon, 06 Mar 2017 21:12:09 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Mon, 06 Mar 2017 22:41:17 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/reverbanime">@reverbanime</a> In your Gui objects, the faders and toggles, if you right click them and open the properties window then you will see a button near the top that sys &quot;no init&quot;.<br />
If you click that and chose &quot;init&quot; (and then apply or ok) then when you save the patch or the abstraction that they are &quot;in&quot; then the current values will be saved as well.<br />
All of the Gui's from &quot;bang&quot; down to &quot;hradio&quot; in the drop down &quot;put&quot; list can have that property set, so numbers can be saved within the &quot;number2&quot; gui for example.<br />
If you need to go further then you will need some sort of &quot;state saving&quot; setup.  There are a few ways to do that..... one such is in the iemlib folder....... [iem_pbank_csv-help]<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/11</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/11</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Mon, 06 Mar 2017 22:41:17 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Fri, 10 Mar 2017 19:57:18 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> So I managed to get state saving working with [iemguts/canvasargs] however, all of my sends and receives to the effects abstraction are messed up. I'm able to send a bang to the abstraction using [s $2] (which was [s $1] before I implemented state saving), however sending audio is proving to be trickier.</p>
<p>I tried changing all of the sends and receives to [s~ $2Lin], [s~ $2Rin] etc... But the Pd terminal is saying there's no matching sends <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/tired_face.png" title="tired_face" alt=":tired_face:" /><br />
I switched over to [throw~] / [catch~] and got a nice signal flow, however I'm planning on having multiple instances of the same abstraction.</p>
<p>I'm really stumped with this one <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/confused.png" title="confused" alt=":confused:" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/12</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/12</guid><dc:creator><![CDATA[reverbanime]]></dc:creator><pubDate>Fri, 10 Mar 2017 19:57:18 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Fri, 10 Mar 2017 20:14:16 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/reverbanime">@reverbanime</a> At first glance (your patch above) you have some send and receive objects that have spaces in their names.  The bit after the space will be dropped (ignored).<br />
If that is not the problem then maybe it's time to zip up your patch (and all the abstractions) and upload it.<br />
Otherwise it is pretty impossible to understand and help.... sorry.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/13</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/13</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Fri, 10 Mar 2017 20:14:16 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Sat, 11 Mar 2017 09:21:30 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/reverbanime">@reverbanime</a> P.S. ....... I would expect you to have to do it something like this.<br />
Don't forget that the $1 $2 are the arguments in your abstractions (child patches) and are not the same in your main patch (mother patch) where you have to give the names real values.......<br />
Example..... <a href="/uploads/files/1489224066539-multiple.zip">multiple.zip</a><br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/14</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/14</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sat, 11 Mar 2017 09:21:30 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Mon, 13 Mar 2017 22:50:18 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> So I switched over to [catch~] and [throw~] and now information is being sent to/from the effects abstraction nicely! However, if I try and create multiple instances of the effects loader abstraction in the same abstraction, then all sends and receives get sent to both abstractions <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/weary.png" title="weary" alt=":weary:" /><br />
Here's the latest Effect Loader and a basic Plate Reverb to test it out with <a href="/uploads/files/1489445218719-effectloadertest.zip">EffectLoaderTEST.zip</a></p>
<p>Thanks again for all the help!! This is proving to be a much bigger undertaking than I planned, but I'm liking the challenge <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title=":)" alt=":)" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/15</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/15</guid><dc:creator><![CDATA[reverbanime]]></dc:creator><pubDate>Mon, 13 Mar 2017 22:50:18 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Tue, 14 Mar 2017 17:27:49 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/reverbanime">@reverbanime</a> Ok.... I think I understand.<br />
What you are missing is an identifier for each effect loader...... a number (0 - n) (or 1 - n) that keeps them unique, and that can be passed to the effect that is opened by each loader so that messages can be passed (using that unique identifier) to and from the effect and the loader (that contains the effect).</p>
<p>Because the effects are abstractions $0 will not work.<br />
The effect can be given it's identifier here.......<br />
<img src="/uploads/files/1489490776688-capture.jpg" alt="Capture.JPG" class="img-responsive img-markdown" /><br />
It needs to be initiated at the creation of the loader, so it would be good if it were $1.</p>
<p>I have built you a system that will work, using an extra blank abstraction &quot;[rack]&quot; to hold the effects.<br />
The effects inherit $1 from each [effectloader] so that the audio is kept separate.<br />
You will need to check your parameter saving as I have stolen $1 for the new numbering system.<br />
Please BACK UP your current folder before playing with this!<br />
<a href="/uploads/files/1489506144356-effect_loader_test_1.zip">effect_loader_test_1.zip</a></p>
<p>Hmm..... I can never leave it alone......<br />
The delete (old effect) is not working as I expected.  I think the effects in the rack will need &quot;place-holders&quot; (sub-patches) so that a [clear( message can be sent instead of using [iemguts/canvasdelete]<br />
Otherwise it is not possible to keep track of the order in which effects are created...........<br />
I will post a new version of the test soon.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/16</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/16</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Tue, 14 Mar 2017 17:27:49 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Tue, 14 Mar 2017 17:47:30 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/reverbanime">@reverbanime</a> Better.........<br />
The effects don't &quot;appear&quot; in the effects rack sub-patch GOP's unfortunately.  If you open one of the sub-patches [pd effect0] for example you will see the effect being destroyed and created.<br />
<a href="/uploads/files/1489513642736-effect_loader_test_2.zip">effect_loader_test_2.zip</a><br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/17</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/17</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Tue, 14 Mar 2017 17:47:30 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Tue, 14 Mar 2017 19:54:27 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> WOW!!! The 'rack' system is awesome, it's such a great way to store information <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/smiley.png" title=":D" alt=":D" /> Unfortunately [initbang] isn't working for me. I'm running PD vanilla on an RPI 3 with l2ork+extended library paths, but when I try loading [iemguts/initbang] / [initbang] PD can't seem to find them. Which is strange since l20rk and pd-extended both have working [initbang] objects, however their builds aren't stable enough to load this patch. I've been looking for the external location, however I could only manage to find the help file <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/sweat.png" title="sweat" alt=":sweat:" /></p>
<p>I substituted [initbang] for just a [bang] and I was able to see how the 'rack' system works, but I feel like I'm gonna need [initbang] or some sort of workaround to get this working.</p>
<p>Looking ahead, the final step that would make this an effect tool would be an 'open' button in the graph-to-parent, one that would just 'open' the window/abstraction that the effect was in so you can edit parameters <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/sunglasses.png" title="sunglasses" alt=":sunglasses:" /></p>
<p>Thanks again for all the help<br />
-Sean</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/18</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/18</guid><dc:creator><![CDATA[reverbanime]]></dc:creator><pubDate>Tue, 14 Mar 2017 19:54:27 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Tue, 14 Mar 2017 20:01:47 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/reverbanime">@reverbanime</a> I think it will work with [loadbang] instead (just tested and should be ok)....... sorry..... it's an old habit for me using initbang for dynamic patching as it is necessary for creating outlets and inlets.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/19</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/19</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Tue, 14 Mar 2017 20:01:47 GMT</pubDate></item><item><title><![CDATA[Reply to Opening a PD patch as a subpatch using [openpanel] on Tue, 14 Mar 2017 22:17:38 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/reverbanime">@reverbanime</a> Here it is again without the initbang..</p>
<p>And this gets you part way to opening the effect.....  <a href="/uploads/files/1489523477940-effect_loader_test_3.zip">effect_loader_test_3.zip</a><br />
There is an edit button in the [effectloader] gop window.<br />
If you give your effect abstractions a gop window then the parameters will appear when the edit button is clicked (and close when clicked again).......<br />
You might have to resize the gop's in the rack.......... big enough for all your sliders.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/20</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10606/opening-a-pd-patch-as-a-subpatch-using-openpanel/20</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Tue, 14 Mar 2017 22:17:38 GMT</pubDate></item></channel></rss>