Have you nitride giving textile a bang after opening the file?<div><br></div><div>Also, the test message should be connected straight to readsf~, not to the message - you should hear the file played then.<span></span><br><br>
On Tuesday, February 19, 2013, Rick T  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ok I&#39;m still having issues I uploaded an image of the PD to see if<br>

someone spots something off the bat<br>
<a href="http://imageshack.us/photo/my-images/12/selection007p.png/" target="_blank">http://imageshack.us/photo/my-images/12/selection007p.png/</a><br>
and I&#39;ve attached a text file with the debugging stuff included I can<br>
hear the sound when I click on the<br>
[open /tmp/test/n000041test.wav(   message box<br>
<br>
But I get no sound using the open panel to load the textfile<br>
I&#39;ve also attached the negplaylist.txt file and renamed everything<br>
in-case I had some strange control character hiding in the file.<br>
<br>
When I bang the [openpanel] object and clink on the [print(  message<br>
box above the [textfile] I get this in the PD log<br>
<br>
--------- textfile or qlist contents: -----------<br>
 n000041test.wav \;<br>
 \;<br>
 n000042test.wav \;<br>
 \;<br>
 n000043test.wav \;<br>
 \;<br>
 n000044test.wav \;<br>
 \;<br>
 n000045test.wav \;<br>
 \;<br>
 n000046test.wav \;<br>
 \;<br>
 n000047test.wav \;<br>
 \;<br>
 n000048test.wav \;<br>
 \;<br>
 n000049test.wav \;<br>
 \;<br>
 n000050test.wav \;<br>
 \;<br>
<br>
Still trying to figure out why this won&#39;t play the files.<br>
<br>
On Tue, Feb 19, 2013 at 4:15 PM, Dafydd Hughes &lt;<a>dafydd61@gmail.com</a>&gt; wrote:<br>
&gt; Oh silly me. You need to look at the syntax for using readsf~ - it&#39;s more<br>
&gt; complicated. First, readsf~ needs an open message e.g. &quot;open 001test.wav&quot;,<br>
&gt; then it needs a &quot;1&quot; to start playback. Forgive me if you already know this,<br>
&gt; but you can string 2 messages together with a comma. And to get the filename<br>
&gt; from textfile into a message like that, you need to use $1 as a placeholder.<br>
&gt; So between textfile and readsf~ you need a message saying something like<br>
&gt; &quot;open $1, 1&quot;. That&#39;ll turn into 2 messages: &quot;open 001test.wav&quot; and then &quot;1&quot;.<br>
&gt; If the files are in the same directory as the patch, it should work (I<br>
&gt; think).<br>
&gt;<br>
&gt; Cheers<br>
&gt; Dafydd<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Feb 19, 2013 at 9:06 PM, Rick T &lt;<a>ratulloch@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; I had my hopes up but adding the semicolon to the end didn&#39;t help.<br>
&gt;&gt;<br>
&gt;&gt; I have all the files in the same directory and for whatever reason it<br>
&gt;&gt; just refuses to play.  I don&#39;t even have any errors on the Puredata<br>
&gt;&gt; Log screen.  Any other ideas?<br>
&gt;&gt;<br>
&gt;&gt; Thanks<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Feb 19, 2013 at 3:28 PM, Dafydd Hughes &lt;<a>dafydd61@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi Rick<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I think you might need a semicolon at the end of each line in your text<br>
&gt;&gt; &gt; file:<br>
&gt;&gt; &gt; 001test.wav;<br>
&gt;&gt; &gt; 002test.wav;<br>
&gt;&gt; &gt; 003test.wav;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Cheers<br>
&gt;&gt; &gt; Dafydd<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Tue, Feb 19, 2013 at 8:22 PM, Rick T &lt;<a>ratulloch@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Thanks for all the help/suggestions but I still seem to be running<br>
&gt;&gt; &gt;&gt; into a problem of it not playing the files. I made the changes to<br>
&gt;&gt; &gt;&gt; playlist file and edited the playlist.txt file<br>
&gt;&gt; &gt;&gt; the playlist.txt file has<br>
&gt;&gt; &gt;&gt; 001test.wav<br>
&gt;&gt; &gt;&gt; 002test.wav<br>
&gt;&gt; &gt;&gt; 003test.wav<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I&#39;ve included the the pd patch to see if someone can tell me what I&#39;m<br>
&gt;&gt; &gt;&gt; doing wrong<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Thanks.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Tue, Feb 19, 2013 at 12:08 PM, Roman Haefeli &lt;<a>reduzent@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt; On Die, 2013-02-19 at 07:47 -1000, Rick T wrote:<br>
&gt;&gt; &gt;&gt; &gt;&gt; Yes I do have the ability to change the playlist file to a text file<br>
&gt;&gt; &gt;&gt; &gt;&gt; and alter it how it looks.  The thing I&#39;m looking for is an example<br>
&gt;&gt; &gt;&gt; &gt;&gt; of<br>
&gt;&gt; &gt;&gt; &gt;&gt; gapless playing.  I couldn&#39;t find one doing google search.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; You load your playlist (in its most simple form it would be just one<br>
&gt;&gt; &gt;&gt; &gt; filename per line) with [textfile]. You make [textfile] output its<br>
&gt;&gt; &gt;&gt; &gt; first<br>
&gt;&gt; &gt;&gt; &gt; line, feed that to [readsf~]. Then you feed the right outlet of<br>
&gt;&gt; &gt;&gt; &gt; [readsf~]  - which bangs when the file is finished - back to<br>
&gt;&gt; &gt;&gt; &gt; [textfile]<br>
&gt;&gt; &gt;&gt; &gt; to make it output the next filename.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Roman<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; On Tue, Feb 19, 2013 at 12:53 AM, Roman Haefeli &lt;<a>reduzent@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt; On Die, 2013-02-19 at 00:31 -1000, Rick T wrote:<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; Greetings All<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; I have a playlist file (songs.pls) that I would like to play<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; gapless<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; (without the 1 second pause between tracks) can puredata due this<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; if<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; so is<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; there and example?<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;<br></blockquote></div>