[PD] dynamic input at mtx_tab?

2008-01-20 Thread Anton Schlesiner
Dear all, I try to save matrixes with mtx_tab, dynamically. [no. of col] [dyn. changing array of floats] | | | [l2s] [f $1] ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

[PD] phasor to square

2008-01-20 Thread raul diaz
Hi list! I need to convert a phasor into a square wave in this way: phasor: / / / / / / / |/ |/ |/ |/ |/ | /| /| /| /| /| /| / |/ |/ |/ |/ |/ | square (2:1):

[PD] Fwd: dynamic input at mtx_tab?

2008-01-20 Thread Anton Schlesiner
Dear all, I try to save matrixes with mtx_tab, dynamically. [no. of col] [dyn. changing array of floats] | | | [l2s] [f $1] [symbol $2] [pack f s] [row $1 $2] [mtx_tab filename] This is my approach, the message-box row dumps in this way a symbol that

Re: [PD] phasor to square

2008-01-20 Thread Thomas Mayer
raul diaz wrote: Hi list! I need to convert a phasor into a square wave in this way: phasor: / / / / / / / |/ |/ |/ |/ |/ | /| /| /| /| /| /| / |/ |/ |/ |/ |/ |

Re: [PD] phasor to square

2008-01-20 Thread Derek Holzer
Hi Thomas, HIGH and LOW refer to the binary state. The square wave conversion using [~ 0.5] will actually give him a square triggered at the mid point of the sawtooth wave, not the beginning or end, so the phase of the square would be 180 degrees off from the saw. I suggested to use [==~ 1]

Re: [PD] phasor to square

2008-01-20 Thread raul diaz
Hi Derek! Your approch is exactly what I need! I didn't know the [==~] and [avg~] objects, but they make exactly what I want. Thanks for the suggestion! Saludos! 2008/1/20, Derek Holzer [EMAIL PROTECTED]: Hi Raul, you will want to investigate the binary operations and mathematical

Re: [PD] phasor to square

2008-01-20 Thread hard off
you could just make a phasor at the rate of the square wave, and use the method thomas posted to make it square, and then use [wrap~ 0 0.5] | [*~ 2] to get the double speed phasor ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] phasor to square

2008-01-20 Thread Roman Haefeli
On Sun, 2008-01-20 at 13:50 +0100, raul diaz wrote: Hi list! I need to convert a phasor into a square wave in this way: phasor: / / / / / / / |/ |/ |/ |/ |/ | /| /| /| /| /| /| / |/

Re: [PD] phasor to square

2008-01-20 Thread raul diaz
Thanks a lot for your suggestions! I tried to make the mathematical comparation for phasor with [==~] and [avg~] and then a counter in order to count phasor cycles. But it doesn't work, it only count one. Did I make something wrong? Attached is the example patch. 2008/1/20, Roman Haefeli

Re: [PD] phasor to square

2008-01-20 Thread Roman Haefeli
hi raul i am still unsure about your initial problem. probably the solution is quite simple, but maybe you need to provide some more information. would you like to use the rectangular wave to mask the phasor wave? so that your resulting wave would look like this : /| /| /| /| /|

[PD] Total recall abstraction

2008-01-20 Thread Chris McCormick
Hi, [s-totalrecall] is a gopified wrapper for qlist. Place [s-tr-node] in a stream of control messages, and it will timestamp them and play them back on request in the exact same way, whenever you want. This is good for recording streams of midi control messages of your live set, metro firings,

Re: [PD] phasor to square

2008-01-20 Thread raul diaz
Hi Roman! I'm sorry for my lack of information... I'm making a pulsar granular synthesis patch based on Curtis Roads's Microsound ideas using a patch from nullpointer ( http://www.nullpointer.co.uk/-/pd.htm). So, the phasor is my pulsar frequency reference, and I want to mask the output of

Re: [PD] phasor to square

