<?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[Read paths that contain commas?]]></title><description><![CDATA[<p>Hello forum, simple and annoying question here:</p>
<p>I'm trying to load a file into [soundfiler], but some of my paths contain commas and spaces. I've been able to correctly parse spaces using [list2symbol], but I can't get it to work with commas. Any suggestions?</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/Auto-glitcher.pd" rel="nofollow">http://www.pdpatchrepo.info/hurleur/Auto-glitcher.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3990/read-paths-that-contain-commas</link><generator>RSS for Node</generator><lastBuildDate>Sat, 08 Aug 2026 13:40:00 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/3990.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Jun 2010 22:25:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Read paths that contain commas? on Thu, 24 Jun 2010 22:25:28 GMT]]></title><description><![CDATA[<p>Hello forum, simple and annoying question here:</p>
<p>I'm trying to load a file into [soundfiler], but some of my paths contain commas and spaces. I've been able to correctly parse spaces using [list2symbol], but I can't get it to work with commas. Any suggestions?</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/Auto-glitcher.pd" rel="nofollow">http://www.pdpatchrepo.info/hurleur/Auto-glitcher.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3990/read-paths-that-contain-commas</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3990/read-paths-that-contain-commas</guid><dc:creator><![CDATA[ledhed2222]]></dc:creator><pubDate>Thu, 24 Jun 2010 22:25:28 GMT</pubDate></item><item><title><![CDATA[Reply to Read paths that contain commas? on Fri, 25 Jun 2010 03:55:56 GMT]]></title><description><![CDATA[<p>If you're using [openpanel], you don't need to worry about spaces. Symbols can have spaces in them, and [openpanel] sends out a single symbol that includes those spaces. In fact, when you do the [list $1( in your patch, that $1 gets filled with only one element. If it were getting a list, only the first element of that list would go into $1 and everything after the first space would be lost. So you could just get rid of the space handler and it should work fine.</p>
<p>Commas are reserved characters in Pd, and [openpanel] pulls them out of the path/filename before sending it out. I don't know how to deal with it other than getting rid of the commas to begin with.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3990/read-paths-that-contain-commas/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3990/read-paths-that-contain-commas/2</guid><dc:creator><![CDATA[Maelstorm]]></dc:creator><pubDate>Fri, 25 Jun 2010 03:55:56 GMT</pubDate></item><item><title><![CDATA[Reply to Read paths that contain commas? on Fri, 25 Jun 2010 06:00:34 GMT]]></title><description><![CDATA[<p>Check patch spacefix.pd by Jack/RYBN attached. It should solve the problem, but honestly I don't understand much to it <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/wink.png" title=";-)" alt=";-)" /></p>
<p>ales</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/spacefix.pd" rel="nofollow">http://www.pdpatchrepo.info/hurleur/spacefix.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3990/read-paths-that-contain-commas/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3990/read-paths-that-contain-commas/3</guid><dc:creator><![CDATA[Caucasian]]></dc:creator><pubDate>Fri, 25 Jun 2010 06:00:34 GMT</pubDate></item><item><title><![CDATA[Reply to Read paths that contain commas? on Fri, 25 Jun 2010 06:03:30 GMT]]></title><description><![CDATA[<p>I was also trying to deal with spaces in my project, but at the end I've decided to avoid spaces before loading. Check my spaceavoid.pd patch. It does not load file with spaces (also in path) and displays warning message.</p>
<p>ales</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/spaceavoid.pd" rel="nofollow">http://www.pdpatchrepo.info/hurleur/spaceavoid.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3990/read-paths-that-contain-commas/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3990/read-paths-that-contain-commas/4</guid><dc:creator><![CDATA[Caucasian]]></dc:creator><pubDate>Fri, 25 Jun 2010 06:03:30 GMT</pubDate></item><item><title><![CDATA[Reply to Read paths that contain commas? on Tue, 29 Jun 2010 01:07:06 GMT]]></title><description><![CDATA[<p>Thanks maelstorm!</p>
<p>One of these days I hope to give YOU an answer!</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/3990/read-paths-that-contain-commas/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/3990/read-paths-that-contain-commas/5</guid><dc:creator><![CDATA[ledhed2222]]></dc:creator><pubDate>Tue, 29 Jun 2010 01:07:06 GMT</pubDate></item></channel></rss>