[PD] Gem CVS + pd-0.41-0test9 + Ubuntu Gutsy : Not reading video files

2007-12-08 Thread Jerome Tuncer
Hi list, This is one of the first time I attempt to read video in Gem. I must have done bad things in my life before : nothing works... I have dv exports from a camera : when I try to read them as they are, pd just crashes (terminal output at the end of mail). So I tried to re-encode them but

Re: [PD] pdpedia fr import running now

2007-12-08 Thread Olivier Heinry
If there any existing pages, it won't delete them, instead it will just add a new revision, so you can get to the old pages thru the history. FYI links inside the mail that is sent to warn for watched pages modifs are wrong: eg.

Re: [PD] Get patch file name

2007-12-08 Thread Jamie Bullock
On Fri, 2007-12-07 at 22:14 -0800, Luke Iannini (pd) wrote: Hi all, I have searched high and low for a way to get a patch's file-name, and am quite surprised that there seems to be no way to do it. I was about to set out making a Subversion library so I could get the status of my patches

Re: [PD] pdpedia fr import running now

2007-12-08 Thread Olivier Heinry
Moreover it looks like the [[ja:linkname]] is broken, it always appears at the bottom of the main column , not at the bottom left with the other languages. ++ O. Le samedi 08 décembre 2007 à 00:25 -0500, Hans-Christoph Steiner a écrit : Bonjour, I got the final template from Jean-Noël and

[PD] avoiding distirtion

2007-12-08 Thread maciej wojnicki
hi list i use pd to perform live with few patches some to loop live vocals some for synth and some for samples every patch has its own dac~ output and quite often i use more than one [*~] objects on the way put more than one track the signal line so in the end it is quite hard to keep the

Re: [PD] linebreaks in gui object name (label)?

2007-12-08 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote: nope... the iemguis only display a symbol, and as AFAIK, symbols cannot contain a linefeed. But it might be possible with some symbols can contain any characters, including line-feeds. i don't know whether iemguis will display them properly though. strange

Re: [PD] phasor time scaling

2007-12-08 Thread Frank Barknecht
Hallo, Jamie Bullock hat gesagt: // Jamie Bullock wrote: Has anyone implemented 'phasor time scaling' as an abstraction (or external)? I know it is relatively easy scale a phasor where the frequency of the scaled phasor is an integer multiple of the master phasor: [phasor~] | [*~ 2] |

Re: [PD] Gem CVS + pd-0.41-0test9 + Ubuntu Gutsy : Not reading videofiles

2007-12-08 Thread patrick
hi jerome, you can try my videos: http://www.workinprogress.ca/pd/gem/ but the xvid are not working (it's loading but the cpu don't like it). i sent an email on gem-dev asking if someone could take a look. also, know that transcode version on gutsy is too old, you need to compile it from

Re: [PD] so, what about that deal in brazil for the next pdcon again?

2007-12-08 Thread PORRES
No, nobody asked me that yet, but I will have some news that can be related to that shortly... please, again, if you wanna talk to me about this stuff, do send the emails concerning this directly to my email ( [EMAIL PROTECTED] ). Best, Alexandre Torres Porres

Re: [PD] [psql] object hand-holding

