Re: [PD] connecting Pd to LEDs

2012-03-27 Thread Jim Hickcox
For the archives, I had emailed my brother in law Pete about the potential of using an arduino chip to process the midi and send the signals to the LEDs, and his response was fairly enlightening as well, so here's that in case it's helpful for the future: The analog outputs of the arduino are in

Re: [PD] new pure data music

2012-03-27 Thread Julian Brooks
Hi Billy, Geocities link gives a '404'. Cheers, Julian ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] new pure data music

2012-03-27 Thread Roman Haefeli
On Tue, 2012-03-27 at 09:09 +0100, Julian Brooks wrote: Hi Billy, Geocities link gives a '404'. The link was somehow posted twice without a whitespace in between. This should work: http://www.geocities.ws/billy_stiltner/music/aahh.html Roman

Re: [PD] connecting Pd to LEDs

2012-03-27 Thread Bastiaan van den Berg
On Tue, Mar 27, 2012 at 09:41, Pierre-Olivier Boulant po.boul...@free.frwrote: Hi, You can make a USB to DMX interface really easily with an Arduino. FYI, USB is pretty slow for DMX stuff. You rather want an external controller that runs all the controlling logic. Something like

Re: [PD] new pure data music

2012-03-27 Thread Julian Brooks
Oh yeah, of course. Cheers Roman. On 27 March 2012 09:31, Roman Haefeli reduz...@gmail.com wrote: On Tue, 2012-03-27 at 09:09 +0100, Julian Brooks wrote: Hi Billy, Geocities link gives a '404'. The link was somehow posted twice without a whitespace in between. This should work:

[PD] pure-data as SourceForge featured project, week of March 26

2012-03-27 Thread Marco Donnarumma
Nice one!! We're on the font page of Sourceforge this week! https://sourceforge.net/ .hc -- Marco Donnarumma New Media + Sonic Arts Practitioner, Performer, Teacher, Director. ACE, Sound Design MSc by Research (ongoing) The University of Edinburgh, UK ~

Re: [PD] [pd] tables as patch storage

2012-03-27 Thread Frank Barknecht
On Mon, Mar 26, 2012 at 12:20:51PM +0200, Charles Goyard wrote: Hi, Billy Stiltner wrote: why havent i seen more usage of tables as patch storage? Maybe because you can only store numbers, not strings. A textfile seems more versatile. Or a message box. Miller's help-files are crammed

Re: [PD] connecting Pd to LEDs

2012-03-27 Thread Martin Peach
On 2012-03-27 05:07, Bastiaan van den Berg wrote: On Tue, Mar 27, 2012 at 09:41, Pierre-Olivier Boulant po.boul...@free.fr mailto:po.boul...@free.fr wrote: Hi, You can make a USB to DMX interface really easily with an Arduino. FYI, USB is pretty slow for DMX stuff. It's faster than

Re: [PD] connecting Pd to LEDs

2012-03-27 Thread Bastiaan van den Berg
On Tue, Mar 27, 2012 at 14:57, Martin Peach martin.pe...@sympatico.cawrote: The DMXUSBPro works well for me with Pd. I set the [comport] baud rate to 25 but I don't think it's necessary. Well, how many lights are you controlling? :) I think for architectural lighting, the number of DMX

Re: [PD] connecting Pd to LEDs

2012-03-27 Thread brandt
hi i did a project last year controlling a led-wall for displaying the fft-analysis of the sound which actually happens on the stage of the theater behind. its a 24/7 installation with 1280 led´s white and dimmable. we did it through udp and the serial porta driver was made for

Re: [PD] [pd] tables as patch storage

2012-03-27 Thread Mathieu Bouchard
Le 2012-03-27 à 12:50:00, Frank Barknecht a écrit : On Mon, Mar 26, 2012 at 12:20:51PM +0200, Charles Goyard wrote: Billy Stiltner wrote: why havent i seen more usage of tables as patch storage? Maybe because you can only store numbers, not strings. A textfile seems more versatile. Or a

Re: [PD] [pd] tables as patch storage

2012-03-27 Thread Jonathan Wilkes
- Original Message - From: Mathieu Bouchard ma...@artengine.ca To: Frank Barknecht f...@footils.org Cc: pd-list@iem.at Sent: Tuesday, March 27, 2012 9:45 AM Subject: Re: [PD] [pd] tables as patch storage Le 2012-03-27 à 12:50:00, Frank Barknecht a écrit : On Mon, Mar 26, 2012 at

Re: [PD] [pd] tables as patch storage

2012-03-27 Thread Mathieu Bouchard
Le 2012-03-27 à 08:04:00, Jonathan Wilkes a écrit : Anythings aren't really free-form, either.  float my boat isn't a valid message in Pd. I mean as free-form as storable Anythings can be. I not talking about atoms that are not storable, nor about non-atoms, pink elephants and winged pigs.

