[PD] New motion sensor

2012-05-23 Thread Pierre Massat
Dear List, I thought some of you might be interested in this : http://www.leapmotion.com/ Apparently a lot smaller and cheaper than kinect. Cheers! Pierre. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

[PD] closest frequency in scale

2012-05-23 Thread flad chester
Hi list, im new with pd, i was thinking about which should be the best way to implement this idea or maybe somebody has done something like this before: Im controlling the frequencies of my grains with a random number generator, but instead of controlling the frequencies directly i would like to

[PD] Brian Eno

2012-05-23 Thread Pierre Massat
I've always had the intuition that Eno wrote The Big Ship on a Doodle synthesizer, and the recent discovery of this rough early demo just proved me right : http://g.co/doodle/qcrdx7 ;) Cheers, Pierre. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] closest frequency in scale

2012-05-23 Thread Pierre Massat
Hi, I'm not sure I got your question right, but one thing you can do is map the output of your random number generator. Say you get a random number ranging from 0 to 1and you want the frequency to be between 200 Hz and 10KHz : - multiply the random number by 1 - 200 = 9800, - then add 200.

Re: [PD] closest frequency in scale

2012-05-23 Thread Matthias Kronlachner
if you mean as specific scale the equal tempered you can use [ftom] to convert from frequency to midi note numbers. then you round this number to integer and with [mtof] back to have a frequency value. matthias Am 23.05.12 10:29, schrieb flad chester: Hi list, im new with pd, i was thinking

Re: [PD] New motion sensor

2012-05-23 Thread Theron Trowbridge
I saw a demo of the unit at Maker Faire this past weekend, and it looked impressive. Not only cheaper than the Kinect, but they say it's significantly higher resolution. I'm looking forward to playing with one. And talking to reps for the company, they seem supportive of developers and want to

Re: [PD] New motion sensor

2012-05-23 Thread Matthias Kronlachner
but it seems as it is developed more for sitting in front of the screen, waving your hands. i guess you cannot cover the same area than with kinect and do things like tracking standing persons or dancers. but we'll see - still looks interesting. Am 23.05.12 12:34, schrieb Theron Trowbridge: I

Re: [PD] New motion sensor

2012-05-23 Thread Pierre Massat
True, but if it's really as precise as what is shown in the video it could be a very interesting tool for creating new instruments. Pierre. 2012/5/23 Matthias Kronlachner m.kronlach...@student.tugraz.at but it seems as it is developed more for sitting in front of the screen, waving your

[PD] [PD-announce] Call for Projects | Interactivos?’12 Ljubljana. Obsolete Technologies of the Future

2012-05-23 Thread Medialab-Prado comunicacion
*MEDIALAB-PRADO* Área de Las Artes del Ayuntamiento de Madrid Arts Department of the Madrid City Council http://medialab-prado.es* * * * Interactivos?’12 Ljubljana. Obsolete Technologies of the Future Call for Projects Ljudmila, Digital Medialab of Ljubjliana, in collaboration with SGMK

Re: [PD] pdx problem with tk externals

2012-05-23 Thread Patrice Colet
- Mail original - De: Mathieu Bouchard ma...@artengine.ca Objet: Re: [PD] pdx problem with tk externals Le 2012-05-21 à 14:15:00, Patrice Colet a écrit : Just found out that [#many] on win32 have to be in an opened window otherwise pd gives an error message, and then all the

[PD] bigger symbols

2012-05-23 Thread Jeppi Jeppi
Hi all,any easy (and hopefully standard) way to display a bigger and better looking symbol than the default [symbol] object (Ctrl-4)?Thanks! Josep M ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] bigger symbols

2012-05-23 Thread Claude Heiland-Allen
On 23/05/12 16:34, Jeppi Jeppi wrote: Hi all,any easy (and hopefully standard) way to display a bigger and better looking symbol than the default [symbol] object (Ctrl-4)?Thanks! If you only need display (no editing/input), set the label of a canvas, and adjust the properties to set

Re: [PD] bigger symbols

