[PD] Lorenz attractor

2008-06-19 Thread James Dunn
Hi, I've recently been studying Lorenz attractors and other chaos circuits and have built one in PD. (I've looked at Ben Bogart's external containing a Lorenz attractor but I wanted to build my own). The patch is detailed below and I'd appreciate any comments regarding any aspect of it, but

Re: [PD] bug in gop data-structs?

2008-06-19 Thread Frank Barknecht
Hallo, Rich E hat gesagt: // Rich E wrote: I'm just checking to see if this is in fact a bug, or I am doing something wrong with GOP data structs. The attached patch draws bars that symbolize 2 measures, with 4 sub divisions each. The problem is, when I minimize the patch and bring it back

Re: [PD] [PD-announce] Pd-0.40.3-extended-rc1 released

2008-06-19 Thread Frank Barknecht
Hallo, Chris McCormick hat gesagt: // Chris McCormick wrote: So does this mean that users in future will download a 'core' Pd (extended) and then separately download and install the different sets of externals that they want to work with, instead of downloading one big monolithic package? I

Re: [PD] [PD-announce] Pd-0.40.3-extended-rc1 released

2008-06-19 Thread Frank Barknecht
Hallo, Georg Holzmann hat gesagt: // Georg Holzmann wrote: Hallo! Hans has said several times in the past that he has no interest at all to work on pd-packages separated like you sugest, so I believe, this would only apply for packages maintained somewhere/by someone else, like

Re: [PD] [PD-announce] Pd-0.40.3-extended-rc1 released

2008-06-19 Thread Georg Holzmann
Hallo! But as I understood e.g. this [1] separating packages of Pd and externals/abstractions is something, Hans did rather not want to deal with (at least at that time), so someone else needs to do it. [1] http://lists.puredata.info/pipermail/pd-dev/2008-04/011410.html Yes, as I said (or

Re: [PD] DMX oriented library for PD?

2008-06-19 Thread Vincent Rioux
Hi, Wtf2osc sounds really interesting. I would like to be able to send pretty fast values on 24 channels. What would be the best Enttec-DMX-USB-Pro or the uDMX? Do you know which rate can reach this boxes? by advance thanks, Vincent Chris a écrit : Well, another solution: Some time ago I

[PD] pyext thread question

2008-06-19 Thread altern
hi just working with pyext after long time not using it. Couple of things First, on PD extended 0.39.3 on linux at least (not sure about the new pd version) on the docs folder there is a folder manuals/py which only contains license, readme and an empty folder called scripts. The actual examples

Re: [PD] [PD-announce] Pd-0.40.3-extended-rc1 released

2008-06-19 Thread Hans-Christoph Steiner
On Jun 19, 2008, at 11:04 AM, Georg Holzmann wrote: Hallo! But as I understood e.g. this [1] separating packages of Pd and externals/abstractions is something, Hans did rather not want to deal with (at least at that time), so someone else needs to do it. [1]

Re: [PD] PdSVN 0.8

2008-06-19 Thread Hans-Christoph Steiner
On Jun 19, 2008, at 12:10 AM, Claude Heiland-Allen wrote: Hans-Christoph Steiner wrote: About this comment in getpatchname.c: At some point we need to be to get the new patch name if it changes, couldn't make this work though, you should be able to do this in getpatchname_bang():

Re: [PD] pd.tk: how to get rid of scrollbars and menus?

2008-06-19 Thread Hans-Christoph Steiner
You can send Tcl directly to the GUI using [hcs/sys_gui]. Therefore, you could do anything to the GUI that is possible with Tcl/Tk. It would probably be a hack though, to do more complicated things this way. .hc On Jun 12, 2008, at 6:43 PM, patrick wrote: hi roman, in pdmtl

Re: [PD] [PD-announce] Pd-0.40.3-extended-rc1 released

