Re: [PD] message ordering with send

2010-05-10 Thread ypatios
Meaning, which receive will actually receive the data first? The one that was first connected? Althougth that is true for local connections, weirdly enough, in non-local connections the last created receive object receives data first. In local connections the problem can be solved using

Re: [PD] message ordering with send

2010-05-10 Thread IOhannes m zmoelnig
On 2010-05-10 07:34, Alexandre Porres wrote: hi there, quick question, say I got a [send] object and many pairing [receive]... how do you predict the ordering of messages, or can't you do it at all? Meaning, which receive will actually receive the data first? The one that was first

Re: [PD] vista win7 support ?

2010-05-10 Thread patko
My friend Dichotomie ( Binary search algorithm ) has helped me out to find out the problem with this patch. just replace print NO_match by print Nomatch it's seems there's a problem with stdout or something like this I'll try to pay attention to warnings during next compile unless someone

Re: [PD] Neural Network examples in pd

2010-05-10 Thread Max
the 'research' page is without content though: http://www.davidemorelli.it/digital.html Am 05.05.2010 um 15:13 schrieb li...@roawr.com: Hello, I will demo pd with fann (http://leenissen.dk/fann/) for a class at my uni. Does anybody have examples or patches where pd and fann or pd and any

Re: [PD] [PD-announce] one over zed (a conformal function on the complex plane)

2010-05-10 Thread Matt Barber
What a coincidence -- I woke up with one-over-zed-head myself this morning. made with PureData/GridFlow   http://gridflow.ca/gallery/un_sur_z%C3%A8de.jpg (this is actually one screenshot I took from a live video output.) ___ Pd-list@iem.at

Re: [PD] new pd releases

2010-05-10 Thread Miller Puckette
Hi Alex -- it's mostly waiting for me to get my act together -- Hans and Iohannes have done an excellent GUI rewrite and things are basically waiting for me to change my debug-and-release cycle to accomodate it (a good thing really but it means I have to make major changes). I hope to have

Re: [PD] message ordering with send

2010-05-10 Thread Mathieu Bouchard
On Mon, 10 May 2010, IOhannes m zmoelnig wrote: PS: rumours are that there are at least two different receive objects living out there that have a way to define explicit ordering. don't try to hunt them down one is [iemguts/oreceive]. what's the other one ? and why don't try to hunt them

[PD] [PD-announce] [wiimote] for ubuntu

2010-05-10 Thread Roman Haefeli
Hi all I created a package of the [wiimote] external, written by Mike Wozniewki; MotionPlus support added by IOhannes m zmoelnig: https://launchpad.net/~reduzierer/+archive/rdz-pd-extra+deps Note: In order to enable support for MotionPlus on Karmic (and older), I had to backport the cwiid

Re: [PD] vista win7 support ?

2010-05-10 Thread patko
just replace print NO_match by print Nomatch in fact print doesn't support more than seven characters is argument symbol the bug is easy to reproduce: in a new patch create a [print ] object and close, it will crash, but under certain conditions, it doesn't crash with the version

Re: [PD] [PD-announce] one over zed (a conformal function on the complex plane)

2010-05-10 Thread Mathieu Bouchard
On Mon, 10 May 2010, Pierre Massat wrote: Seriously, what do you people do? I m sure you do more than just coffee and valeriane. Come on, be honest! I do imaginary numbers, quadratic extensions of number fields, and wrap-around tiling (an unfolding of donut topology and such). et, bien

[PD] rdz PPA

2010-05-10 Thread Martin Eckart
I'm trying to compile pd-extended from source (on Lucid amd64) and want to be sure that gmerlin is compiled into GEM. I came across Roman's ppa at https://launchpad.net/~reduzierer/+archive/rdz-pd-extra +deps?field.series_filter=lucid but although I add it like any other, apt doesn't seem to

[PD] understanding graphics objects on canvas

2010-05-10 Thread Ivica Ico Bukvic
So, I've been playing with scalars a bit and am still not quite sure I understand how to actually create a new object/instance on canvas window that can then use templates etc. All tutorials already have those created and while I can change their properties, I cannot for the love of the world

Re: [PD] rdz PPA

2010-05-10 Thread Roman Haefeli
Hi Martin On Mon, 2010-05-10 at 11:42 -0400, Martin Eckart wrote: I'm trying to compile pd-extended from source (on Lucid amd64) and want to be sure that gmerlin is compiled into GEM. I came across Roman's ppa at https://launchpad.net/~reduzierer/+archive/rdz-pd-extra

Re: [PD] understanding graphics objects on canvas

2010-05-10 Thread Ivica Ico Bukvic
Never mind. Figure it out... that said, FWIW this part may need better coverage under the scalar help file which pops up when one selects help on it. The other confusing thing is when you pull up properties for a scalar object on the graph that the window that pops up is titled misleadingly Atom.

Re: [PD] compiling flashserver in Linux

2010-05-10 Thread Pedro Lopes
Okay, thanks for explaining because Im fairly new to the list and to the PD community project. The diff that I present in [1] is actually between my version and the svn hosted one. I'll try to post a patch-file as you suggested. (by the way is there any documentation on how to treat/report

Re: [PD] [PD-announce] one over zed (a conformal function on the complex plane)

2010-05-10 Thread Mathieu Bouchard
On Sun, 9 May 2010, Mathieu Bouchard wrote: On Sun, 9 May 2010, Arif Driessen wrote: fractals! awesome! Hmmm, I hadn't thought of that before... but there may be a fractal dimension to this figure. Is the patch that created this lying around the woods of public access too? :) Here's a

