[PD] [OT] Re: Pd in video game Spore

2007-11-12 Thread Chris McCormick
On Mon, Nov 12, 2007 at 08:15:20PM +, Andy Farnell wrote: Good lord Chris, those are very impressive. My first thought wasn't how cool they would look skinned in a game, but how powerful this is to the field of robotics. Build your real robots as models in this gravity/friction

Re: [PD] scrolling with translate

2007-11-12 Thread simon wise
On 12 Nov 2007, at 1:06 PM, tom tlalim wrote: thnx. i've already started working on a prototype for multiple files, but it would be an excellent time saver to see both your implementations. here is a patch for scrolling wide images across the screen, it is part of a bigger, more general

[PD] [GEM] Maximum width for gemwin ?

2007-11-12 Thread Robert Gruendler
Hi there, i'm trying to create a gemwin over 4 screens but somehow the width set by the 'dimen' message only creates a window up to about 3300 pixels width. Sending bigger values to gemwin doesn't increase it's width. I was wondering if there's some internal maximum width for a gemwin ? best

Re: [PD] Growing patch-window size (Was:Re: changing the look of Pd to be more readable)

2007-11-12 Thread Hans-Christoph Steiner
On Nov 11, 2007, at 9:18 PM, simon wise wrote: On 12 Nov 2007, at 10:02 AM, Hans-Christoph Steiner wrote: simon wise wrote: Playing around and testing it seems something (possibly in the new visuals) is slowwwing down displaying/opening patches i've noticed the same. cheers, robbert

Re: [PD] Growing patch-window size (Was:Re: changing the look of Pd to be more readable)

2007-11-12 Thread Hans-Christoph Steiner
On Nov 11, 2007, at 11:12 PM, simon wise wrote: On 12 Nov 2007, at 10:02 AM, Hans-Christoph Steiner wrote: simon wise wrote: Playing around and testing it seems something (possibly in the new visuals) is slowwwing down displaying/opening patches i've noticed the same. cheers, robbert

Re: [PD] colored arrays?

2007-11-12 Thread Kevin McCoy
I hate to ask, I thought I should at least suggest a couple of things - to have a foreground color variable for the graph as well, and have the option to make it display as an opaque region rather than just individual dots? A certain other dataflow language does this and I found it extremely

[PD] [pd] sound editor (work in progress)

2007-11-12 Thread hard off
i started work on a sound editor, here is version 1: http://puredata.hurleur.com/sujet-1295-sound-editor ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] [GEM] Maximum width for gemwin ?

2007-11-12 Thread chris clepper
The maximum is set by the video hardware. On Nov 12, 2007 9:56 AM, Robert Gruendler [EMAIL PROTECTED] wrote: Hi there, i'm trying to create a gemwin over 4 screens but somehow the width set by the 'dimen' message only creates a window up to about 3300 pixels width. Sending bigger values to

[PD] Resizing an array according do size of sound file