2007-12-08 Thread IOhannes m zmoelnig
[EMAIL PROTECTED] wrote: i installed postgresql, and got it running, created a user for myself, compiled [psql] from postlude (i'm using pd-extended from cvs). i opened up the psql-help file and started with the first instruction, and it created the database fine, i moved to the second

Re: [PD] Get patch file name

2007-12-08 Thread Luke Iannini (pd)
Thanks so much Jamie! I've never written a line of C in my life, but I somehow managed to make an unholy union anyway between Guenter's [getdir] and your [getpatchname]. Now [getpatchname] can take a number argument to get the names of its parents. I attached it here. An SVN status library is

[PD] code and compilers

2007-12-08 Thread Andrew Brouse
On Sat, 8 Dec 2007, [EMAIL PROTECTED] wrote: On Fri, 7 Dec 2007, Hans-Christoph Steiner wrote: As for Pd vs. C, there was a time in the not-so-distant past where programmers thought that compilers were horribly inefficient, and that they were only really good for prototyping things. Then

Re: [PD] code and compilers

2007-12-08 Thread Chuckk Hubbard
On Dec 8, 2007 4:38 PM, Andrew Brouse [EMAIL PROTECTED] wrote: An old-school hacker (poet turned progammer, classic!) once told me that he used to debug his programmes (on mainframes, with not even 1M of memory) by actually just watching a display of activity in all memory locations. After a

Re: [PD] gem, shader and framebuffer

2007-12-08 Thread vade
Thank you Cyrille - id love for this to work, but alas; Under OS X 10.5.1 with PD 0.40.3-extended 20071117 I only see the square, no sphere: http://abstrakt.vade.info/ILOVETHEPDLIST/gem_shader_framebuffer.jpg Ill try playing with it to see what I can get. Thanks a lot! On Dec 8, 2007, at

Re: [PD] gem, shader and framebuffer

2007-12-08 Thread vade
Alas, - it works, but I misunderstood the patch. Im going to give a go at making some stream processing happen. Thanks! On Dec 8, 2007, at 9:50 AM, cyrille henry wrote: hello, In the recent discution on this list regarding gem an shader, i read that shader could not be used with

Re: [PD] linebreaks in gui object name (label)?

2007-12-08 Thread IOhannes m zmoelnig
Andy Graybeal wrote: i'm planning on using [sprintf] ([makefilename] is confusing to me) something like this: [sprintf %f_%s] and instead of the underscore, i would like a line-break / line-feed (i don't really know what to call it) how would I get a line-feed instead of the underscore?

Re: [PD] gem, shader and framebuffer

2007-12-08 Thread marius schebella
oops, exactly the other way round. you have to set both explicitely to mode 0 see patch with added obects. marius. marius schebella wrote: you have to attach a mode 1 to the left texture. osx by default uses mode 0 (recangular) and then set the mode for the framebuffer and the texture to 1, or,

Re: [PD] drop out free audio on windows

2007-12-08 Thread Patrice Colet
in pd/src/pthread.h: line 283 -- 394 * _POSIX_THREAD_PRIORITY_SCHEDULING (set) maybe this could handle realtime priority? Hans-Christoph Steiner a écrit : that would be good to have built-in, like it is in Mac OS X, with the audio output started with a higher priority. Any Windows

Re: [PD] linebreaks in gui object name (label)?

2007-12-08 Thread Andy Graybeal
i'm planning on using [sprintf] ([makefilename] is confusing to me) something like this: [sprintf %f_%s] and instead of the underscore, i would like a line-break / line-feed (i don't really know what to call it) how would I get a line-feed instead of the underscore? how do i make a linebreak

Re: [PD] gem, shader and framebuffer

2007-12-08 Thread vade
Ok, I stand by my earlier statement., The pd shader patch which leads to the gemframebuffer is, as far as I can tell, non functional - only if I disconnect it can I see any texture on the sphere at all. I do get output however of the sphere, but the only fractal . Interesting., What

Re: [PD] gem, shader and framebuffer

2007-12-08 Thread marius schebella
you have to attach a mode 1 to the left texture. osx by default uses mode 0 (recangular) and then set the mode for the framebuffer and the texture to 1, or, change all sample2d to sample2dRect marius. vade wrote: Thank you Cyrille - id love for this to work, but alas; Under OS X 10.5.1 with

[PD] [Fwd: Re: gem, shader and framebuffer]

2007-12-08 Thread cyrille henry
Message original Sujet: Re: [PD] gem, shader and framebuffer Date: Sat, 08 Dec 2007 19:56:45 +0100 De: cyrille henry [EMAIL PROTECTED] Pour: vade [EMAIL PROTECTED] Références: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] vade a écrit : Ok, I stand by my earlier

Re: [PD] gem, shader and framebuffer