2008-06-19 Thread Hans-Christoph Steiner
On Jun 19, 2008, at 8:12 AM, Frank Barknecht wrote: Hallo, Chris McCormick hat gesagt: // Chris McCormick wrote: So does this mean that users in future will download a 'core' Pd (extended) and then separately download and install the different sets of externals that they want to work

Re: [PD] Lorenz attractor

2008-06-19 Thread hard off
2) Why does it take 2 bangs to start it? because only the leftmost inlet of the [expr] object will trigger the equation. so you need to use a [trigger] object to send the 'start' bangs to the right inlets first, and then finally to the left inlet: like this: [bang] | [t b b b b b b b ]

Re: [PD] Lorenz attractor

2008-06-19 Thread Steffen Juul
On 15/06/2008, at 19.39, James Dunn wrote: 2) Why does it take 2 bangs to start it? Execution order. Have a look at [trigger]. You want the right most inlet of expr to get it input the last - if i'm not mistaken. ___ Pd-list@iem.at mailing list

Re: [PD] Lorenz attractor

2008-06-19 Thread hard off
1) What is a better method of displaying the output? (the lines always get erased as the array draws new lines) arrays in pd only have one y value for each x value. as far as i know, there are no 'array' clones in pd that allow for multiple y values.

Re: [PD] Lorenz attractor

2008-06-19 Thread Jack
Chaos is fascinating and attractors too (like an order in the chaos). Here your patch with [t b b] to start and a gem window to see attractors. (push the create message). ++ Jack attractor.pd Description: Binary data Le 15 juin 08 à 19:39, James Dunn a écrit : Hi, I've recently been

Re: [PD] DMX oriented library for PD?

2008-06-19 Thread IOhannes m zmoelnig
Vincent Rioux wrote: Hi, Wtf2osc sounds really interesting. I would like to be able to send pretty fast values on 24 channels. What would be the best Enttec-DMX-USB-Pro or the uDMX? btw, there is a dmx-external for linux in iem/dmx512 supporting both including to objects [dmxin] and

Re: [PD] Spotlight Importer for OS X

2008-06-19 Thread Luke Iannini
Also - you can force Spotlight to reindex a folder using e.g. mdimport ~/ if it needs a kick. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] Gem, make small snapshots while display original size?

2008-06-19 Thread Martin .
Hi, in Gem, Im trying to resize a video to take _small_ preview like snapshots that i can save as files (with pix_write), but still sending a stream with the _original size_ to another place, to either display or record. So far it seems that [pix_resize] deals with resolution of the video while

Re: [PD] Spotlight Importer for OS X

2008-06-19 Thread mark edward grimm
Yo This is awesome!! Thanks for doing this (again) cheers mark   --- On Thu, 6/19/08, Luke Iannini [EMAIL PROTECTED] wrote: From: Luke Iannini [EMAIL PROTECTED] Subject: [PD] Spotlight Importer for OS X To: pd-liste List pd-list@iem.at Date: Thursday, June 19, 2008, 8:10 AM Hi

Re: [PD] Gem, make small snapshots while display original size?

2008-06-19 Thread Jack
You have to use [separator] [gemhead] | [pix_film] |\ | \ | [separator] | | | [pix_texture] | | | [rectangle 4 3] | [separator] | [pix_texture] | [rectangle 2 1.5] Le 19 juin 08 à 14:35, Martin . a écrit : Hi, in Gem, Im trying to resize a video to take _small_ preview like

Re: [PD] Lorenz attractor

2008-06-19 Thread Jack
Here with lines if you prefer. ++ Jack attractor2.pd Description: Binary data Le 19 juin 08 à 13:28, Jack a écrit : Chaos is fascinating and attractors too (like an order in the chaos). Here your patch with [t b b] to start and a gem window to see attractors. (push the create message).

Re: [PD] [PD-announce] Pd-0.40.3-extended-rc1 released

2008-06-19 Thread Mathieu Bouchard
On Thu, 19 Jun 2008, Frank Barknecht wrote: Hans has said several times in the past that he has no interest at all to work on pd-packages separated like you sugest, so I believe, this would only apply for packages maintained somewhere/by someone else, like GridFlow. If you do a svn checkout

