<?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[Open&#x2F;save directory?]]></title><description><![CDATA[<p>Is there a simple way to set a default directory to open files from and save files to?</p>
<p>It bugs me that I have to navigate to it again every time a open Pd fresh.</p>
<p>Just wondering...</p>
<p>Thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4549/open-save-directory</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 15:31:24 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/4549.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 19 Dec 2010 06:14:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Open&#x2F;save directory? on Sun, 19 Dec 2010 06:14:15 GMT]]></title><description><![CDATA[<p>Is there a simple way to set a default directory to open files from and save files to?</p>
<p>It bugs me that I have to navigate to it again every time a open Pd fresh.</p>
<p>Just wondering...</p>
<p>Thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4549/open-save-directory</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4549/open-save-directory</guid><dc:creator><![CDATA[glitchpop]]></dc:creator><pubDate>Sun, 19 Dec 2010 06:14:15 GMT</pubDate></item><item><title><![CDATA[Reply to Open&#x2F;save directory? on Sun, 19 Dec 2010 20:20:34 GMT]]></title><description><![CDATA[<p>[symbol D:/samples/animals(<br />
|<br />
[openpanel]<br />
|<br />
[open $1(<br />
|<br />
[print]</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4549/open-save-directory/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4549/open-save-directory/2</guid><dc:creator><![CDATA[sinewave]]></dc:creator><pubDate>Sun, 19 Dec 2010 20:20:34 GMT</pubDate></item><item><title><![CDATA[Reply to Open&#x2F;save directory? on Sun, 19 Dec 2010 21:08:19 GMT]]></title><description><![CDATA[<p>Thanks sinewave. I couldn't get it to work. Maybe I got the path wrong? I'm on Mac...</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/R_openpanel.pd" rel="nofollow">http://www.pdpatchrepo.info/hurleur/R_openpanel.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4549/open-save-directory/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4549/open-save-directory/3</guid><dc:creator><![CDATA[glitchpop]]></dc:creator><pubDate>Sun, 19 Dec 2010 21:08:19 GMT</pubDate></item><item><title><![CDATA[Reply to Open&#x2F;save directory? on Sun, 19 Dec 2010 21:24:08 GMT]]></title><description><![CDATA[<p>&quot;~&quot; means your home folder, and Pd doesn't recognize &quot;Macintosh HD&quot;. Just starting the path with &quot;/&quot; is enough for Pd to think it is an absolute path. Basically, &quot;/&quot; means &quot;Macintosh HD&quot;. So I imagine these two would work:</p>
<p>[symbol ~/Documents/sound/Pd(</p>
<p>or</p>
<p>[symbol /Users/thebeast/Documents/sound/Pd(</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4549/open-save-directory/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4549/open-save-directory/4</guid><dc:creator><![CDATA[Maelstorm]]></dc:creator><pubDate>Sun, 19 Dec 2010 21:24:08 GMT</pubDate></item><item><title><![CDATA[Reply to Open&#x2F;save directory? on Sun, 19 Dec 2010 21:24:13 GMT]]></title><description><![CDATA[<p>wow, i didn't know that, thanks.<br />
it works for me on wxp and [symbol D:/something(</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4549/open-save-directory/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4549/open-save-directory/5</guid><dc:creator><![CDATA[alistair_blunt]]></dc:creator><pubDate>Sun, 19 Dec 2010 21:24:13 GMT</pubDate></item><item><title><![CDATA[Reply to Open&#x2F;save directory? on Sun, 19 Dec 2010 21:27:45 GMT]]></title><description><![CDATA[<p>Hey glitchpop!<br />
I tried it on Mac too and it works for me. It looks like this:</p>
<p>[symbol /Users/myname/Music/iTunes(<br />
|<br />
[openpanel]</p>
<p>...and it goes directly to the specified folder. Maybe the tilda symbol (~) in your example makes confusion... I've opened &quot;get info&quot; of the folder I'm looking for and simply rewrote it's location in the message.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4549/open-save-directory/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4549/open-save-directory/6</guid><dc:creator><![CDATA[sinewave]]></dc:creator><pubDate>Sun, 19 Dec 2010 21:27:45 GMT</pubDate></item><item><title><![CDATA[Reply to Open&#x2F;save directory? on Mon, 20 Dec 2010 07:53:29 GMT]]></title><description><![CDATA[<p>Thanks guys.</p>
<p>Both work =) as suspected (oh and replacing [openpanel] with [savepanel] gives the save version.)</p>
<p>So I assume I have to make this an abstraction and put it into my patches?</p>
<p>There's no way to add it as a path to default to?</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/R_openpanel.pd" rel="nofollow">http://www.pdpatchrepo.info/hurleur/R_openpanel.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4549/open-save-directory/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4549/open-save-directory/7</guid><dc:creator><![CDATA[glitchpop]]></dc:creator><pubDate>Mon, 20 Dec 2010 07:53:29 GMT</pubDate></item><item><title><![CDATA[Reply to Open&#x2F;save directory? on Mon, 20 Dec 2010 08:28:41 GMT]]></title><description><![CDATA[<p>Ok so I made some little guis for this and what I wanna know is, is there a way to have mini-patches (eg guis) that aren't objects easily dropped into a patch?</p>
<p>Or do I have to make an [open_n_save] and then copy-paste into the patch I'm working on?</p>
<p>thanks again (the minutia can be fun)</p>
<p>*I called them those weird names to avoid conflicts considering they're such common terms.</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/open_n_save.pd" rel="nofollow">http://www.pdpatchrepo.info/hurleur/open_n_save.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4549/open-save-directory/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4549/open-save-directory/8</guid><dc:creator><![CDATA[glitchpop]]></dc:creator><pubDate>Mon, 20 Dec 2010 08:28:41 GMT</pubDate></item><item><title><![CDATA[Reply to Open&#x2F;save directory? on Mon, 20 Dec 2010 08:28:41 GMT]]></title><description><![CDATA[<p>Ok so I made some little guis for this and what I wanna know is, is there a way to have mini-patches (eg guis) that aren't objects easily dropped into a patch?</p>
<p>Or do I have to make an [open_n_save] and then copy-paste into the patch I'm working on?</p>
<p>thanks again (the minutia can be fun)</p>
<p>*I called them those weird names to avoid conflicts considering they're such common terms.</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/open_n_save.pd" rel="nofollow">http://www.pdpatchrepo.info/hurleur/open_n_save.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4549/open-save-directory/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4549/open-save-directory/9</guid><dc:creator><![CDATA[glitchpop]]></dc:creator><pubDate>Mon, 20 Dec 2010 08:28:41 GMT</pubDate></item><item><title><![CDATA[Reply to Open&#x2F;save directory? on Mon, 20 Dec 2010 08:28:41 GMT]]></title><description><![CDATA[<p>Ok so I made some little guis for this and what I wanna know is, is there a way to have mini-patches (eg guis) that aren't objects easily dropped into a patch?</p>
<p>Or do I have to make an [open_n_save] and then copy-paste into the patch I'm working on?</p>
<p>thanks again (the minutia can be fun)</p>
<p>*I called them those weird names to avoid conflicts considering they're such common terms.</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/open_n_save.pd" rel="nofollow">http://www.pdpatchrepo.info/hurleur/open_n_save.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4549/open-save-directory/10</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4549/open-save-directory/10</guid><dc:creator><![CDATA[glitchpop]]></dc:creator><pubDate>Mon, 20 Dec 2010 08:28:41 GMT</pubDate></item><item><title><![CDATA[Reply to Open&#x2F;save directory? on Thu, 23 Dec 2010 22:18:58 GMT]]></title><description><![CDATA[<p>So... This method still doesn't change the default setting. Is there a way to do that?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4549/open-save-directory/11</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4549/open-save-directory/11</guid><dc:creator><![CDATA[glitchpop]]></dc:creator><pubDate>Thu, 23 Dec 2010 22:18:58 GMT</pubDate></item><item><title><![CDATA[Reply to Open&#x2F;save directory? on Thu, 23 Dec 2010 23:50:45 GMT]]></title><description><![CDATA[<p>glitchpop, you could make an abstraction with</p>
<p>[inlet bang]<br />
|<br />
[t b]<br />
|<br />
[symbol /Users/myname/Music/iTunes(<br />
|<br />
[openpanel]<br />
|<br />
[outlet]</p>
<p>in it, then call that abstraction every time you wanted an open panel, rather than calling on [openpanel]</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4549/open-save-directory/12</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4549/open-save-directory/12</guid><dc:creator><![CDATA[arif]]></dc:creator><pubDate>Thu, 23 Dec 2010 23:50:45 GMT</pubDate></item><item><title><![CDATA[Reply to Open&#x2F;save directory? on Wed, 28 Aug 2019 13:07:43 GMT]]></title><description><![CDATA[<p><a href="https://forum.pdpatchrepo.info/topic/3705/openpanel-vs-filenames-with-spaces/10" rel="nofollow">https://forum.pdpatchrepo.info/topic/3705/openpanel-vs-filenames-with-spaces/10</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/4549/open-save-directory/13</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/4549/open-save-directory/13</guid><dc:creator><![CDATA[JBONES1000]]></dc:creator><pubDate>Wed, 28 Aug 2019 13:07:43 GMT</pubDate></item></channel></rss>