Re: [PD] gem segfault when opening video

2013-02-19 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-02-18 22:42, Charles Goyard wrote: Hi, when opening a .mov file on pd-extended on linux, I get : [...] Segmentation fault (core dumped) On the command line, gmerlin fails to open the file as well, with the same message, but lqtplay is

Re: [PD] [solved] some vanilla objects disappeared!

2013-02-19 Thread Raphael Raccuia
sorry, it is pd-ext... even [dac~], all midi objects and a big list of vanilla objects disappeared. Now it's fixed with 'resetting to default', as suggested HCS. Thank's a lot r Le 19. 02. 13 08:34, IOhannes m zmölnig a écrit : On 02/18/2013 22:56, Raphael Raccuia wrote: Hi, I use 0 . 43.4,

[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

Re: [PD] gem segfault when opening video

2013-02-19 Thread Charles Goyard
Hi IOhannes, when opening a .mov file on pd-extended on linux, I get : [...] Segmentation fault (core dumped) On the command line, gmerlin fails to open the file as well, with the same message, but lqtplay is able to play the movie. by the same message, do you mean that gmerlin

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 your

Re: [PD] gem segfault when opening video

2013-02-19 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-02-19 11:36, Charles Goyard wrote: it would be great if you could provide a (short) clip that triggers the crash, so the underlying bug can be fixed. Here's one and a test patch: http://charles.goyard.free.fr/temp/ hmm, both Gem (i

[PD] [PD-announce] Workshop: WebPd for online “jamming” applications at NMF 2013

2013-02-19 Thread Holger
The second Network Music Festival will take place in Birmingham (UK) on 22-24 February 2013. Sébastien Piquemal will hold a WebPd workshop as part of the festival. More about the workshop: WebPd for online “jamming” applications. Saturday 23rd February 11am-1pm Sunday

Re: [PD] GUI abstraction issues

2013-02-19 Thread Esteban Viveros
IOhannes, you are right... I try open one more time testing-abstration (sorry for the error..) in windows that time. And outlet is showned in autotips, the only problem it's a little hard to hit the outlet area... If can be fixed the problem of rectangle GOP and IOlets always at the top, I'm a

Re: [PD] gem segfault when opening video

2013-02-19 Thread Charles Goyard
Hi, thanks for trying. IOhannes m zmoelnig wrote: hmm, both Gem (i tried 0.93.git:ee897d5 and 0.93.3 from Debian) and gmerlin (1.2.0~dfsg-3 from Debian) can play the file just fine here. Now that's strange. A big difference is that I run on Archlinux. I have: gmerlin 1.2.0 gavl 1.4.0

Re: [PD] [gem] Looking for an abstraction for converting textfiles in text3d string

2013-02-19 Thread Charles Goyard
Hi, almost there. But I don't know why, any2bytes converts my newlines (10) into spaces (32). My input is like : line1 line2 line3 So textfile returns the whole file at once, which is what I want. Maybe mrpeach's binfile is more appropriate ? Hans-Christoph Steiner wrote: I think the

Re: [PD] Multi-channel sound from pd on raspberry pi: can someone confirm?

2013-02-19 Thread Charles Goyard
Hi, I'm trying to find a straight answer to this question in the forums. Is anyone using pd on Rpi with more than two channels of audio output? and is it sounding ok? I did (aureon usb 7.1), and it sound bad as soon as more than 2 channels are involved. Even with huge latency and buffers.

Re: [PD] gem segfault when opening video

2013-02-19 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-02-19 11:36, Charles Goyard wrote: come to think of it, i think the API should be changed to be consistent with [pix_video]. e.g. [driver quicktime4linux, open foo.mov( to exclusively(!) select lqt for opening any file. Sounds good to

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 reduz...@gmail.com wrote: On Die,

Re: [PD] gem segfault when opening video

2013-02-19 Thread Charles Goyard
Charles Goyard wrote: With gdb I could see that the crash occurs inside filmGMERLIN::getFrame(void), on this line : bgav_read_video(m_file, m_gframe, m_stream); m_stream is a null pointer there. I changed : bgav_set_video_stream(m_file, m_stream, BGAV_STREAM_DECODE);

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 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 Jonathan Wilkes
From: Scott R. Looney scottrloo...@gmail.com To: Hans-Christoph Steiner h...@at.or.at Cc: pd-list pd-list@iem.at 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
agreed - Ogg is based on samples, not frames, from what i remember, but just in case the files had to be MP3 for some reason, you could set them up in this utility and get your seamless playback that way. scott On Tue, Feb 19, 2013 at 1:22 PM, Jonathan Wilkes jancs...@yahoo.com wrote:

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

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

[PD] pd downloads

2013-02-19 Thread Pagano, Patrick
Is pd downloads unavailable? i cannot seem to connect to the downloads page thank you pp ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] fixing pow~

2013-02-19 Thread Jonathan Wilkes
Hi list, A question: * are pow~ and exp~ common enough objects to warrant adding the perf8 optimized dsp function? -Jonathan ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Jonathan Wilkes
- Original Message - From: Roman Haefeli reduz...@gmail.com 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 will play all files gapless,

Re: [PD] pd downloads

2013-02-19 Thread IOhannes m zmölnig
On 02/19/2013 23:50, Pagano, Patrick wrote: Is pd downloads unavailable? i cannot seem to connect to the downloads page dunno, but http://puredata.info/downloads works for me. fgamsdr IOhannes ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

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

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 ratull...@gmail.com wrote: Thanks for all the help/suggestions but I still seem to be running into a problem of

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

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 filename

[PD] pd 0.44 vanilla build process

2013-02-19 Thread Jonathan Wilkes
Hi, Can someone tell me how I'm supposed to rebuild Pd vanilla in 0.44? Build 0.43 and before: 1) cd src 2) ./configure 3) make Run 0.43 and before without installing: cd src ./pd Selectively recompile the source file I'm revising: make *** Build 0.44 1) ./autogen.sh 2) ./configure 3)

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

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
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