2007-12-08 Thread cyrille henry
marius schebella a écrit : cyrille henry wrote: hello, In the recent discution on this list regarding gem an shader, i read that shader could not be used with framebuffer. i did not realize when i read this (and i can't find it anymore on the archieve). in fact it is not true. shader

Re: [PD] gem, shader and framebuffer

2007-12-08 Thread marius schebella
cyrille henry wrote: yes. i faild to render in a framebuffer and using it as a texture for next rendered frame (just like in my wawe exemple). i think this should be more efficient than using pix_snap2tex. if someone know how to do this... maybe with pix_write_buffer, pix_read_buffer?

Re: [PD] gem, shader and framebuffer

2007-12-08 Thread cyrille henry
marius schebella a écrit : cyrille henry wrote: yes. i faild to render in a framebuffer and using it as a texture for next rendered frame (just like in my wawe exemple). i think this should be more efficient than using pix_snap2tex. if someone know how to do this... maybe with

Re: [PD] linebreaks in gui object name (label)?

2007-12-08 Thread Mathieu Bouchard
On Sat, 8 Dec 2007, IOhannes m zmoelnig wrote: Hans-Christoph Steiner wrote: nope... the iemguis only display a symbol, and as AFAIK, symbols cannot contain a linefeed. But it might be possible with some symbols can contain any characters, including line-feeds. i don't know whether iemguis

Re: [PD] linebreaks in gui object name (label)?

2007-12-08 Thread Roman Haefeli
On Sat, 2007-12-08 at 13:05 -0500, Andy Graybeal wrote: i'm planning on using [sprintf] ([makefilename] is confusing to me) something like this: [sprintf %f_%s] and instead of the underscore, i would like a line-break / line-feed (i don't really know what to call it) how would I get a

Re: [PD] Gem CVS + pd-0.41-0test9 + Ubuntu Gutsy : Not reading videofiles

2007-12-08 Thread Roman Haefeli
On Sat, 2007-12-08 at 11:20 -0500, patrick wrote: hi jerome, you can try my videos: http://www.workinprogress.ca/pd/gem/ but the xvid are not working (it's loading but the cpu don't like it). i sent an email on gem-dev asking if someone could take a look. also, know that transcode

Re: [PD] Windows nightly builds are back

