Re: [PD] pd + controller

2009-04-04 Thread Andrew Turley
Take a look at the ctlin object. That's the one you want. The first outlet is the value, the second outlet is the control number, and the third outlet is the channel. andy On Fri, Apr 3, 2009 at 7:16 PM, donotreply donotreplytothissendermail...@gmail.com wrote: Hi to all of you people. I´m new

Re: [PD] pd + controller

2009-04-04 Thread Bjørn Nielsen
As a fellow newbie, I know you problem. My method was to go the help files for different midiinputs and see if turning the knobs did trigger anything. The ctlin, as Andrew suggested, did work for one of my controllers, but you could also try pgmin, midiin, notein etc. As a sidenote, I just found

Re: [PD] pd + controller

2009-04-04 Thread Derek Holzer
Sounds like just the kind of tutorial we need in the Pd FLOSS Manual! Anybody want to write it? http://en.flossmanuals.net/puredata D. Bjørn Nielsen wrote: As a fellow newbie, I know you problem. My method was to go the help files for different midiinputs and see if turning the knobs did

Re: [PD] [PD-announce] Pd FLOSS Manuals Book Sprint WIKI

2009-04-04 Thread Derek Holzer
Hello João, João Pais wrote: I had some questions about the next days: - the berlin one starts at noon. what is noon exactly here, or, how does it translates into a definite hour? Noon normally means 12:00. - how late is late as well? (for some people, 4am isn't late) Until it's done or

Re: [PD] Writing -dB or VU level to a TXT File

2009-04-04 Thread IOhannes m zmoelnig
Pall Thayer wrote: actually exists and can be written to by anybody. well, at least by the user running Pd. fsmt IOhannes ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] Multiblob and Animations...

2009-04-04 Thread Simon Ball
Hi List I've been working with pix_multiblob to affect layers in 3D. I'm managing to get an erratic signal from it, which from my point of view, represents great success! ; ) However, there are few areas I am still confused about. First of all, I am unsure of how to extract muliple co-ordinates

Re: [PD] iemguts on windows

2009-04-04 Thread IOhannes m zmoelnig
Jonathan Wilkes wrote: Yes, I have msys installed. Would it make a difference where pd is installed? no not at all. the makefile uses filter and wildcard commands, which iirc, are built into Gnu make. your version of make doesn't recognize them and tries to execute commands of the very names.

Re: [PD] Writing -dB or VU level to a TXT File

2009-04-04 Thread Pall Thayer
I thought the Windows way of thinking is either writable by nobody or writable by anybody ;-) On 4.4.2009, at 11:33, IOhannes m zmoelnig wrote: Pall Thayer wrote: actually exists and can be written to by anybody. well, at least by the user running Pd. fsmt IOhannes -- Pall Thayer

Re: [PD] Multiblob and matrices...

2009-04-04 Thread IOhannes m zmoelnig
Simon Ball wrote: Hi List hi. it seems like i received this email multiple times... However, there are few areas I am still confused about. First of all, I am unsure of how to extract muliple co-ordinates from [pix_multiblob]. I understand that the data from multiblob is collated within a

Re: [PD] Ubuntu 8.1 HID object

2009-04-04 Thread alvaro
Hi, quick fix: sudo chown root:audio /dev/input/* this changes the group ownership of everything under /dev/input to group audio, of which you are presumably a member. This makes your system slightly more vulnerable, but it will be reverted the next time you boot. Alvaro On Fr, 2009-04-03

Re: [PD] PD t-shirts

2009-04-04 Thread Derek Holzer
Vincent, that rocks! Do you think we could get permission to use it as the cover for the Pd FLOSS Manual? D. Vincent Rioux wrote: in a different style, with the hope that using pd will soon become a piece of cake... http://vincentrioux.net/images/pdiece_of_cake.jpg cake-design by Melinda

[PD] , , , || etc

2009-04-04 Thread Derek Holzer
I have found that using these math functions doesn't always create on different systems using Pd-Extended. Therefore, it makes it difficult to write about them in the FLOSS Manual. How can I insure that they work on every Extended installation, or should I replace them with [expr] and [expr~]

Re: [PD] complex network

2009-04-04 Thread Mathieu Bouchard
On Fri, 3 Apr 2009, Frank Barknecht wrote: The last paragraph explains sparse matrices or rather, why you often don't need to treat them specially in Lua. Well, you better treat them specially in Lua, else you'd implement a nonspecial matrix product using three for-loops as usual, and then

Re: [PD] PD t-shirts

2009-04-04 Thread hard off
yeah! that cake is awesome!!! how did it taste? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] , , , || etc

2009-04-04 Thread Martin Peach
Derek Holzer wrote: I have found that using these math functions doesn't always create on different systems using Pd-Extended. Therefore, it makes it difficult to write about them in the FLOSS Manual. How can I insure that they work on every Extended installation, or should I replace them with

Re: [PD] pdpedia

2009-04-04 Thread Mike McGonagle
Yeah, I started with your stuff when I began doing this, and also found something from another source, but there was no author in the file, and that was a few months ago, so I don't remember who it was. I have added a few other tables, as it would be nice to be able to store multiple authors for

[PD] interpolation of arrays

2009-04-04 Thread punchik punchik
Hello, which is the best way for interpolating all the elements in a big array at the same time? im using each number of a big array to control the color of each geo in a iterated structure, so its not posible to use the smooth abstraction. Any idea? thanks

Re: [PD] interpolation of arrays

2009-04-04 Thread Martin Schied
hi! punchik punchik schrieb: Hello, which is the best way for interpolating all the elements in a big array at the same time? im using each number of a big array to control the color of each geo in a iterated structure, so its not posible to use the smooth abstraction. Any idea?

Re: [PD] , , , || etc

2009-04-04 Thread Martin Peach
Mathieu Bouchard wrote: On Sat, 4 Apr 2009, Martin Peach wrote: etc...). For instance greaterthan, lessthan, and, or; then some aliasing method could provide a means on those systems that can handle it to refer to them as '' or whatever). Perl uses gt,lt,ge,le,eq,ne as string comparisons