Re: [PD] [pd] tables as patch storage

2012-03-27 Thread Frank Barknecht
On Tue, Mar 27, 2012 at 08:04:37AM -0700, Jonathan Wilkes wrote: From: Mathieu Bouchard ma...@artengine.ca (Of course, there are externals, but they're not the kind of thing used by the kind of people who come up with list-abs.) I don't know what that means.  What does that mean? Matju

Re: [PD] [pd] tables as patch storage

2012-03-27 Thread Mathieu Bouchard
Le 2012-03-27 à 17:37:00, Frank Barknecht a écrit : On Tue, Mar 27, 2012 at 08:04:37AM -0700, Jonathan Wilkes wrote: From: Mathieu Bouchard ma...@artengine.ca (Of course, there are externals, but they're not the kind of thing used by the kind of people who come up with list-abs.) I don't

[PD] list-abs and externals [was: Re: [pd] tables as patch storage]

2012-03-27 Thread Frank Barknecht
On Tue, Mar 27, 2012 at 11:21:15AM -0400, Mathieu Bouchard wrote: list-abs was designed to only use pd's builtins, no externs, which makes it more like academic exercises of proving that anything can be done with a Turing tape machine, rather than being designed in a pragmatic way. Actually

Re: [PD] [pd] tables as patch storage

2012-03-27 Thread Frank Barknecht
On Tue, Mar 27, 2012 at 11:38:13AM -0400, Mathieu Bouchard wrote: Le 2012-03-27 à 17:37:00, Frank Barknecht a écrit : On Tue, Mar 27, 2012 at 08:04:37AM -0700, Jonathan Wilkes wrote: From: Mathieu Bouchard ma...@artengine.ca (Of course, there are externals, but they're not the kind of thing

Re: [PD] ANN: pd-l2ork v.20120304 and new disis_wiimote external now available

2012-03-27 Thread Mathieu Bouchard
Le 2012-03-06 à 00:42:00, Ivica Ico Bukvic a écrit : Font based zooming simply changes font sizes and repositions all objects to be still in the same relation to each other. True zooming (ala desiredata), while desireable (no pun intended) Well, in desiredata, puns were intended. The name

[PD] exit (was: list-abs and externals)

2012-03-27 Thread Mathieu Bouchard
Le 2012-03-27 à 17:45:00, Frank Barknecht a écrit : Actually I consider list-abs to be very pragmatic *because* it only uses builtins. I just mean that Pd's builtins are too deficient to make your approach worth it. Miller has another fifteen years to spare to figure out what will be the

[PD] for any other questions about GridFlow

2012-03-27 Thread Mathieu Bouchard
For any questions about GridFlow and related work, please write on gridflow-...@artengine.ca instead of pd-list. http://lists.artengine.ca/cgi-bin/mailman/listinfo/gridflow-dev This is my last post (apart from pd-announce posts).

Re: [PD] new pure data music

2012-03-27 Thread Tyler Leavitt
I'm having issues listening to your stuff. Choppy with the loading bar jumping around. Not sure if anyone else on Chrome browser on Ubuntu is having same issues. On Tue, Mar 27, 2012 at 2:31 AM, Julian Brooks jbee...@gmail.com wrote: Oh yeah, of course. Cheers Roman. On 27 March 2012

Re: [PD] for any other questions about GridFlow

2012-03-27 Thread IOhannes m zmölnig
On 03/27/12 18:10, Mathieu Bouchard wrote: This is my last post (apart from pd-announce posts). again? fgmasdr IOhannes ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] [pd] tables as patch storage

2012-03-27 Thread Roman Haefeli
On Tue, 2012-03-27 at 11:21 -0400, Mathieu Bouchard wrote: Le 2012-03-27 à 08:04:00, Jonathan Wilkes a écrit : Anythings aren't really free-form, either. float my boat isn't a valid message in Pd. I mean as free-form as storable Anythings can be. I not talking about atoms that are

Re: [PD] for any other questions about GridFlow

2012-03-27 Thread Roman Haefeli
On Tue, 2012-03-27 at 12:10 -0400, Mathieu Bouchard wrote: This is my last post (apart from pd-announce posts). Will you still be on #dataflow? Roman ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] [pd] tables as patch storage

2012-03-27 Thread Jonathan Wilkes
- Original Message - From: Mathieu Bouchard ma...@artengine.ca To: Jonathan Wilkes jancs...@yahoo.com Cc: Frank Barknecht f...@footils.org; pd-list@iem.at pd-list@iem.at Sent: Tuesday, March 27, 2012 11:21 AM Subject: Re: [PD] [pd] tables as patch storage Le 2012-03-27 à 08:04:00,

Re: [PD] ANN: pd-l2ork v.20120304 and new disis_wiimote external now available

2012-03-27 Thread Ivica Ico Bukvic
Curiously, I would have said exactly that about your fontsize thing. I would say that true zooming is the only way to go, and anything else distracts by creating bigger complications. Well, code-wise it is not. I simply change font size and automate stretch values and don't worry about GOP

Re: [PD] ANN: pd-l2ork v.20120304 and new disis_wiimote external now available

2012-03-27 Thread Jonathan Wilkes
- Original Message - From: Mathieu Bouchard ma...@artengine.ca To: Ivica Ico Bukvic i...@vt.edu Cc: pd-list@iem.at Sent: Tuesday, March 27, 2012 11:45 AM Subject: Re: [PD] ANN: pd-l2ork v.20120304 and new disis_wiimote external now available Le 2012-03-06 à 00:42:00, Ivica

Re: [PD] ANN: pd-l2ork v.20120304 and new disis_wiimote external now available

2012-03-27 Thread Jonathan Wilkes
- Original Message - From: Ivica Ico Bukvic i...@vt.edu To: 'Mathieu Bouchard' ma...@artengine.ca Cc: pd-list@iem.at Sent: Tuesday, March 27, 2012 2:32 PM Subject: Re: [PD] ANN: pd-l2ork v.20120304 and new disis_wiimote external now available Curiously, I would have said

Re: [PD] list-abs and externals [was: Re: [pd] tables as patch storage]

2012-03-27 Thread Jonathan Wilkes
- Original Message - From: Frank Barknecht f...@footils.org To: pd-list@iem.at Cc: Sent: Tuesday, March 27, 2012 11:45 AM Subject: [PD] list-abs and externals [was: Re: [pd] tables as patch storage] On Tue, Mar 27, 2012 at 11:21:15AM -0400, Mathieu Bouchard wrote: list-abs was

[PD] Keystone correction

2012-03-27 Thread Charles Goyard
Hi list, this is very basic, in fact so basic no one ever asked it seems :) I need to correct the trapezoidal/keystone deformation of a video. The beamer I use can't correct enough, so I need to do that with GEM. I heard of a keystone library but could not find it. I tried various

Re: [PD] Keystone correction

2012-03-27 Thread Cyrille Henry
hello Charles, you can render anything on a framebuffer, then using it as a texture to the polygon. look at gem example: Gem/examples/12.multi_screen_projection/02.nfp-help.pd it's a bit more complex than what you want to do, but you'll may find it interesting. cheers Cyrille Le

Re: [PD] Keystone correction

2012-03-27 Thread Charles Goyard
Hi Cyrille, Cyrille Henry wrote: you can render anything on a framebuffer, then using it as a texture to the polygon. look at gem example: Gem/examples/12.multi_screen_projection/02.nfp-help.pd it's a bit more complex than what you want to do, but you'll may find it interesting. Thanks,

Re: [PD] ANN: pd-l2ork v.20120304 and new disis_wiimote external now available

2012-03-27 Thread Ivica Ico Bukvic
Jonathan Wilkes jancs...@yahoo.com wrote: - Original Message - From: Ivica Ico Bukvic i...@vt.edu To: 'Mathieu Bouchard' ma...@artengine.ca Cc: pd-list@iem.at Sent: Tuesday, March 27, 2012 2:32 PM Subject: Re: [PD] ANN: pd-l2ork v.20120304 and new disis_wiimote external now

Re: [PD] Keystone correction

2012-03-27 Thread Pagano, Patrick
Evtoolkit? Patrick Pagano B.S.,M.F.A Digital Media Engineer UF Digital Worlds Institute (352)294-2020 On Mar 27, 2012, at 6:18 PM, Charles Goyard c...@fsck.fr wrote: Hi Cyrille, Cyrille Henry wrote: you can render anything on a framebuffer, then using it as a texture to the polygon.

[PD] Gem polygon + buffer 1

2012-03-27 Thread tim vets
Hello, is it possible that [polygon] does not work in buffer 1 mode? (it does not appear in buffer 1 mode, while it does in buffer 0) I do not have this problem with other objects. there is no error message pd-extended 0.43-1, ubuntu 11.10 thanks, Tim

Re: [PD] ANN: pd-l2ork v.20120304 and new disis_wiimote external now available

2012-03-27 Thread Jonathan Wilkes
- Original Message - From: Ivica Ico Bukvic i...@vt.edu To: Jonathan Wilkes jancs...@yahoo.com; 'Mathieu Bouchard' ma...@artengine.ca Cc: pd-list@iem.at pd-list@iem.at Sent: Tuesday, March 27, 2012 6:57 PM Subject: Re: [PD] ANN: pd-l2ork v.20120304 and new disis_wiimote external

Re: [PD] Keystone correction

2012-03-27 Thread Michal Seta
On Tue, Mar 27, 2012 at 5:23 PM, Charles Goyard c...@fsck.fr wrote: However, the result is a bit weird. It looks like the point of view is rotated by 90 degrees and with a bit angled Z-axis. I don't understand the camera object. How can I get back to something more frontal ? I have done