Re: [PD] letters that move to their correct position to form readable text

2009-08-14 Thread Claude Heiland-Allen
i...@timvets.net wrote: Hi all, I'm looking for a way to do this: Show text where the letters are positioned randomly across the screen. Then gradually move the letters towards their correct position, to show the original, readable text... any suggestions? Thanks! Tim IIR: next position :=

Re: [PD] letters that move to their correct position to form readable text

2009-08-14 Thread Max
hi tim, additionally to what frank said you might want to use a font with fixed width, otherwise you need to parse the kerning information somehow. with a fixed width you can just count the letter position and add the space to the x-position. use [text3d]. max Am 14.08.2009 um 10:44

Re: [PD] Easiest way to connect a wiimote to pd on windows

2009-08-14 Thread Luiz Naveda
Hey Prashant! People need you here at PD community ! It would be nice to have a wiiSense working in both Win and Mac. All the best Luiz p.s. Do you still need that letter? Luiz Naveda _ - PhD researcher http://www.ipem.ugent.be/samba

[PD] denormals: svf, freeverb (was Re: bug in freeverb???)

2009-08-14 Thread Ed Kelly
We have to sort this out! The denormals bug in freeverb~ _seems_ to have been fixed by following Julius' advice. I made a makefile with -fno-trapping-math as a flag and so far so good. I haven't had a problem with the freeverb~ object pegging the CPU. May I advise that this is implemented in

[PD] Pd Floss Book

2009-08-14 Thread João Pais
Hi, after being quite busy for a while, I have some time now for some small stuff. What's the state of this book? I just browsed, and it seems to be in the same state as some months ago. I still should look at my messages chapter, anything else? João Pais -- Friedenstr. 58 10249 Berlin

Re: [PD] [PD-dev] denormals: svf, freeverb (was Re: bug in freeverb???)

2009-08-14 Thread Damon Chaplin
On Fri, 2009-08-14 at 04:07 -0700, Ed Kelly wrote: We have to sort this out! The denormals bug in freeverb~ _seems_ to have been fixed by following Julius' advice. I made a makefile with -fno-trapping-math as a flag and so far so good. I haven't had a problem with the freeverb~

[PD] control your Mackie C4 via OSC with contrOSC

2009-08-14 Thread Malte Steiner
Hello, I released a new free open source application under GPL3 for Linux: contrOSC is a middleware to bridge hardware DAW midicontrollers to OSC (Open Sound Control) enabled software like PD, CSound or SuperCollider, so you can easily create patches which communicates with the devices. The

Re: [PD] [PD-dev] denormals: svf, freeverb (was Re: bug in freeverb???)

2009-08-14 Thread Matt Barber
In the meantime, it has worked for us in the past to add just a tiny bit of noise~ to the freeverb~ input 100% of the time. I haven't tried in about a year so things may have changed. Matt On Fri, Aug 14, 2009 at 7:07 AM, Ed Kellymorph_2...@yahoo.co.uk wrote: We have to sort this out! The

[PD] Firewire 800 camera for GEM

2009-08-14 Thread Jack
Hello, I look for a cheap camera ( 200 euros) with a Firewire 800 interface. I would like to use it for fiducial tracking. The camera would be attached to the ceiling and connected (with a 10 m cable) to a Mac Mini. Do you know the existence of such a camera ? Thanx. ++ Jack

Re: [PD] [PD-dev] denormals: svf, freeverb (was Re: bug in freeverb???)