2007-12-08 Thread Mathieu Bouchard
On Tue, 4 Dec 2007, Martin Peach wrote: WinXP: Changing the background of the canvas (edit pd.tk line 82: set canvas_fill #FF7F00) doesn't make the object visible. Also I can make a line appear when I move to join two toggles for instance, but the input of the second toggle won't accept the

[PD] array indirection

2007-12-08 Thread Phil Stone
This probably fits into the category of a wish for PD; I think there's no way to do it currently, but I'd love to be proven wrong! I'd like to be able to change the data an array points to rather than actually change the data in the array. The scenario which me think of this is, I'd like to

Re: [PD] gridflow for expert people ?

2007-12-08 Thread Mathieu Bouchard
On Sat, 8 Dec 2007, Roman Haefeli wrote: i wouldn't say that gridflow is only for expert people, but yes, there is a lot to learn, when learning gridflow. and learning it is very interesting. i don't have an academical/mathematical background and for me gridflow is one of these tools, that

Re: [PD] Max Pd

2007-12-08 Thread Mathieu Bouchard
On Thu, 6 Dec 2007, Hans-Christoph Steiner wrote: Objectclasses in object-oriented languages like Java, etc. accept many messages, but I think that Max is more like a functional language than an object-oriented one, (but somewhere in between). On average, Pd/Max are more

[PD] Tournée Endphase in Portugal

2007-12-08 Thread João Miguel Pais
- - - - - - - - - - - - - - - - - - - - - - ENDPHASE - http://www.endphase.net - - - - - - - - - - - - - - - - - - - - - - Presents ENDPHASE 13 Concerts and workshops in Portugal between the 14th and 20th Dezember 2007. The laptop trio ENDPHASE is an iniciative of the composers

Re: [PD] pdpedia fr import running now

2007-12-08 Thread Hans-Christoph Steiner
Yeah, that is from a problem with the interwiki links. I thought I had fixed it, but I guess I hadn't. I just added ja as an interwiki link. I think it takes a bit to take effect because of the caching. I think editing the page should update the cache. Also, I noticed that the

Re: [PD] pdpedia fr import running now

2007-12-08 Thread Hans-Christoph Steiner
On Dec 8, 2007, at 6:31 AM, Olivier Heinry wrote: If there any existing pages, it won't delete them, instead it will just add a new revision, so you can get to the old pages thru the history. FYI links inside the mail that is sent to warn for watched pages modifs are wrong: eg.

Re: [PD] linebreaks in gui object name (label)?

2007-12-08 Thread Andy Graybeal
Your wonderful! Thank you for a patch, I had no idea what I was supposed to do with the output from IOhannes email. I have never used [list-l2s] or [list append] yet, so this is great. -Andy On Sat, 2007-12-08 at 13:05 -0500, Andy Graybeal wrote: i'm planning on using [sprintf]

Re: [PD] [psql] object hand-holding

2007-12-08 Thread Hans-Christoph Steiner
I'm not a big fan of [expr]'s syntax since it is custom syntax that is not used anywhere else in Pd. Instead, you could achieve the same result by using the interface I described, then embedded your SQL statements with [sql] into a subpatch or an abstraction. This just about any regular

Re: [PD] Get patch file name

2007-12-08 Thread Hans-Christoph Steiner
It would also be very nice to also have a CVS lib since many people still use CVS out there. This sounds quite interesting. .hc On Dec 8, 2007, at 7:28 AM, Luke Iannini (pd) wrote: Thanks so much Jamie! I've never written a line of C in my life, but I somehow managed to make an unholy

Re: [PD] array indirection

2007-12-08 Thread Miller Puckette
I've wanted to do this too -- for instance, to have a large collection of arrays and a window that could see one of them at a time to edit them. It's a bit complicated to do it because every array would have to maintain a dynamic collection of pointers to every window (there could be meny) in

Re: [PD] Gem CVS + pd-0.41-0test9 + Ubuntu Gutsy : Not reading videofiles

2007-12-08 Thread patrick
hi i am not sure, if i understand why you want to get xvid working with gem. if you are interested in lowest possible cpu consumption, i wouldn't expect xvid to give the best results, since it is optimized to give very high compression and not to consume as little cpu as possible. after

Re: [PD] Gem CVS + pd-0.41-0test9 + Ubuntu Gutsy : Not reading videofiles

2007-12-08 Thread vade
Hrm. Thats pretty interesting - and I honestly would not have suspected this to be the case - in my tests on OS X, mjpeg has consistently been the winner. My understanding reflects romans earlier posts to a t. Can you put/host the videos anywhere? How were you compressing the Quicktime

Re: [PD] Gem CVS + pd-0.41-0test9 + Ubuntu Gutsy : Not reading videofiles

2007-12-08 Thread Roman Haefeli
On Sat, 2007-12-08 at 19:16 -0500, patrick wrote: hi i am not sure, if i understand why you want to get xvid working with gem. if you are interested in lowest possible cpu consumption, i wouldn't expect xvid to give the best results, since it is optimized to give very high compression and

Re: [PD] Gem CVS + pd-0.41-0test9 + Ubuntu Gutsy : Not reading videofiles

2007-12-08 Thread patrick
hi vade, on linux using transcode, but sometimes ffmpeg or mencoder. examples: quicktime - jpeg (4.0M) http://www.workinprogress.ca/pd/gem/codec/out_jpeg.mov gem 22% cpu - showing the video gem 17% cpu - just decoding the video mplayer xv 5% cpu mplayer gl 9% cpu

Re: [PD] array indirection

2007-12-08 Thread Chuckk Hubbard
It would be possible, if not CPU-efficient, to have them all hidden in table objects, and simply use tabread and tabwrite to copy them to the skeleton array when you want to switch. You would only need one tabread and tabwrite pair, just different ways to specify the target of tabread. I would