Re: [PD] Lorenz attractor

2008-06-19 Thread James Dunn
Jack wrote: Here with lines if you prefer. ++ Jack That's great - thanks for all the replies! ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] DMX oriented library for PD?

2008-06-19 Thread IOhannes m zmoelnig
Vincent Rioux wrote: Hi IOhannes, then compiling the extension cd externals/iem/dmx512/src ./configure make it might be good to include this note in your readme.txt (?) thanks for the suggestion, i have added a bit of description on how to actually compile the 2 externals to the

Re: [PD] DMX oriented library for PD?

2008-06-19 Thread Chris
Hi Vincent, 24 channels shouldn't be a problem with any device available. At 24 channels you should get refresh-rates of max. 868 Hz. Even half of it is still good. uDMX is really cheap if built yourself. Both devices are buffered. For both Pd-externals do exist, too. But I don't really know

Re: [PD] Gem, make small snapshots while display original size?

2008-06-19 Thread Martin .
Hi, [separator] and [pix_separator] still shows both of the films in the gemwin, on top of each other. is there a way of not showing one of the streams, but still be able to record from it with ex [pix_write]? a dirty solution would also be to make sure that the stream im recording is hidden

Re: [PD] Gem, make small snapshots while display original size?

2008-06-19 Thread IOhannes m zmoelnig
Martin . wrote: Hi, [separator] and [pix_separator] still shows both of the films in the gemwin, on top of each other. is there a way of not showing one of the streams, but still be able to record from it with ex [pix_write]? a dirty solution would also be to make sure that the stream im

Re: [PD] Gem, make small snapshots while display original size?

2008-06-19 Thread cyrille henry
you can render/ record in a small framebuffer. c Martin . a écrit : Hi, [separator] and [pix_separator] still shows both of the films in the gemwin, on top of each other. is there a way of not showing one of the streams, but still be able to record from it with ex [pix_write]? a dirty

[PD] OT: Thank you!

2008-06-19 Thread Julian Villegas
Guys, thanks for all the effort you've put into this project. I found this community inspiring, and sometimes it makes me think that yes, we as a species can still get along together despite our many differences. Cheers, Julian Villegas Me pregunto de un modo pensativo Que significa ser

Re: [PD] Gem, make small snapshots while display original size?

2008-06-19 Thread Martin .
Thanks for the help. [gemhead] | [pix_film] |\ | \ | [pix_separator] | | | [pix_texture] | | | [pix_invert] (to differentiate the streams) | | | [pix_write] | [pix_separator] | [pix_texture] | [rectangle 2 1.5] here, still i get the image from [rectangle] / gemwin in the

[PD] receiver with two or more arguments

2008-06-19 Thread Vincent Rioux
sorry to send this again but i am still stuck with this pb any news around this? best, v vincent rioux a écrit : dear list, i know this has already been adressed but i still wonder how can one build a receiver with two or more initialization arguments. nb | [s 0-1-test] and in

Re: [PD] Gem, make small snapshots while display original size?

2008-06-19 Thread Jack
Ok, here a simple patch for what you need. ++ Jack pixwriteandrectangle.pd Description: Binary data Le 19 juin 08 à 15:35, Martin . a écrit : Hi, [separator] and [pix_separator] still shows both of the films in the gemwin, on top of each other. is there a way of not showing one of the

Re: [PD] receiver with two or more arguments

2008-06-19 Thread Vincent Rioux
IOhannes m zmoelnig a écrit : Vincent Rioux wrote: sorry to send this again but i am still stuck with this pb any news around this? no news, just olds: upgrade to pd=0.40 oups! cool, thanks a lot - i did not even tried it again - should probably be more optimistic ;-) v

Re: [PD] Gem, make small snapshots while display original size?