2009-08-14 Thread Damon Chaplin
On Fri, 2009-08-14 at 13:06 +0100, Damon Chaplin wrote: On Fri, 2009-08-14 at 13:03 +0100, Damon Chaplin wrote: if (u.int_value 0x7f80) fv = 0.0f; Oops. That should be: if (u.int_value 0x7f80 == 0) fv = 0.0f; Or even better: if ((u.int_value 0x7f80) ==

[PD] motionblur ubuntu jaunty 9.04

2009-08-14 Thread Marco Donnarumma
Hi all, i know this topic has been discussed several times and i tried to read everything i found about it. I'm (finally) migrating to linux - (Ubuntu Jaunty 9.04 + Pd-extended 41.4 rc3 + ATI Radeon) and my latest patch (which was working pretty fine on windozz) is sucking CPU in an awful way,

Re: [PD] motionblur ubuntu jaunty 9.04

2009-08-14 Thread IOhannes m zmölnig
Marco Donnarumma wrote: I'm (finally) migrating to linux - (Ubuntu Jaunty 9.04 + Pd-extended 41.4 rc3 + ATI Radeon) and my latest patch (which was working pretty fine on windozz) is sucking CPU in an awful way, making Pd freeze. What Pd don't like is [snap2tex]. error: [gemframebuffer]:

Re: [PD] motionblur ubuntu jaunty 9.04

2009-08-14 Thread Jack
Le vendredi 14 août 2009 à 16:09 +0200, Marco Donnarumma a écrit : Hi all, i know this topic has been discussed several times and i tried to read everything i found about it. I'm (finally) migrating to linux - (Ubuntu Jaunty 9.04 + Pd-extended 41.4 rc3 + ATI Radeon) Welcome ;) and my latest

Re: [PD] Easiest way to connect a wiimote to pd on windows

2009-08-14 Thread Hans-Christoph Steiner
There is aka.wiiremote for Mac. It works, but is perhaps rough. I think some other people have polished aka.wiiremote for Max so it could be a day's project to include those improvements and add a bit of polish to the Pd port, and it would work nicely. But if you really want to work

Re: [PD] Fixed point support in GCC

2009-08-14 Thread Hans-Christoph Steiner
Hmm, it seems to be more about making fixed point math run faster rather than running floating point stuff as fixed. That's my understanding at least. .hc On Jul 21, 2009, at 5:39 AM, Chris McCormick wrote: Hey all, I wonder if this could bring PDa and Pd closer together?

Re: [PD] work to watch

2009-08-14 Thread Hans-Christoph Steiner
Nice shapes, are those generated in Gem or are they images? If so, I think you have a ton of potential for turning them into instruments. The way they transform is really lively. I think the constant motion to the back works sometimes but it mostly a bit distracting. I want to watch

Re: [PD] motionblur ubuntu jaunty 9.04

2009-08-14 Thread Marco Donnarumma
Thanks Jack, as IOhannes confirmed it is probably a driver problem (anyway i don't think i can make faster my pacth with [pix_snap] and family since they will eat my cpu.., i prefer to manage this driver issue). @IOhannes gfx card: VGA compatible controller: ATI Technologies Inc M56P [Radeon

Re: [PD] Help with pdj

2009-08-14 Thread Michal Seta
Hi Sisil, You should take a look at the java tutorial that comes with MaxMSP (for mxj). I think you can download the documentation as a separate package from cycling74.com website. Ciao ./MiS On Thu, Aug 13, 2009 at 2:57 PM, sisil mehtasisilmet2...@gmail.com wrote: Hey, Is there some

Re: [PD] motionblur ubuntu jaunty 9.04

2009-08-14 Thread Marco Donnarumma
mmm.. i found out the truth. i write this just for information (probably most of you already know it but it can be useful to post it anyway). catalyst 9.3 and earlier drivers don't support x 1.6 and catalyst 9.4 doesn't support a bunch of older radeon cards (as mine). This means the only option

Re: [PD] Easiest way to connect a wiimote to pd on windows

2009-08-14 Thread Damien Henry
Hi Hans, Thanks for the link. I finaly manage to make it work: 1)Install blueSoleil v6 2)run it and connect the wiimote, plus activate the HID service. 2)install glovePie 3)Create a small glovePie script with for instance this line.

Re: [PD] Firewire 800 camera for GEM

2009-08-14 Thread Luiz Naveda
Hey Jack, Have a look at this: http://www.ptgrey.com/products/index.asp Best Luiz Naveda _ - PhD researcher http://www.ipem.ugent.be/samba Director SysMus09 http://www.ipem.ugent.be/sysmus09 IPEM - Institute for Psychoacoustics and Electronic

Re: [PD] Firewire 800 camera for GEM

2009-08-14 Thread Jack
Thanx Luiz, i know PointGrey and i think (tell me if i'm wrong) the price of these cameras is 400 euros and i need a camera with a price 200 euros. Do you know an other site with smaller prices ? ;) If someone has already used a good webcam with Firewire 800 interface, i'm a buyer :) ++ Jack

Re: [PD] Firewire 800 camera for GEM

2009-08-14 Thread chris clepper
Any FW 400 cam is supposed to work with a FW 800 port with an adapter cable. On Fri, Aug 14, 2009 at 8:31 AM, Jack j...@rybn.org wrote: Hello, I look for a cheap camera ( 200 euros) with a Firewire 800 interface. I would like to use it for fiducial tracking. The camera would be attached to

Re: [PD] Firewire 800 camera for GEM

2009-08-14 Thread Jack
Thanx for the info Chris. Do you know a 'good' FW400 camera with price 200 euros for this job ? ++ Jack Le vendredi 14 août 2009 à 20:38 -0400, chris clepper a écrit : Any FW 400 cam is supposed to work with a FW 800 port with an adapter cable. On Fri, Aug 14, 2009 at 8:31 AM, Jack

Re: [PD] Help with pdj

2009-08-14 Thread sisil mehta
Hi, i saw a tutorial on using mxj. This is what i want to do: get data from PD and send it to another java application which is waiting in the background. Is this possible using mxj/pdj ? Sisil. On Sat, Aug 15, 2009 at 1:58 AM, Michal Seta m...@artengine.ca wrote: Hi Sisil, You should take a