2007-11-12 Thread Ben Carney
Hello everyone, I have been using pd for a few months straight now and I am liking it very much. one hurdle that I am not quite able to get over is this: I need to resize an array based on a new peice of audio being fed into it. my patch is set up something like this (much

Re: [PD] cg, hlsl

2007-11-12 Thread chris clepper
Cg is provided by Nvidia and GLSL covers most of what Cg does. HLSL is specific to DirectX and there is no way to use it in GEM. On Nov 12, 2007 11:07 AM, marius schebella [EMAIL PROTECTED] wrote: thanks, but hlsl and cg are different languages than glsl. and it looks as there is no support

Re: [PD] [comport]: 'info' not too helpful

2007-11-12 Thread Martin Peach
Roman Haefeli wrote: hi all when sending 'info' to comport, it outputs a bunch of messages to its right outlet to give you some information about the properties of the connection. however, if you use 'devicename something' to open a connection, 'info' tells you 'port ', which is of course

Re: [PD] Pd in video game Spore

2007-11-12 Thread Hans-Christoph Steiner
Pd from Miller is BSD-licensed, so they can do anything they want with it as long as they post the copyright, basically. Pd code is also included in Max/MSP, hence the mention of Miller on the splash page. .hc On Nov 12, 2007, at 10:27 AM, vade wrote: This is really impressive in many

Re: [PD] GUI speed test

2007-11-12 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote: I devised a quick test of loading speed and did some quick comparisons on my MacBook Pro 2.4GHz. (I am used to having one of the slowest machines around, my old 800Mhz Powerbook, so I still have to readjust my thinking). Here's my times: 14ms

Re: [PD] GUI speed test

2007-11-12 Thread IOhannes m zmoelnig
IOhannes m zmoelnig wrote: first time i opened the patch on pd-0.40-2(vanilla): 14-16ms (cannot remember) second time the file was already cached, which gives me a result of 4ms (pretty constant) REALTIME: 4.206 REALTIME: 4.152 REALTIME: 4.127 REALTIME: 3.909 REALTIME: 4.092 REALTIME:

Re: [PD] GUI speed test

2007-11-12 Thread Martin Peach
I got: REALTIME: 73.6744 REALTIME: 22.4142 REALTIME: 21.4316 REALTIME: 22.3956 on four successive tries with Pd version 0.40.3-extended-20070905 on WinXP with dual Pentium 4 2.4GHz. I guess the first time loaded it into the disk cache or something like that. Anyway it seems like the other cpu

Re: [PD] pdpedia in spanish (castellano)

2007-11-12 Thread Hans-Christoph Steiner
I'll run this import today if there are no objections. .hc On Nov 7, 2007, at 6:20 PM, Vircy Parker wrote: Looks good to me, so we're not putting some english terms like 'inlet' besides 'entrada'? I'm only adjusting the plural in: my $distributions = distribuciones; I would

[PD] console at startup

2007-11-12 Thread robbert van hulzen
hi all hc in particular, is there / would it be possible to include a startup flag to show the console window immediately? it's nice to have the option to switch it off, but i use it all the time and would like the possibility to just have it open from the beginning. cheers, robbert --

Re: [PD] GUI speed test

2007-11-12 Thread Martin Peach
Steffen Juul wrote: On 12/11/2007, at 21.43, Martin Peach wrote: I guess the first time loaded it into the disk cache or something like that. Is it relevant if Pd is closed in between? Closing pd in between I get: REALTIME: 18.1368 REALTIME: 18.0402 REALTIME: 20.584 REALTIME: 18.0991 REALTIME:

Re: [PD] GUI speed test

2007-11-12 Thread Andy Farnell
Slower machine Linux 2.6.8-2-386 Maxtor IDE 533MHz VIA Eden Vanilla 0.39.2 56.033 52.55 53.1 53.007 51.39 50.02 Faster machine Linux 2.6.23-386 1.0GHz VIA Nehemia Seagate IDE Extended 0.40.3 30.30 22.09 22.26 23.15 24.001 23.0 On Mon, 12 Nov 2007 15:01:03 -0500 Hans-Christoph Steiner

Re: [PD] GUI speed test

2007-11-12 Thread Jamie Bullock
On Mon, 2007-11-12 at 15:01 -0500, Hans-Christoph Steiner wrote: I devised a quick test of loading speed and did some quick comparisons on my MacBook Pro 2.4GHz. (I am used to having one of the slowest machines around, my old 800Mhz Powerbook, so I still have to readjust my thinking).

Re: [PD] GUI speed test

2007-11-12 Thread Daniel Wilcox
My laptop ... pd-extended 0.39.3 Intel(R) Pentium(R) 4 Mobile CPU 1.60GHz uname -a Linux danomatika 2.6.20-16-lowlatency #2 SMP PREEMPT Sun Sep 23 19:54:02 UTC 2007 i686 GNU/Linux REALTIME: 19.486 REALTIME: 15.002 REALTIME: 15.163 REALTIME: 19.944 REALTIME: 20.354 And for what its worth, my

Re: [PD] [pd] sound editor (work in progress)

2007-11-12 Thread hard off
ah, sorry...didn't realize that attachments would't be seen by forum guests. thanks for posting it here andy. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] GUI speed test

2007-11-12 Thread Phil Stone
Very similar machine to yours, Hans, except a little slower (MBPro 2 GHz. OS X 10.4.10) 19 ms. -- 0.49.3-extended-20071108 19 ms. -- 0.40.3-extended-20071011 17 ms. -- 0.39.3-extended I'm curious what effect the dual-core is having on this, too. I thought I had chud loaded (Apple

Re: [PD] GUI speed test

2007-11-12 Thread Thomas Mayer
Hans-Christoph Steiner wrote: I'd be interested to see how this fares on other machines and OSes. I attached the patches AMD Duron 1.3 GHz, Pd-0.39.3-extended-debian-stable-i386.deb uname -a: Linux minerva 2.6.22.10-k7-custom #1 SMP PREEMPT Wed Oct 31 16:02:02 CET 2007 i686 GNU/Linux Load

Re: [PD] GUI speed test

