Re: [PD] Gem create many cubes

2013-08-02 Thread Alexandros Drymonitis
Isn't [repeat] along with [separator] the solution for such things? Maybe something like this could work: [gemhead] | [t a a] | | | [cube] | [separator] | [repeat] | [color] | [translate] Incrementing the number in the left inlet of [repeat] should create a new copy where you can

Re: [PD] Gem create many cubes

2013-08-02 Thread Alexandros Drymonitis
There's a recursion tutorial by Claude Heiland-Allen that uses such techniques. Maybe it's included in the browser, check it out. On 2 Αυγ 2013, at 12:07, Miguel Eduardo Venegas Monroy miguelvmon...@gmail.com wrote: i dont undertand. ;S 2013/8/2 Alexandros Drymonitis adr...@gmail.com

[PD] photos stitching with GEM

2013-08-02 Thread David Schaffer
Hi everybody, I recently came across an annoucement for a new pd-book by Brian Chung. This book is GEM-oriented and, although I don't have money right now to buy it (I really don't!) It reminded me of an idea I had a while ago: building a stitching patch in PD. I was

Re: [PD] photos stitching with GEM

2013-08-02 Thread Peter Venus
Hello you will find an example in pds helpbrowser Gem/examples/10. glsl/panoramique.pd that allows to stitch images together, that are somewhat horicontally aligned. it was implemented by cyrille henry. you will find a more usable (in the form of abstractions, save state etc) in the

Re: [PD] Gem create many cubes

2013-08-02 Thread John Harrison
Here's an example I made of color using [gemlist] by hacking up the [gemlist] help patch. I think this is the method Dan was talking about. Hopefully it helps illustrate the idea... -John On Fri, Aug 2, 2013 at 4:57 AM, Alexandros Drymonitis adr...@gmail.comwrote: There's a recursion tutorial

Re: [PD] Gem create many cubes

2013-08-02 Thread puredata
Wow, thank you very much! I still have a problem or two. I create a [coll] that looks like this: 1, -4 -4 -1.2926 0.776471 0.878431 0.156863; 2, -3.88759 -4 -0.8304 0.984314 1 0.0509804; 3, -3.77518 -4 -1.42148 1 1 0.698039; 4, -3.66276 -4 -1.0836 1 1 0.917647; 5, -3.55035 -4 -0.1944 0.811765

Re: [PD] Gem create many cubes

2013-08-02 Thread John Harrison
use [separator] to use absolute instead of relative positions. On Fri, Aug 2, 2013 at 3:40 PM, pured...@11h11.com wrote: Wow, thank you very much! I still have a problem or two. I create a [coll] that looks like this: 1, -4 -4 -1.2926 0.776471 0.878431 0.156863; 2, -3.88759 -4 -0.8304

Re: [PD] Gem create many cubes

2013-08-02 Thread puredata
thank you very much it's now very fast: https://dl.dropboxusercontent.com/u/1455235/lumafast.webm ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] get dir of current pd

2013-08-02 Thread Jonathan Wilkes
On 07/30/2013 07:05 PM, Max wrote: Am 30.07.2013 um 23:32 schrieb Jonathan Wilkes jancs...@yahoo.com: Max- Are you experiencing dropouts from the subprocess stalling, or are you saying you're trying to avoid the possibility of dropouts. If it's the latter, then I'm having a hard time