Re: [PD] Reading a serial input from Wiring

2007-07-19 Thread Koray Tahiroglu
hello, during the spring PID course, one of the students had a wiring board and we made it communicate with Pduino same way as it is with arduino board. If you download arduino software (http://www.arduino.cc/en/ Main/Software) and then pduino (arduino object+firmware) from http://

Re: [PD] how to know line~ has finished

2007-07-19 Thread Frank Barknecht
Hallo, Andy Farnell hat gesagt: // Andy Farnell wrote: Nice demo Frank, what was the purpose of the [t3_line~] that Gerhard and Thomas wrote? Is it now deprecated in view of [vline~]? Yes, for all I see, vline~ is doing everything, t3_* was doing. Ciao -- Frank Barknecht _

Re: [PD] [PD-dev] recursion in Gem - a tutorial

2007-07-19 Thread Patrice Colet
IOhannes m zmoelnig a écrit : (i haen't seen [nnrepeat] on the website, so i don't know what it does) with [repeat] or with the [s]/[r] idiom claude has proposed. Apparently it does something like the attached patch, and the functionning is explained into the tutorial patch

Re: [PD] [PD-dev] recursion in Gem - a tutorial

2007-07-19 Thread Claude Heiland-Allen
Patrice Colet wrote: IOhannes m zmoelnig a écrit : (i haen't seen [nnrepeat] on the website, so i don't know what it does) with [repeat] or with the [s]/[r] idiom claude has proposed. Apparently it does something like the attached patch, and the functionning is explained into the

Re: [PD] [PD-announce] recursion in Gem - a tutorial

2007-07-19 Thread Claude Heiland-Allen
Hi everyone, I figured out how to implement [nrepeat] and [nnrepeat] in pure-Pd, they still require [repeat] from Zexy, and also the [list] objects from pd-0.40-2 or greater (and obviously Gem is required too). The updated files (just Pd patches, no externals required) can be downloaded from:

Re: [PD] [PD-announce] recursion in Gem - a tutorial

2007-07-19 Thread Steffen
Hey Claude, Thanks for making this slick well composed tutorial. I have a few comments. 1) in 03_recursive_spiral.pd you start out by writing A common idiom in Gem is to use the [repeat] obejct (...) Let's try using (...). But in the patch it is not used. Instead you present the recursive

Re: [PD] Solved - HID for PD on windows?

2007-07-19 Thread Thomas Jeppesen
Hi again, I did some more research on the topic and found the solution for my problem in the joystick-object - thanks to a post by David Merrill - thank you for that :) Still I'm looking forward to see what the HID-object can do when it comes out for windows, for example will it support the

Re: [PD] HID for PD on windows?

2007-07-19 Thread Marko Timlin
Yes, I am also working with pd under windows xp and I had exactly the same question. is there any hope the [hid] will ever work under windows or is there any other alternative for us poor windows users??? let´s joystick around...if possible... Best, m. Hi all, I'm trying to get a

[PD] DesireData DS

2007-07-19 Thread Mathieu Bouchard
On Tue, 17 Jul 2007, Frank Barknecht wrote: Patrice Colet hat gesagt: // Patrice Colet wrote: Frank Barknecht a écrit : (Lack of DS is what's keeping me from trying out DesireData ATM.) ... and perhaps lack of DS people on the team is what is preventing DesireData from getting DS quicker...

[PD] puredata system architecture

2007-07-19 Thread Arie van Schutterhoef
--- FTS --- Documentation Hi I think this site-documentation could be very useful: http://ccrma.stanford.edu/guides/package/jmax/fts/index.html It's documentation about jMaxFTS 1.5 -Its the coucmentation about the audio-engine that part of jMax. FTM under the name FTS -These are what was the

Re: [PD] puredata system architecture

2007-07-19 Thread Mathieu Bouchard
On Thu, 19 Jul 2007, Arie van Schutterhoef wrote: --- FTS --- Documentation Hi I think this site-documentation could be very useful: http://ccrma.stanford.edu/guides/package/jmax/fts/index.html It's documentation about jMaxFTS 1.5 -Its the coucmentation about the audio-engine that part of jMax.

Re: [PD] HID for PD on windows?

2007-07-19 Thread Robin Fencott
Hello. You can use GRIPD to pass hid information on to pure data...it's also useful for passing MIDI and avoiding the glitches and audio drop-outs. There is a way you can fire GRIPD up from your patch using a loadbang, and then hide/minimise it. Robin. Thomas Jeppesen wrote: Well, as I

[PD] what is ionizer?

2007-07-19 Thread Kevin McCoy
Hi list, I keep reading about this fabled ionizer fft patch for Max/MSP and everyone seems to think it's super, calling it an old favorite and such. However, I can't seem find any info, only references to it... anybody know what it is, what kind of signal processing it did? Thanks! k --

Re: [PD] [PD-dev] recursion in Gem - a tutorial

2007-07-19 Thread Patrice Colet
Forget last mail, your patch is perfect, Claudius, very good. patrice colet a écrit : Yes, I've allready figured it out with testing your external on linux, the dll is merely impossible to make with win32-mingw (so if someone has succesfully made the dll, please share!) and with reading your

[PD] Pd not working on Vista?

2007-07-19 Thread Miller Puckette
HI all, I heard from two people on the list that Pd is having trouble running on Vista. I just borrowed a vista machine and ran Pd 0.40-2 (the current stable version) and it ran OK for me. This was on a 32-bit centrino machine. If any of you are still having trouble running the current version

Re: [PD] HID for PD on windows?

2007-07-19 Thread Olaf Matthes
Thomas Jeppesen wrote: Well, as I understand it the HID-object is at present only working on Linux and OSX due til difficulties in the windows API, but there is work being done on making the HID available for Windows users as well, there's even been some talk about this maybe being

Re: [PD] [OT] what's up in nyc fr/sa/sun?

2007-07-19 Thread olsen wolf
one more suggestion - this friday ..at the Issue Project Room http://www.issueprojectroom.org/events.html greets olsen On 7/17/07, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: Too bad, I am going out of town, otherwise we could meet up. Share is good, like Tim said, bring something to

Re: [PD] /etc/security/limits.conf WAS Re: Pd-0.39.2-extended-rc4 released on ubuntu

2007-07-19 Thread Hans-Christoph Steiner
Sounds like a big buffer by default is the best option for the package. Maybe something like 50ms, that should be big enough to cover all but the really heinous hardware. Then docs about setting up for tight timing, limits.conf, -rt, etc. .hc On Jul 18, 2007, at 2:03 PM, Miller Puckette

[PD] How to open two gem win under one PD program? for multi-purposes?

2007-07-19 Thread Henry Lin
Hello I need to open two gem win (window) for two different function. one is to display video the other is for detecting exposure of a light. It doesn't matter what i use do in those gem win. But iam stuck on opening up TWO GEM WIN in ONE PD PROGRAM? can anyone give me some advise?

[PD] Problem regarding GL: invalid enumerant

2007-07-19 Thread Henry Lin
when PD try to create a gemwin and start rendering. There is a error message saying GL: invalid enumerant . Anyone know what does this mean ? and Possible solution? Thanks _ New Windows Live Hotmail is here. Upgrade for free