2008-01-20 Thread raul diaz
Hi Roman, list! Attached is my aproach to generate masked-phasor, as suggested. But in this way I can only obtain 1 of N phasor cycles. How could I obtain a phasor with a M:N cycles relation, like that (2:2): /| /| /| /| /| /| /| /| /| /| / | / |

Re: [PD] phasor to square

2008-01-20 Thread Claude Heiland-Allen
Derek Holzer wrote: Hi Raul, you will want to investigate the binary operations and mathematical operations for signals. In this case, you want to know when the [phasor~] reaches 1: [==~] This won't work, because the phasor~ may reach 1 in between samples. In general, phasor~ is

Re: [PD] Pd on Athlon64

2008-01-20 Thread Patrice Colet
Andy Farnell a écrit : Which sources can anyone suggest to build from? I installed 0.39.2 from the amd64 Debian repository and it's a disaster, a list of bugs too long to mention and all round erratic behaviour, including the CPU usage randomly jumping to 200% with the most trivial

Re: [PD] phasor to square

2008-01-20 Thread raul diaz
Ups...I know! My fail was to expect that phasor~ reaches a 0 value! I agree with Roman, signal to message conversion losts accurary. Would be better to use a masked phasor as synthesizer input, but how to generate a masked phasor with a M:N cycles relation? Maybe with a inverted phasor~ and

Re: [PD] phasor to square

2008-01-20 Thread Roman Haefeli
On Sun, 2008-01-20 at 16:18 +0100, raul diaz wrote: I will try this way, but anyway i'm curious about [avg~] behaviour. What's wrong on my phasor-cycles-counter patch? yo, i just had a quick look and it seems, that [avg~] currently isn't working on my system (so isn't [tavg~], both don't give

Re: [PD] phasor to square

2008-01-20 Thread Patrice Colet
Roman Haefeli a écrit : On Sun, 2008-01-20 at 13:50 +0100, raul diaz wrote: Hi list! I need to convert a phasor into a square wave in this way: phasor: / / / / / / / |/ |/ |/ |/ |/ | /| /| /| /| /|

Re: [PD] Pd on Athlon64

2008-01-20 Thread Patrice Colet
Patrice Colet a écrit : Andy Farnell a écrit : Which sources can anyone suggest to build from? I installed 0.39.2 from the amd64 Debian repository and it's a disaster, a list of bugs too long to mention and all round erratic behaviour, including the CPU usage randomly jumping to 200% with

[PD] Math of Gem

