[PD] First post - bang to float conversion

2008-09-29 Thread Daniel Almeida
me a bang. I want a way to execute a sound when I have a bang and the checkbox for that step is on. I was thing on using the boolean operator && or the multiplication to send another bang to play the sound. Thanks for any help Daniel Almeida

Re: [PD] First post - bang to float conversion

2008-09-29 Thread Daniel Almeida
Thank you very much. It does make sense to use it from 0 to 15, just like counters in C. I'll try it tonight. Thanks again! Daniel Almeida --- On Mon, 9/29/08, Frank Barknecht <[EMAIL PROTECTED]> wrote: > From: Frank Barknecht <[EMAIL PROTECTED]> > Subject: Re: [P

[PD] pix on patch

2008-10-10 Thread Daniel Almeida
Hi everyone. Is it possible to show a pix on a the patch, instead of only showing on the gemwin? This is possible to do with max. I would like to be able to see on the main patch 2 or more playing videos that will be combined in the output on the gemwin. Daniel __

Re: [PD] pix on patch

2008-10-11 Thread Daniel Almeida
;t got a clue about this error. On Oct 11, 2008, at 1:14 AM, Hans-Christoph Steiner wrote: There is pix_preview and pdp_preview for GNU/Linux and maybe for Mac OS X. http://artefacte.org/pd/ They are alpha/betaish quality... .hc On Oct 10, 2008, at 4:18 PM, Daniel Almeida wrote: Hi everyone.

[PD] pix_preview and pd

2008-10-11 Thread Daniel Almeida
Continuing my quest to compile pix_preview, I've created a XCode project. The source compiles ok but needs PD and GEM libraries. I'm on the process of compiling pd 0.41.4 and I get the following error when I run make: ld: library not found for -lcrt1.10.5.o collect2: ld returned 1 exit status ld

[PD] Blend of two gem_lists.

2008-11-01 Thread Daniel Almeida
7;gem_state'". Thanks for any help! Daniel Almeida ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Blend of two gem_lists.

2008-11-02 Thread Daniel Almeida
Saturday, November 1, 2008, 10:43 PM > spigot has no problem with gem_list > > On Sat, Nov 1, 2008 at 5:31 PM, Daniel Almeida > <[EMAIL PROTECTED]> wrote: > > > Hi List. > > > > I've been working on a patch for a performance. My > idea is to ma

[PD] Glitches on Mac with Gem

2008-11-14 Thread Daniel Almeida
utomaticaly get the frame interval to sync each loop to the beat. this beat is constant. any idea? how can I optimize my patch? Thanks for any help Daniel Almeida ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->

[PD] Glitches.

2008-11-16 Thread Daniel Almeida
there a way to fix this? How could I make sound output independent of GEM? should I have 1 [pix_film] for each clip? Thank you for any help. Daniel Almeida ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://l

Re: [PD] Glitches.

2008-11-17 Thread Daniel Almeida
November 16, 2008, 11:00 PM > You have to use two instances of Pd : > one for the sound, the other for GEM. > ++ > > Jack > > > Le 16 nov. 08 à 23:43, Daniel Almeida a écrit : > > > Hello again. > > I've examined my problem and reach the conclusion &

Re: [PD] Glitches.

2008-11-17 Thread Daniel Almeida
nk you for reminding me their names. Daniel --- On Mon, 11/17/08, IOhannes m zmoelnig <[EMAIL PROTECTED]> wrote: > From: IOhannes m zmoelnig <[EMAIL PROTECTED]> > Subject: Re: [PD] Glitches. > To: [EMAIL PROTECTED] > Cc: pd-list@iem.at > Date: Monday, November 17, 2008, 8:28

Re: [PD] max for live

2009-01-19 Thread Daniel Almeida
I dare say PD needs to ditch tcl/tk! SDL could be a good idea. Daniel --- On Mon, 1/19/09, Kyle Klipowicz wrote: > From: Kyle Klipowicz > Subject: Re: [PD] max for live > To: "hard off" > Cc: pd-list@iem.at > Date: Monday, January 19, 2009, 1:37 PM > That's the elephant in the room isn't it?

Re: [PD] max for live

2009-01-19 Thread Daniel Almeida
> Cc: pd-list@iem.at > Date: Monday, January 19, 2009, 3:21 PM > Daniel Almeida wrote: > > I dare say PD needs to ditch tcl/tk! SDL could be a > good idea. > > > > Daniel > > yeah that's what i said about two years ago... > > the problem is, at the

[PD] pd_film: intensive use crashes PD

2009-06-12 Thread Daniel Almeida
nd run out of memory (let's not forget I'm running Live at the same time). Another solution could be to check if I'm pressing the same midi key so I won't have to load the video again. This might help me make the video loading less intensive. Any ideas on how

Re: [PD] pd_film: intensive use crashes PD

2009-06-12 Thread Daniel Almeida
Sory, I meant pix_film instead of pd_film --- On Fri, 6/12/09, Daniel Almeida wrote: From: Daniel Almeida Subject: [PD] pd_film: intensive use crashes PD To: Pd-list@iem.at Date: Friday, June 12, 2009, 8:20 AM Hi all, I'm making an application to trigger videos using MIDI. I'm codin

Re: [PD] pd_film: intensive use crashes PD

2009-06-12 Thread Daniel Almeida
s the pixfilm.I'm currently using a 140 BPM tempo with a 1/4 division, so I have pretty fast noteins. I'm thinking the problem is too much file openings. THanks for any help Daniel --- On Fri, 6/12/09, Jack wrote: From: Jack Subject: Re: [PD] pd_film: intensive use crashes PD To: "Dan

Re: [PD] pd_film: intensive use crashes PD

2009-06-12 Thread Daniel Almeida
'll try with it and will give some feedback later. Thanks for the help Daniel --- On Fri, 6/12/09, Hans-Christoph Steiner wrote: From: Hans-Christoph Steiner Subject: Re: [PD] pd_film: intensive use crashes PD To: "Daniel Almeida" Cc: Pd-list@iem.at Date: Friday, June 12, 2009,

[PD] Save gem output to a DV cam

2009-07-14 Thread Daniel Almeida
er ways to store the visual output? Thanks for any help Daniel Almeida ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Save gem output to a DV cam

2009-07-14 Thread Daniel Almeida
Hi guys, thanks for the tips. I'm not sure but I think my camera can receive svideo. maybe with a dvi to svideo converter plugged into my camera. Daniel --- On Tue, 7/14/09, chris clepper wrote: From: chris clepper Subject: Re: [PD] Save gem output to a DV cam To: "Daniel Almeida&quo

Re: [PD] Pd, Max/Msp, Reaktor, Plogue Bidule... How do these compare?

2010-03-26 Thread Daniel Almeida
Jack works. I've used it before, but the other way around, from live to PD. What I've found boring was that I couldn't figure out how to send more than 1 midi message at the same time. Ended up doing several midi channels to control PD using MIDI. Daniel --- On Fri, 3/26/10, Jeffrey Concepcion

Re: [PD] video grid

2010-05-03 Thread Daniel Almeida
Hi, I think the url you're looking is this one: http://artefacte.org/pd/ I've tried the pix_preview on OSX and I couldn't make it work... Daniel Hi I was missing myself along the net when I found this http://www.oktopus.tv/puredata-vjtools/ ___

Re: [PD] video grid

2010-05-03 Thread Daniel Almeida
I would love a video grid and I really need a preview!!! I currently need to face the projection and I'm already thinking on trying a vga splitter. Daniel Videogrid, pdp_freeframe & pdp_frei0r are linux only as far as I can tell Would love an video grid for OSX   Ask sevv