Re: [PD] using puredata to play playlist gapless

2013-02-20 Thread Rick T
Thanks so much for the help it worked On Tue, Feb 19, 2013 at 11:11 PM, Roman Haefeli wrote: > On Tue, 2013-02-19 at 20:57 -1000, Rick T wrote: >> Yes I have tried giving textfile a bang. Still no sound >> >> I'm not sure what you mean by the second response since I get sound >> when I click

Re: [PD] using puredata to play playlist gapless

2013-02-20 Thread Hans-Christoph Steiner
On Feb 19, 2013, at 4:22 PM, Jonathan Wilkes wrote: >> >> From: Scott R. Looney >> To: Hans-Christoph Steiner >> Cc: pd-list >> Sent: Tuesday, February 19, 2013 2:32 PM >> Subject: Re: [PD] using puredata to play pl

Re: [PD] using puredata to play playlist gapless

2013-02-20 Thread Dafydd Hughes
Yikes - you're right Roman - sorry. That's what I get for trying to patch in my head and not in Pd. On Wed, Feb 20, 2013 at 4:11 AM, Roman Haefeli wrote: > On Tue, 2013-02-19 at 20:57 -1000, Rick T wrote: > > Yes I have tried giving textfile a bang. Still no sound > > > > I'm not sure what you

Re: [PD] using puredata to play playlist gapless

2013-02-20 Thread Roman Haefeli
On Tue, 2013-02-19 at 20:57 -1000, Rick T wrote: > Yes I have tried giving textfile a bang. Still no sound > > I'm not sure what you mean by the second response since I get sound > when I click on the message with the single wav file hard coded in the > message box. I don't get sound when I load

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Rick T
Yes I have tried giving textfile a bang. Still no sound I'm not sure what you mean by the second response since I get sound when I click on the message with the single wav file hard coded in the message box. I don't get sound when I load a playlist text file. Thanks On Tue, Feb 19, 2013 at 6:2

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Dafydd Hughes
Have you nitride giving textile a bang after opening the file? Also, the test message should be connected straight to readsf~, not to the message - you should hear the file played then. On Tuesday, February 19, 2013, Rick T wrote: > Ok I'm still having issues I uploaded an image of the PD to see

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Rick T
Ok I'm still having issues I uploaded an image of the PD to see if someone spots something off the bat http://imageshack.us/photo/my-images/12/selection007p.png/ and I've attached a text file with the debugging stuff included I can hear the sound when I click on the [open /tmp/test/n41test.wav(

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Dafydd Hughes
Oh silly me. You need to look at the syntax for using readsf~ - it's more complicated. First, readsf~ needs an open message e.g. "open 001test.wav", then it needs a "1" to start playback. Forgive me if you already know this, but you can string 2 messages together with a comma. And to get the filena

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Rick T
I had my hopes up but adding the semicolon to the end didn't help. I have all the files in the same directory and for whatever reason it just refuses to play. I don't even have any errors on the Puredata Log screen. Any other ideas? Thanks On Tue, Feb 19, 2013 at 3:28 PM, Dafydd Hughes wrote:

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Dafydd Hughes
Hi Rick I think you might need a semicolon at the end of each line in your text file: 001test.wav; 002test.wav; 003test.wav; Cheers Dafydd On Tue, Feb 19, 2013 at 8:22 PM, Rick T wrote: > Thanks for all the help/suggestions but I still seem to be running > into a problem of it not playing the

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Rick T
Thanks for all the help/suggestions but I still seem to be running into a problem of it not playing the files. I made the changes to playlist file and edited the playlist.txt file the playlist.txt file has 001test.wav 002test.wav 003test.wav I've included the the pd patch to see if someone can tel

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Jonathan Wilkes
- Original Message - > From: Roman Haefeli > To: pd-list@iem.at > Cc: > Sent: Tuesday, February 19, 2013 5:13 PM > Subject: Re: [PD] using puredata to play playlist gapless > > On Die, 2013-02-19 at 13:55 -0500, Hans-Christoph Steiner wrote: >> Pd

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Roman Haefeli
On Die, 2013-02-19 at 13:55 -0500, Hans-Christoph Steiner wrote: > Pd will play all files gapless, according to their file length. The 'gap' > problem mostly refers to the MP3 format, which encodes the audio in fixed > frame length. So if your song doesn't fit neatly into a multiple of the fixed

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Roman Haefeli
On Die, 2013-02-19 at 07:47 -1000, Rick T wrote: > Yes I do have the ability to change the playlist file to a text file > and alter it how it looks. The thing I'm looking for is an example of > gapless playing. I couldn't find one doing google search. You load your playlist (in its most simple f

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Scott R. Looney
: > > > > From: Scott R. Looney > >To: Hans-Christoph Steiner > >Cc: pd-list > >Sent: Tuesday, February 19, 2013 2:32 PM > >Subject: Re: [PD] using puredata to play playlist gapless > > > > > >there's an interesting tool that game au

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Jonathan Wilkes
> > From: Scott R. Looney >To: Hans-Christoph Steiner >Cc: pd-list >Sent: Tuesday, February 19, 2013 2:32 PM >Subject: Re: [PD] using puredata to play playlist gapless > > >there's an interesting tool that game audio

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Scott R. Looney
there's an interesting tool that game audio folks use that does some clever prestidigitation when encoding an MP3 and generates a gapless version. it runs on a PC, but can run under Wine pretty easily. requires old fashioned WAV files for input. here's the link. the page also has a lot of detailed

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Hans-Christoph Steiner
Pd will play all files gapless, according to their file length. The 'gap' problem mostly refers to the MP3 format, which encodes the audio in fixed frame length. So if your song doesn't fit neatly into a multiple of the fixed frame length, you get a gap, i.e. the leftover part of the last frame

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Rick T
Yes I do have the ability to change the playlist file to a text file and alter it how it looks. The thing I'm looking for is an example of gapless playing. I couldn't find one doing google search. Thanks On Tue, Feb 19, 2013 at 12:53 AM, Roman Haefeli wrote: > On Die, 2013-02-19 at 00:31 -1000

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Roman Haefeli
On Die, 2013-02-19 at 00:31 -1000, Rick T wrote: > Greetings All > > I have a playlist file (songs.pls) that I would like to play gapless > (without the 1 second pause between tracks) can puredata due this if so is > there and example? It sounds doable to me. I'd do it with [textfile] reading you

[PD] using puredata to play playlist gapless

2013-02-19 Thread Rick T
Greetings All I have a playlist file (songs.pls) that I would like to play gapless (without the 1 second pause between tracks) can puredata due this if so is there and example? Example of what's in my songs.pls file below please note I will have 1000's of 1 second audio files that I would like to