2008-01-20 Thread Dudley Brooks
Could someone point me to a discussion of the matrix (and other) math of Gem? Particularly with respect to lighting effects (I'm already somewhat familiar with the math of geometrical transformations). Particularly the interactions between [world_light], [light], [ambient], [diffuse],

Re: [PD] phasor to square

2008-01-20 Thread Andy Farnell
On Sun, 20 Jan 2008 17:18:20 +0100 raul diaz [EMAIL PROTECTED] wrote: Would be better to use a masked phasor as synthesizer input, but how to generate a masked phasor with a M:N cycles relation? Maybe with a inverted phasor~ and samphold~? You can split the phase in the signal domain like

Re: [PD] Math of Gem

2008-01-20 Thread Claude Heiland-Allen
Dudley Brooks wrote: Could someone point me to a discussion of the matrix (and other) math of Gem? Particularly with respect to lighting effects (I'm already somewhat familiar with the math of geometrical transformations). Particularly the interactions between [world_light], [light],

[PD] Ergates music video

2008-01-20 Thread Chris McCormick
Hello, A bit of shameless self promotion: My experimental music video 'Ergates' is up on archive.org http://www.archive.org/details/Ergates It was made using Ergates http://mccormick.cx/projects/ergates/ (Pure Data + Gem + a USB gamepad controller). That [s-totalrecall] patch i just posted made

Re: [PD] Pd on Athlon64

2008-01-20 Thread Patrice Colet
Thomas Grill a écrit : I suspect flext isn't ready for 64bit distro) Currently flext and flext-based externals compile on OSX in 64 bit mode but i'm going to check whether everything is ok before committing to the CVS. I can't make any comments on 64 bit linux because i can't test on

Re: [PD] Pd on Athlon64

2008-01-20 Thread Thomas Grill
I suspect flext isn't ready for 64bit distro) Currently flext and flext-based externals compile on OSX in 64 bit mode but i'm going to check whether everything is ok before committing to the CVS. I can't make any comments on 64 bit linux because i can't test on this platform. gr~~~

Re: [PD] phasor to square

2008-01-20 Thread raul diaz
Thanks Andy! I have achieved my purpose with a variation of your patch! I need a patch with a specified ratio M:N, and your patch doesn't allow 1:N ratios, but with a small change I have make it available. See attached patch! Saludos! 2008/1/20, Andy Farnell [EMAIL PROTECTED]: On Sun, 20

Re: [PD] phasor to square

2008-01-20 Thread Frank Barknecht
Hallo, raul diaz hat gesagt: // raul diaz wrote: Attached is my aproach to generate masked-phasor, as suggested. But in this way I can only obtain 1 of N phasor cycles. How could I obtain a phasor with a M:N cycles relation, like that (2:2): Just stretch the streched phasor a second time. See

Re: [PD] [Gridflow-dev] some audio-visual drones made with Pd + GridFlow

2008-01-20 Thread Luke Iannini (pd)
Claude, this is awesome. Reminded me of the John Cage documentary From Zero; in part 4 he reads his poetry over a video piece in which the screen intermittently turns blue at the moment a bass drum is struck. Thanks as always for sharing your work, I consider it among of my favorite material.

Re: [PD] Pd on Athlon64

2008-01-20 Thread Thomas Grill
Hi Patrice, i'm currently finishing the autoconf build system for flext and flext- based externals. When published i'll definitely be happy for feedback on 64-bit linux systems. gr~~~ Am 20.01.2008 um 17:58 schrieb Patrice Colet: Thomas Grill a écrit : I suspect flext isn't ready for

Re: [PD] phasor to square

2008-01-20 Thread Andy Farnell
Nice, I think I'll abstract that, it has some good applications for engine noises :) best, andy On Sun, 20 Jan 2008 18:59:42 +0100 raul diaz [EMAIL PROTECTED] wrote: Thanks Andy! I have achieved my purpose with a variation of your patch! I need a patch with a specified ratio M:N, and

Re: [PD] Ergates music video

2008-01-20 Thread chris clepper
I like the white background. How is the shadow done? On Jan 20, 2008 10:57 AM, Chris McCormick [EMAIL PROTECTED] wrote: Hello, A bit of shameless self promotion: My experimental music video 'Ergates' is up on archive.org http://www.archive.org/details/Ergates It was made using Ergates

Re: [PD] Pd on Athlon64

2008-01-20 Thread Patrice Colet
Andy Farnell a écrit : Cheers Pat, On Sun, 20 Jan 2008 17:33:02 +0100 Patrice Colet [EMAIL PROTECTED] wrote: Hi andy, I usually build the last vanilla test package, http://crca.ucsd.edu/~msp/software.htm Okay, use Millers source, I will do that. and use cvs for

Re: [PD] [Gridflow-dev] some audio-visual drones made with Pd + GridFlow

2008-01-20 Thread hard off
yeah unreal. 60's design meets 21st century tech. bet that'd be awesome on a big screen. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] phasor to square

2008-01-20 Thread Frank Barknecht
Hallo, raul diaz hat gesagt: // raul diaz wrote: I need to convert a phasor into a square wave in this way: phasor: / / / / / / / |/ |/ |/ |/ |/ | /| /| /| /| /| /| / |/ |/ |/

Re: [PD] [Gridflow-dev] some audio-visual drones made with Pd + GridFlow

2008-01-20 Thread alexandre r. decoupigny
thats amazing.. thanks for sharing ! how did you render it ? alexandre On 20/01/2008, Luke Iannini (pd) [EMAIL PROTECTED] wrote: Claude, this is awesome. Reminded me of the John Cage documentary From Zero; in part 4 he reads his poetry over a video piece in which the screen intermittently

Re: [PD] [Gridflow-dev] some audio-visual drones made with Pd + GridFlow

2008-01-20 Thread Claude Heiland-Allen
Hi all, Thanks for the feedback :) alexandre r. decoupigny wrote: how did you render it ? Like this: mkfifo fifo.ppm pd -lib gridflow -open cycletile1.pd cat fifo.ppm | ppmtoy4m -S 420mpeg2 -F 25:1 | mpeg2enc -f 8 -a 2 -o video.m2v The Pd patch writes success frames

