Re: [PD] API for manipulating a patch in real time

2008-12-10 Thread IOhannes m zmoelnig
Zach Dwiel wrote: > Hello > first of all, there is no official API. second, you can manipulate a Pd patch by "sending messages around". this is (inofficially!) documented by several people, and usually called "dynamic patching". there is also a tutorial by damien henry called "pd-msg" which is

Re: [PD] API for manipulating a patch in real time

2008-12-10 Thread Andy Farnell
Yes! Even if it's already 'doable' having a clearly abstracted libPd with documented API is clearly the next step in Pure Data development. This should be an overriding consideration in all current dev directions. On Wed, 10 Dec 2008 20:07:04 +0900 Chris McCormick <[EMAIL PROTECTED]> wrote: >

Re: [PD] API for manipulating a patch in real time

2008-12-10 Thread Chris McCormick
On Wed, Dec 10, 2008 at 09:05:16AM +0100, IOhannes m zmoelnig wrote: > Zach Dwiel wrote: > >Hello > > first of all, there is no official API. It would be so nice if there were an easy way to invoke Pd as a library from within other code. I know it's possible to do this (Spore, pd~, RjDj, Pd brows

Re: [PD] building Pd-extended on 64 bit debian system

2008-12-10 Thread Ilias Anagnostopoulos
John, I was working on the 64-bit version, but I've stopped doing anything since Saturday when the civil unrest started in Greece. I'm interested in this, I'll have a look at the wiki page and contribute if I can. Good luck!! Ilias > > Message: 1 > Date: Tue, 09 Dec 2008 14:33:32 -0600 > Fro

Re: [PD] a bug in pidip/pdp_v4l2.c (with solution)

2008-12-10 Thread ydegoyon
ola, sorry for answering late, i was busy in piksel in norway, with a few pd'ers, still not all recovered.. i must say it's a very good report indeed )) i modify the wait_frame function with you remarks : * i checked out xawtv code and you're right the time-out should be of 5 seconds ( that se

Re: [PD] ehu abstractions to be released

2008-12-10 Thread Hans-Christoph Steiner
On Dec 9, 2008, at 12:08 PM, altern wrote: > Claude Heiland-Allen(e)k dio: >> Hi, >> >> altern wrote: >> [snip] >>> They have been developed to be used >>> with PD-extended, few objects from externals included in that >>> distro are >>> used. >> [snip] >>> this is the link to download the lates

Re: [PD] [PD-announce] Pd 0.42-0 test 6 available

2008-12-10 Thread Hans-Christoph Steiner
If there was a global sys_pdexe that was set up at the same time as sys_libdir and sys_guidir, that would work. It would just need to have the platform specific info in it. Isn't that already happening somewhere? I forget where... I'll bet there has to be other ways too, perhaps through

Re: [PD] so when does pd get rounded corners?

2008-12-10 Thread Hans-Christoph Steiner
I think you can control it from Tcl/Tk, i.e. turning it on and off. That is much preferrable to not even having the option, especially when you consider the vast majority of computer users are used to seeing anti-aliased fonts. I am not saying anyone should have to use them... Properly

Re: [PD] building Pd-extended on 64 bit Debian system

2008-12-10 Thread Hans-Christoph Steiner
While you may think it was stupid to install 64-bit now, I am very glad you did. That's how we are going to get the 64-bit builds working well, by people installing 64-bit, using it, reporting bugs, and fixing them. I think that with pd 0.41, we are very close to getting the whole pd-ext

Re: [PD] building Pd-extended on 64 bit Debian system

2008-12-10 Thread Erik Garrison
On Tue, Dec 09, 2008 at 06:03:39PM -0500, Hans-Christoph Steiner wrote: > > While you may think it was stupid to install 64-bit now, I am very > glad you did. That's how we are going to get the 64-bit builds > working well, by people installing 64-bit, using it, reporting bugs, > and fixing

Re: [PD] API for manipulating a patch in real time

