<div dir="ltr">Hi Rick<div><br></div><div style>I think you might need a semicolon at the end of each line in your text file:</div><div style><span style="font-family:arial,sans-serif;font-size:13px">001test.wav;</span><br style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:arial,sans-serif;font-size:13px">002test.wav;</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">003test.wav;</span><br></div><div style>
<span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div style><span style="font-family:arial,sans-serif;font-size:13px">Cheers</span></div><div style><span style="font-family:arial,sans-serif;font-size:13px">Dafydd</span></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 19, 2013 at 8:22 PM, Rick T <span dir="ltr">&lt;<a href="mailto:ratulloch@gmail.com" target="_blank">ratulloch@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks for all the help/suggestions but I still seem to be running<br>
into a problem of it not playing the files. I made the changes to<br>
playlist file and edited the playlist.txt file<br>
the playlist.txt file has<br>
001test.wav<br>
002test.wav<br>
003test.wav<br>
<br>
I&#39;ve included the the pd patch to see if someone can tell me what I&#39;m<br>
doing wrong<br>
<br>
Thanks.<br>
<br>
<br>
<br>
On Tue, Feb 19, 2013 at 12:08 PM, Roman Haefeli &lt;<a href="mailto:reduzent@gmail.com">reduzent@gmail.com</a>&gt; wrote:<br>
&gt; On Die, 2013-02-19 at 07:47 -1000, Rick T wrote:<br>
&gt;&gt; Yes I do have the ability to change the playlist file to a text file<br>
&gt;&gt; and alter it how it looks.  The thing I&#39;m looking for is an example of<br>
&gt;&gt; gapless playing.  I couldn&#39;t find one doing google search.<br>
&gt;<br>
&gt; You load your playlist (in its most simple form it would be just one<br>
&gt; filename per line) with [textfile]. You make [textfile] output its first<br>
&gt; line, feed that to [readsf~]. Then you feed the right outlet of<br>
&gt; [readsf~]  - which bangs when the file is finished - back to [textfile]<br>
&gt; to make it output the next filename.<br>
&gt;<br>
&gt; Roman<br>
&gt;<br>
&gt;&gt; On Tue, Feb 19, 2013 at 12:53 AM, Roman Haefeli &lt;<a href="mailto:reduzent@gmail.com">reduzent@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; On Die, 2013-02-19 at 00:31 -1000, Rick T wrote:<br>
&gt;&gt; &gt;&gt; Greetings All<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I have a playlist file (songs.pls) that I would like to play gapless<br>
&gt;&gt; &gt;&gt; (without the 1 second pause between tracks) can puredata due this if so is<br>
&gt;&gt; &gt;&gt; there and example?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; It sounds doable to me. I&#39;d do it with [textfile] reading your playlist<br>
&gt;&gt; &gt; which passes each line (after some message mangling) to a [readsf~]. My<br>
&gt;&gt; &gt; only concern is the chosen file format &#39;.pls&#39;. Pd (natively) is pretty<br>
&gt;&gt; &gt; bad in string parsing. If you could use your own format it would make<br>
&gt;&gt; &gt; things a lot easier. I don&#39;t know if you have any constraints there.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; The simplest format of such a text file might be as an example:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; filename1.wav<br>
&gt;&gt; &gt; filename2.wav<br>
&gt;&gt; &gt; whateverfile.wav<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Roman<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt;&gt; &gt; UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt; UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br>_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div>