Re: [PD] phasor to square

2008-01-20 Thread Andy Farnell
Yes, I noticed that. I followed it with a sin function to get little bursts of cycles and they have a formant like property. With certain settings it sounds like a resonant tube. cheers, Andy On Sun, 20 Jan 2008 23:05:33 +0100 Frank Barknecht [EMAIL PROTECTED] wrote: Hallo, Andy Farnell

[PD] robotcowboy on tour

2008-01-20 Thread Daniel Wilcox
yoyo, I'm out on tour in the US until March. Mabey I will see some of you? Come for a pd enabled wearable compurock show. Dates here. http://www.robotcowboy.com/?p=91 -- Dan Wilcox danomatika www.robotcowboy.com ___ PD-list@iem.at mailing list

[PD] Mac OS X Intel autobuilds

2008-01-20 Thread bsoisoi
Hello everyone, Is there a reason there hasn't been an autobuild for Mac OS X x86 since around 2007-12-07? Do we know when we can expect the Intel builds to resume? Thanks, ~Brandon ___ PD-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] Mac OS X Intel autobuilds

2008-01-20 Thread marius schebella
jan 17 has one. the reason why the machine is down isvery trivial. the autobuild process was set up on a school machine which is in daily use by students and good students turn off the machine during night. Afaik the machines got totally reset for the beginning of the new semester (starting

[PD] Capturing Gem Video in Linux

2008-01-20 Thread jim
Hi I'm using the Ubuntu Gutsy 7.10 pd-extended and trying to get pix_record to work with mild success. Seems to keep crashing when trying to capture fullscreen. I've had better success with Yukon http://dbservice.com/projects/yukon/ , though it's a bit choppy. Just curious if anyone else using

Re: [PD] Mac OS X Intel autobuilds

2008-01-20 Thread vade
What machine is it hans/marius? Perhaps we can set aside an intel box for um, us researchers and we can leave it on :) Since I am probably around more than Hans is I can check on it periodically. I believe PPC systems can compile intel builds, with 10.5, no (im not positive but I think you

Re: [PD] [Gridflow-dev] some audio-visual drones made with Pd + GridFlow

2008-01-20 Thread Chris McCormick
On Jan 17, 2008 4:16 AM, Claude Heiland-Allen [EMAIL PROTECTED] wrote: I made some audio-visual drones with Pd + GridFlow: http://www.archive.org/details/ClaudiusMaximus_-_CycleTile_Sonification_1 On Sun, Jan 20, 2008 at 10:33:14AM -0800, Luke Iannini (pd) wrote: Thanks as always for

Re: [PD] Ergates music video

2008-01-20 Thread Chris McCormick
On Jan 20, 2008 10:57 AM, Chris McCormick [EMAIL PROTECTED] wrote: My experimental music video 'Ergates' is up on archive.org http://www.archive.org/details/Ergates On Sun, Jan 20, 2008 at 12:58:48PM -0600, chris clepper wrote: I like the white background. How is the shadow done? Use a