2008-12-10 Thread Miller Puckette
I can imagine simply writing an example program to do this (putting some boilerplate first and then a rewritable main at the end). It would look more like this: /* don't touch me */ /* but replace the following with your code */ main() { pd_startthread("arg1 arg2..."); /* do anyt

Re: [PD] gcanvas?

2008-12-10 Thread Gunter Geiger
Jack wrote: > Hello Hans and Gunter, hello list ! > It's impossible to delete the rectangle (of [gcanvas]). It's also > impossible to move it and to resize it. > Any idea ? > Hi, seems to be some incompatibility introduced by the new features. Definitely a bug in gcanvas somewhere :( I have to

[PD] Would PD be a good solution for WFS?

2008-12-10 Thread mazarick
Greetings!!I am a real 'newbie' at pure data and need your help and opinions.I've got a particular audio problem I need to solve, and I would like other people's opinion if using PD is the best way to solve it. The particular problem I am trying to solve is setting up the sound for each speake

Re: [PD] [PD-announce] Pd 0.42-0 test 6 available

2008-12-10 Thread Miller Puckette
I'm thinking the sys_pdexe is teh only way. I try to avoid adding junk to the Pd API but in this case I think it will be necessary. cheers Miller On Tue, Dec 09, 2008 at 06:10:37PM -0500, Hans-Christoph Steiner wrote: > > If there was a global sys_pdexe that was set up at the same time as > s

Re: [PD] ehu abstractions to be released

2008-12-10 Thread altern
Hans-Christoph Steiner(e)k dio: > > On Dec 9, 2008, at 12:08 PM, altern wrote: > >> Claude Heiland-Allen(e)k dio: >>> Hi, >>> >>> altern wrote: >>> [snip] They have been developed to be used with PD-extended, few objects from externals included in that distro are used. >>> [s

[PD] need help with pmpd

2008-12-10 Thread jörg brinkmann
hello pdlers, the pmpd library is superfun to play with. but i need some help with my simple patch (shaker) does someone knows, why the balls in my patch sometimes fall out of the shaker ? (this happens when you shake it too hard) thanks for any help ! greetz -- Pt! Schon vom neu

Re: [PD] need help with pmpd

2008-12-10 Thread Jack
Try with this parameters. I prefer to use [iLine2D] than [iSeg2D] because the 6th argument (depth) will force the ball to 'come back' all the line long and not the segment long (if i'm right). ++ Jack shaker.pd Description: Binary data Le 10 déc. 08 à 22:35, jörg brinkmann a écrit : h

[PD] Percolate for Pd

2008-12-10 Thread Mitchell Turner
Dear all, Sorry if this has been discussed ad nauseam, but I've googled everything I can think of and have not been able to find Percolate for Pd. Does anyone know if there is a working version of the Percolate objects for Pd? I'm using Pd-Extended (0.40.3) on OSX (10.5.5). Thanks in advan

Re: [PD] need help with pmpd

2008-12-10 Thread Damien Henry - Voxler
hi ! Just make your segment longer, or use iLine instead of iSeg. Cheers, Damien. jörg brinkmann a écrit : > hello pdlers, > > the pmpd library is superfun to play with. > > but i need some help with my simple patch (shaker) > > does someone knows, why the balls in my patch sometimes fall out o

Re: [PD] need help with pmpd

2008-12-10 Thread jörg brinkmann
thank you veryvery much Jack :) they are not falling out of the corners anymore. nice but is it possible to never let the balls come across the border ? (this happens when you shake very drastically) P.S.: if someone has some own pmpd examples to share. that would be great Original

[PD] Problems with unauthorized lib objects

2008-12-10 Thread Fernando Godoy
I installed Pd version 0.40.3-extended in ubuntu 8.04 and i can't load some object from unauthorized lib. Most of them are ok, but object like samplebox or randomblock are not working. I get this error, samplebox~:stores and plays back a sound version 0.3, written by Yves Degoyon ([EMAIL PROTECTED

Re: [PD] need help with pmpd

2008-12-10 Thread Jack
You can put 1 instead of 5 in the [metro]. Then the update of the PMPD system is much faster than GEM (in your exemple 1 frame every 20 ms). if i'm right. ++ Jack Le 11 déc. 08 à 01:16, jörg brinkmann a écrit : > thank you veryvery much Jack :) > > they are not falling out of the corners an

Re: [PD] Problems with unauthorized lib objects

2008-12-10 Thread ydegoyon
wow, that's rather old this and the message is quite clear, both of them requires a numeric argument, in both case the size of the sample so use : [samplebox~ 2048] and [randomblock~ 2048] and open the help patch first ! ( the life vest is under your seat ) saludos, sevy Fernando Godoy wrote

Re: [PD] PD] request assistance with crackles and pops using wiimote

2008-12-10 Thread Julian Brooks
Hi Darren/list, I'm currently experimenting with the wiimote. I'm having similar problems with crackle/noise, any suggestions much appreciated. Something preferably before we get into the audio domain. Cheers, Jb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] O

Re: [PD] Percolate for Pd

2008-12-10 Thread hard off
search the pd forum, someone posted a .zip of it a while back i think. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] patching circle in London ? WHEN?

2008-12-10 Thread errordeveloper
hi. so when do you guys think we shall do it? should we just put a date ..and adjust everything to that? cheers, -- ilya .d ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list