Re: [PD] understanding graphics objects on canvas

2010-05-10 Thread Jonathan Wilkes
/doc/4.data.structures/04.append.pd The pd-msg tutorial shows how to use the scalar message to create one dynamically. Also, I started to put together this help patch for scalar with my revised help patches for pddp.  It is a bit overkill and still needs some work, but it's a start. -Jonathan

Re: [PD] [PD-announce] one over zed (a conformal function on the complex plane)

2010-05-10 Thread Martin Peach
Mathieu Bouchard wrote: On Sun, 9 May 2010, Mathieu Bouchard wrote: On Sun, 9 May 2010, Arif Driessen wrote: fractals! awesome! Hmmm, I hadn't thought of that before... but there may be a fractal dimension to this figure. Is the patch that created this lying around the woods of public

Re: [PD] rdz PPA

2010-05-10 Thread Martin Eckart
I only added the packages, that [readanysf~] depending on, which is libgemrlin-avdec1 and libgavl1. gmerlin is a completely different package, which is not part of my PPA. Sorry I wasn't specific, GEM needs libgmerlin-avdec too. Maybe there's a configuration issue in the ppa for Lucid

Re: [PD] rdz PPA

2010-05-10 Thread Roman Haefeli
On Mon, 2010-05-10 at 12:54 -0400, Martin Eckart wrote: There's a file called /etc/apt/sources.list.d/reduzierer-rdz-pd-extra +deps-lucid.list whose contents are: --- deb http://ppa.launchpad.net/reduzierer/rdz-pd-extra+deps/ubuntu lucid main --- I assume Lucid just organizes sources.list

Re: [PD] [PD-announce] one over zed (a conformal function on the complex plane)

2010-05-10 Thread Mathieu Bouchard
On Mon, 10 May 2010, Martin Peach wrote: It's easier to see what's going on using the colourbar from hello-world.pd. But hello-world.pd is unrelated to moving pixels around like [#remap_image] does. [#remap_image] is like a giant [tabread] from outer space whereas hello-world.pd (or

Re: [PD] [PD-announce] one over zed (a conformal function on the complex plane)

2010-05-10 Thread Martin Peach
Mathieu Bouchard wrote: On Mon, 10 May 2010, Martin Peach wrote: It's easier to see what's going on using the colourbar from hello-world.pd. But hello-world.pd is unrelated to moving pixels around like [#remap_image] does. [#remap_image] is like a giant [tabread] from outer space whereas

Re: [PD] [PD-announce] one over zed (a conformal function on the complex plane)

2010-05-10 Thread Mathieu Bouchard
On Mon, 10 May 2010, Martin Peach wrote: So I probably need to use an source image that has texture in both dimensions, as with vertical bars it does nothing obvious. It depends which axis you do the [# -] on... BTW instead of [pack f f] with [t b a] you can do [#pack] without [t b a] if

Re: [PD] [PD-announce] [wiimote] for ubuntu

2010-05-10 Thread Husk 00
Well done Roman! As soon I can I'll test it. husk On Mon, May 10, 2010 at 5:20 PM, Roman Haefeli reduzie...@yahoo.de wrote: Hi all I created a package of the [wiimote] external, written by Mike Wozniewki; MotionPlus support added by IOhannes m zmoelnig:

Re: [PD] [PD-announce] [wiimote] for ubuntu

2010-05-10 Thread Martin Eckart
This package is working almost perfectly for me in Lucid. The main issue I'm having right now is that the nunchuck is being mis-recognized as the classic controller for which there is no support. I get the message Classic controller attached. There is no real support for this yet. when plugging

Re: [PD] [PD-announce] [wiimote] for ubuntu

2010-05-10 Thread Pagano, Patrick
I had problems with Woz's nunchuck controls depending on how I found the wii It would not work at all or all values would go to max, then a restart would recognize the nunchuck, it would work for a few minutes then crash pp -Original Message- From: pd-list-boun...@iem.at

[PD] pd-extended recent autobuilds

2010-05-10 Thread Michal Seta
Hi all + Hans, I just installed pd-extended (0.42.5 build of april 30 2010) on a new machine to discover that it is now called pdextended and it does not show up in the applications menu (should I report a bug somewhere?) and that pdsend is missing. Is pdsend/pdreceive being phased out? Are

Re: [PD] [PD-announce] [wiimote] for ubuntu

2010-05-10 Thread Roman Haefeli
On Mon, 2010-05-10 at 16:18 -0400, Martin Eckart wrote: This package is working almost perfectly for me in Lucid. The main issue I'm having right now is that the nunchuck is being mis-recognized as the classic controller for which there is no support. I get the message Classic controller

Re: [PD] vista win7 support ?

2010-05-10 Thread rene beekman
many thanks, i made the necessary changes to the select help patch and will be trying this modified patch in the coming days on several machines. will post updates when i have more. thanks again. rene On May 10, 2010, at 18:28, patko wrote: just replace print NO_match by print

Re: [PD] understanding graphics objects on canvas

2010-05-10 Thread João Pais
for a very simple automatic scalar creation, look at my abs jmmmp/pd-colors. I'm sure you'll understand it easily. there are many things that should be improved on data-s, so that they're really usable on more complex compositional contexts, and not only to draw some fancy guis. but since

Re: [PD] pd-extended recent autobuilds

2010-05-10 Thread Hans-Christoph Steiner
The 'pd-extended' package can now co-exist with the official 'puredata' package, hence the binary being called 'pdextended'. It should show up in the applications menu, so that's a bug. As for pdsend/pdreceive, install 'puredata' to get those. Ultimately, I think those will go into a