[PD] [PD-announce] Xth Sense - Enhanced musical bodies @ Pure Data Convention 2011

2011-08-07 Thread Marco Donnarumma
(sorry for x-post) Dear all, here a brief update and cordial invitation. If you are around, feel free to drop me a line! ~ __8th August / 13.00-17.30 WORKSHOP: Xth Sense: Biophysical Music @ Pure Data Convention http://www.uni-weimar.de/medien/wiki/PDCON:Workshops/Xth_Sense,_Biophysical_Music

Re: [PD] netsend/netreceive + GUI bug

2011-08-07 Thread Ivica Ico Bukvic
If you are indeed talking about vanilla netsend and netreceive, the poll function is called during pd's main loop, not when something arrives at the socket. In x_net.c : sys_addpollfn(sockfd, (t_fdpollfn)socketreceiver_read, y); socketreceiver_read is in s_inter.c: void

[PD] Turing Tarpit (was Re: (breaking symbols))

2011-08-07 Thread Mathieu Bouchard
On Thu, 4 Aug 2011, Jonathan Wilkes wrote: I don't understand what you're saying about receive symbols.  How do you get the single characters in the first place? Oh, nevermind. Just a silly mistake of mine. Anyway... I think that all this kind of thing will do, is scare off any potential

Re: [PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-08-07 Thread Mathieu Bouchard
On Wed, 3 Aug 2011, Jonathan Wilkes wrote: The idiosyncratic recursion happens when combining the single digits to make the final two values of the numerator and denominator.  It's a [list split 1] with the middle outlet to a [t a] that feeds back into the left inlet.  This outputs the list

Re: [PD] search plugin update

2011-08-07 Thread Mathieu Bouchard
On Sat, 6 Aug 2011, Hans-Christoph Steiner wrote: - on Mac OS X Cmd-Shift-= (i.e. Cmd-+) is the standard key for increasing the size of the text.  Currently, its Cmd-=. It will break on keyboard layouts that are not QWERTY or that are heavily modified QWERTY. When I designed some things in

Re: [PD] netsend/netreceive + GUI bug

2011-08-07 Thread Miller Puckette
Here's a guess... if incoming (vanilla) netreceive traffic is swamping Pd, then since Pd prioritizes input from GUI above output back to GUI, the output never gets scheduled. If that were happening, you'd see the windows freeze but still be able to send Pd events from the GUI (hitting buttons in

[PD] Versioning for patches?

2011-08-07 Thread Ludwig Maes
Hi is there some git project or similar for versioning of patches? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Versioning for patches?

2011-08-07 Thread Mathieu Bouchard
On Sun, 7 Aug 2011, Ludwig Maes wrote: Hi is there some git project or similar for versioning of patches? What do you want to have, in more detail ? ___ | Mathieu Bouchard tél: +1.514.383.3801 Villeray, Montréal,

Re: [PD] netsend/netreceive + GUI bug

2011-08-07 Thread Mathieu Bouchard
On Sun, 7 Aug 2011, Miller Puckette wrote: Here's a guess... if incoming (vanilla) netreceive traffic is swamping Pd, then since Pd prioritizes input from GUI above output back to GUI, the output never gets scheduled. If that were happening, you'd see the windows freeze but still be able to

Re: [PD] search plugin update

2011-08-07 Thread Hans-Christoph Steiner
On Aug 7, 2011, at 2:51 PM, Mathieu Bouchard wrote: On Sat, 6 Aug 2011, Hans-Christoph Steiner wrote: - on Mac OS X Cmd-Shift-= (i.e. Cmd-+) is the standard key for increasing the size of the text. Currently, its Cmd-=. It will break on keyboard layouts that are not QWERTY or that are

Re: [PD] netsend/netreceive + GUI bug

2011-08-07 Thread Hans-Christoph Steiner
On Aug 7, 2011, at 5:19 PM, Mathieu Bouchard wrote: On Sun, 7 Aug 2011, Miller Puckette wrote: Here's a guess... if incoming (vanilla) netreceive traffic is swamping Pd, then since Pd prioritizes input from GUI above output back to GUI, the output never gets scheduled. If that were

Re: [PD] Desktop Screen Capture

2011-08-07 Thread John Harrison
Here's two methods that came up when I asked about this: http://lists.puredata.info/pipermail/pd-list/2010-08/082168.html http://lists.puredata.info/pipermail/pd-list/2010-08/082173.html I vaguely remember that there might be a way to do this just with gridflow as well? I went with webcam

Re: [PD] Desktop Screen Capture

2011-08-07 Thread Mathieu Bouchard
On Sun, 7 Aug 2011, John Harrison wrote: I vaguely remember that there might be a way to do this just with gridflow as well? GridFlow has had this feature since 2002 or 2003... I used it for making self-screenshot art this year : http://gridflow.ca/gallery/patch_dans_patch_8.png