2008-06-19 Thread Martin .
thanks for clarifying Johannes, [pix_buffer_write] works fine! On Thu, Jun 19, 2008 at 3:24 PM, IOhannes m zmoelnig [EMAIL PROTECTED] wrote: Martin . wrote: Thanks for the help. [gemhead] | [pix_film] |\ | \ | [pix_separator] | | | [pix_texture] | | | [pix_invert] (to

Re: [PD] Gem, make small snapshots while display original size?

2008-06-19 Thread Jack
I have forgotten to send this to the list. Oops ! Sorry, i didn't understand the question ! Tell me if it's what you need (with [gemframmebuffer] as Cyrille mentioned). ++ Jack pixwriteandrectangle.pd Description: Binary data Le 19 juin 08 à 17:49, Jack a écrit : Le 19 juin 08 à

[PD] [PD-announce] Call for projects - make art 2008

2008-06-19 Thread propaganda
Hey! sorry for please -- (french version below) -- _ __ _ _ ___|_| | |__| | _||_ | |_|_| | _| | _|__|_ | | || | | |___|_| | |_ | | |__| | | | | | ___|_| _| |

Re: [PD] bug in gop data-structs?

2008-06-19 Thread Miller Puckette
Yep, way buggy. I seem to have changed the way the bugs manifest in my latest source, but I still don't have it working right... stay tuned :) M On Thu, Jun 19, 2008 at 08:16:40AM +0200, Frank Barknecht wrote: Hallo, Rich E hat gesagt: // Rich E wrote: I'm just checking to see if this is

Re: [PD] get sample length for setting array size

2008-06-19 Thread smilingmolecule
Claude Heiland-Allen wrote: [openpanel] | read -resize $1 my-table | [soundfiler] | new length of table Hope this helps, Claude hey claude, you helped me a lot. the only thing i realize now, is that pd slows down when the sample size is to great. is there an alternative to play long

Re: [PD] get sample length for setting array size

2008-06-19 Thread Bryan Jurish
moin robert, [readsf~] and [readanysf~] will both read directly from the filesystem. [readanysf~] is more flexible, but was acting a bit flaky last time I had to compile it (sorry, can't be more specific at the moment; too many ecstatic football fans in my neighborhood) ;-) marmosets,

[PD] Someone want to port this to GEM?

2008-06-19 Thread vade
Hello I just released a plugin for Quartz Composer with source. It provides a bit of a hackish way to move textures from one 'VJ' (god I hate that term) app, to another. Basically, its glorified screen capture, but it stays on the GPU. You can use it to 'sample' a texture from anything on

Re: [PD] tape-like transport emulation (search for external)

2008-06-19 Thread Bryan Jurish
moin ilya, for the pure diy approach, [soundfiler], [table], and [tabread~], [tabread4~] and/or one of the new interpolation variants ([tabread4c~]?) that have been floating around the list recently are the way to go. you might also want to have a look at Thomas Grill's xsample~ library (esp.

Re: [PD] get sample length for setting array size

2008-06-19 Thread Jack
To play long soundfile, you have [readsf~] (from hard drive). But there is also [tabread~~] and [tabread4~~] (if i'm right) from zexy, but i never use this 2 objects. ++ Jack Le 19 juin 08 à 23:03, smilingmolecule a écrit : Claude Heiland-Allen wrote: [openpanel] | read -resize $1

Re: [PD] [PD-announce] Pd-0.40.3-extended-rc1 released

2008-06-19 Thread Hans-Christoph Steiner
On Jun 19, 2008, at 2:59 PM, Mathieu Bouchard wrote: On Thu, 19 Jun 2008, Frank Barknecht wrote: Hans has said several times in the past that he has no interest at all to work on pd-packages separated like you sugest, so I believe, this would only apply for packages maintained

[PD] issues with [readsf~]/[writesf~]

2008-06-19 Thread errordeveloper
hello. i just want to report a few bugs that i can spot with the [readsf~]/[writesf~] couple .. a) i have already wrote about this, and i'll write again, cause i'm very sure on this one. when i write a file with this command: [open -byte 4 -nextstep -little -rate