2007-11-12 Thread Hans-Christoph Steiner
On Nov 12, 2007, at 3:36 PM, IOhannes m zmoelnig wrote: Hans-Christoph Steiner wrote: I devised a quick test of loading speed and did some quick comparisons on my MacBook Pro 2.4GHz. (I am used to having one of the slowest machines around, my old 800Mhz Powerbook, so I still have to

Re: [PD] Growing patch-window size (Was:Re: changing the look of Pd to be more readable)

2007-11-12 Thread simon wise
On 13 Nov 2007, at 2:59 AM, Hans-Christoph Steiner wrote: Maybe try an autobuild from a month ago, before the color changes? Could you post patches that illustrate the slow loading? I'll try earlier versions to see when the problem happened - but it is true of ALL patches - whenever they

Re: [PD] Growing patch-window size (Was:Re: changing the look of Pd to be more readable)

2007-11-12 Thread simon wise
Hans using your speedtest on my machine for the versions shows little difference in the times measured (old Powerbook G4 667MHz OSX10.4.8). time to display the patch is much longer than the measured times - a couple of seconds at least in the newer autobuild - and CPU reads high for most

Re: [PD] Resizing an array according do size of sound file

2007-11-12 Thread Rodrigo Treviño-Frenk
greetings, ok, i have a very simple solution that could do what you want: Create a [table nameofarray] - by default the array contained inside is 100 samples long. then, create a message box (ctrl+2) that contains the following: ; nameofarray resize 200 after clicking it, if you check the

Re: [PD] Growing patch-window size (Was:Re: changing the look of Pd to be more readable)

2007-11-12 Thread Hans-Christoph Steiner
This is definitely useful. It would be great if you could the builds between 2007-11-04 and 2007-11-09 to narrow it further. I checked in a few things in that time period. .hc On Nov 12, 2007, at 8:49 PM, simon wise wrote: Hans using your speedtest on my machine for the versions shows

[PD] gem in fullscreen

2007-11-12 Thread Mario Mora
Hi I ' m trying top use gem in fullscreen, but it don' t accept any command in that state, even internal messages previously scheduled are not working...is there any way to get gem on fullscreen and to do some data changes on the fly? thanks ___

Re: [PD] gem in fullscreen

2007-11-12 Thread simon wise
On 13 Nov 2007, at 1:09 PM, Mario Mora wrote: ...is there any way to get gem on fullscreen and to do some data changes on the fly? what data input are you using? what OS? there are different solutions for different cases but you certainly can get data in in fullscreen mode

Re: [PD] gem in fullscreen

2007-11-12 Thread simon wise
mario (note that using this list you need to 'reply all' to respond to the list, if you just 'reply' you send to the individual who sent the mail) On 13 Nov 2007, at 1:27 PM, Mario Mora wrote: i 'm using linux (ubuntu studio and fedora) i need to change colours , graphical objects,

Re: [PD] gem in fullscreen

2007-11-12 Thread Mario Mora
thanks gonna check 2007/11/12, simon wise [EMAIL PROTECTED]: mario (note that using this list you need to 'reply all' to respond to the list, if you just 'reply' you send to the individual who sent the mail) On 13 Nov 2007, at 1:27 PM, Mario Mora wrote: i 'm using linux (ubuntu studio

Re: [PD] [OT] Re: Pd in video game Spore

2007-11-12 Thread Andy Farnell
On Mon, 12 Nov 2007 06:55:04 -0500 Chris McCormick [EMAIL PROTECTED] wrote: There was a Robot Soccer exhibition not long ago at the local university here, and one of the exciting things I picked up from that was that the little robot dogs they used in the competition were often trained to

Re: [PD] GUI speed test

2007-11-12 Thread Roman Haefeli
On Mon, 2007-11-12 at 21:36 +0100, IOhannes m zmoelnig wrote: btw, did you now that you can use the . as the path for pd open? wrong. this won't work as well, unless you start pd from within speedtest/ . i am actually quite happy about this example, because it illustrates well, that 'open'

[PD] mouse xy in relation to a square

2007-11-12 Thread olsen wolf
salü anyone knows if there's an object that could give me the mouse xy coordinates in relation to a square e.g. canvas?! i think i saw this once somewhere in pd-space but i haven't been able to refract my telescope so far... thanks salutis olsen -- Planet Pluto bleibt!

Re: [PD] [comport]: 'info' not too helpful

2007-11-12 Thread Roman Haefeli
On Mon, 2007-11-12 at 18:36 +, Martin Peach wrote: Roman Haefeli wrote: hi all when sending 'info' to comport, it outputs a bunch of messages to its right outlet to give you some information about the properties of the connection. however, if you use 'devicename something' to open a

Re: [PD] [comport]: 'info' not too helpful

2007-11-12 Thread Martin Peach
Roman Haefeli wrote: can you tell me, how long the new [comport] has been in cvs? is it probably already part of the released pd-extended-0.39.3? Last change was October 20 2007. Don't know if it's in 0.39. I'll fix the linux/mac code to give the index, probably in a day or two. Martin

[PD] dynamic/live array sizing according to sample lengths

2007-11-12 Thread Ben Carney
I have attatched the patch illustrating this technique as a text file, I would love to hear feedback, maybe I have done it a more difficult way? any comment s wouold be awesome as I have been racking my brain with this for quite sometime and am overjoyed to have found the answer, (thanks once