2012-05-23 Thread Jaime Oliver
Perhaps a canvas ? J On May 23, 2012, at 11:34 AM, Jeppi Jeppi jepp...@hotmail.com wrote: Hi all, any easy (and hopefully standard) way to display a bigger and better looking symbol than the default [symbol] object (Ctrl-4)? Thanks! Josep M

Re: [PD] bigger symbols

2012-05-23 Thread Roman Haefeli
On Wed, 2012-05-23 at 17:34 +0200, Jeppi Jeppi wrote: Hi all, any easy (and hopefully standard) way to display a bigger and better looking symbol than the default [symbol] object (Ctrl-4)? Thanks! Yup, send the message 'label yoursymbol' to any of the iemguis. I often use [cnv] for exactly

[PD] Mouse data without Xorg boundaries

2012-05-23 Thread Tyler Leavitt
Hello list, Not sure if the title explains it concisely enough, but I'm looking to get mouse data without the screen limits of X. So basically when I drag the mouse to the far-right boundary of the screen and continue dragging, though my pointer stays the same on the screen, obviously there is

Re: [PD] bigger symbols

2012-05-23 Thread Jeppi Jeppi
Great idea, thanks :)josep From: reduz...@gmail.com To: pd-list@iem.at Date: Wed, 23 May 2012 17:56:30 +0200 Subject: Re: [PD] bigger symbols On Wed, 2012-05-23 at 17:34 +0200, Jeppi Jeppi wrote: Hi all, any easy (and hopefully standard) way to display a bigger and better looking

[PD] list.element in mtl?

2012-05-23 Thread Dafydd Hughes
Hi folks I may be wrong here: is mtl meant to replace pdmtl? If that's the case, am I crazy or is list.element missing? Is there a good replacement for it? Thanks for any help. cheers dafydd ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] Mouse data without Xorg boundaries

2012-05-23 Thread Jonathan Wilkes
Hi Tyler, I used my search plugin to search for objects tagged with the user_input keyword and found: cyclone/MouseState  report mouse x/y/deltax/y and buttonpress Keywords: control max_compatible user_input Since it gives you delta x/y I think it will solve your problem. -Jonathan

[PD] iemguts on windows 2

2012-05-23 Thread Tebjan Halm - VVVV
hi all, there was an earlier discussion about compiling iemguts on windows, but it looks quite outdated. none of the provided solution was working for me. where can i find som sort of instructions on how to compile the external with mingw? thanks!

Re: [PD] Mouse data without Xorg boundaries

2012-05-23 Thread Tyler Leavitt
Jonathan, Heh... well I did mention in my post that I tried that already and it didn't do what I wanted it to. But then I tried it again at your urging and voila! For some reason I missed that my first try. Thanks, Tyler On Wed, May 23, 2012 at 12:05 PM, Jonathan Wilkes jancs...@yahoo.comwrote:

Re: [PD] Mouse data without Xorg boundaries

2012-05-23 Thread Jonathan Wilkes
Yeah, I left out that I also opened the help patch, and the deltas were still being output when the mouse pointer hit the edge of the screen in x. -Jonathan From: Tyler Leavitt thecryofl...@gmail.com To: Jonathan Wilkes jancs...@yahoo.com Cc: pd-list

Re: [PD] all distorsions avaliable

2012-05-23 Thread umberto torrez
Hi guys , thanks for the replies, I was wondering if there are more waveshapers patches or abstractions outhere for pd? I also was wondering if anybody have tried implemented dynamic waveshaping with Chebyshev polynomials? Which should be the best approach for this in pd? thanks 2012/5/23

Re: [PD] Current PMPD binaries for Win and Mac?

2012-05-23 Thread Hans-Christoph Steiner
On May 21, 2012, at 3:06 PM, Nicolas Montgermont wrote: Le 18/05/12 18:30, Nicolas Montgermont a écrit : - A tag in SVN (i.e. tags/externals/pmpd ok i've check out the tags/externals/pmpd folder but I'm not really sure of how I must create a tag of the 0.10 version. Is the appropriate