Re: [PD] matrix~ os x problems

2006-12-08 Thread Kevin McCoy
Wow, didn't know there were more than two. Yes, Frank - I read an old post of yours where you had started some abstractions for something similar to what I want. Unfortunately, even though I have iemmatrix installed (via extended... maybe I should compile from src?), only some (most) of the

[PD] mrpeach externals

2006-12-08 Thread Miguel Cardoso
hi list how can I install mrpeach externals in pure data? Im currently using the version Steffen linked for MacIntel: http://puredata.info/Members/stffn/Pd-0.39.2-extended-2006-10-31- macosx104-i386.dmg m ___ PD-list@iem.at mailing list

Re: [PD] average Signal block by block

2006-12-08 Thread Andreas
Georg Holzmann schrieb: Hallo! to explain it with an example imagine a sine Signal of appropriate frequency (like 44100/1024 Hz to fit into a 1024-array) with some added white noise with maverage~ the result would be 0 with the average function i need the result would be a clear sine

Re: [PD] error compiling PD.

2006-12-08 Thread Hans-Christoph Steiner
You can downgrade with Debian, so you could downgrade to testing. A HOWTO shouldn't be too hard to find. .hc On Dec 8, 2006, at 7:09 AM, [EMAIL PROTECTED] wrote: yep, off to a stable distro with me i think thanks On 8 Dec 2006, at 02:10, Hans-Christoph Steiner wrote: I think the

[PD] readsf position

2006-12-08 Thread altern
hi is there a way to know where in the file is readsf~ in a given moment? I need to construct a kind of playhead that tells me where in the sound i am. enrike ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] average Signal block by block

2006-12-08 Thread Georg Holzmann
Hallo! to make the result looking better i'm searching for a function to average this jittering out (like a function most hardware oscilloscopes have) [...] i can avarage over three blocks, but i need more than that maybe a recursive solution could help me too but i'm not sure how to do

RE: [PD] Pre Loading a Delay Line

2006-12-08 Thread Michael Garrett
Thanks for all the great conversation!!! First thing, now that I have done some research, I am getting KS, and Waveguide synthesis confused. What I have patched up is a Karplus Strong synth, that sounds like a PVC pipe... It is not really a waveguide synth in the true sense. The initial noise

[PD] RE: [offlist] Pre Loading a Delay Line

2006-12-08 Thread Michael Garrett
Derek, Thanks for the great exchange of ideas!!! There was a lot of postings last night that I need to weed through. One thing I realized last night is that I am getting my terminology confused. A basic KS block, the one that I have labeled waveguide, is not really a waveguide in the true

Re: [PD] average Signal block by block

2006-12-08 Thread Charles Henry
How about something like this [inlet~] [delread whatever] | / [+~] | [bang~] [/~ 1] [1 ] [+ 1] (the object 1 is a float with default value 1) | [tabwrite~ result] [delwrite whatever block_size_in_ms] This is meant to be a recursive way of adding them up. You'll

Re: [PD] matrix~ os x problems

2006-12-08 Thread IOhannes m zmoelnig
Kevin McCoy wrote: That's what I am seeing - the hex names in my externals dir. Anything good. to correct that? Those are the only ones I cannot create, even when I there is nothing to correct, as it is as it should be. the reason for the hex names is, that a lot of filesystems don't like

Re: [PD] readsf position

2006-12-08 Thread altern
i didnt think about that. very good point! thanks! enrike Roman Haefeli wrote: hi enrike at the same time, when you start the [readsf~], you could trigger a [timer] object. at the moment you want to know the position, send a bang to [timer]s right inlet and it will output the passed time in

Re: [PD] Pre Loading a Delay Line

2006-12-08 Thread 'Frank Barknecht'
Hallo, Michael Garrett hat gesagt: // Michael Garrett wrote: Thanks for all the great conversation!!! First thing, now that I have done some research, I am getting KS, and Waveguide synthesis confused. What I have patched up is a Karplus Strong synth, that sounds like a PVC pipe... It is

[PD] matrix~ os x problems

2006-12-08 Thread Kevin McCoy
OK, ran with verbose.. and tried to create mtx_mul~: tried /mtx_mul~.pd_darwin and failed tried /Applications/Pd-extended.app/Contents/Resources/Scripts/../extra/cyclone/mtx_mul~.pd_darwin and failed tried

[PD] nqpoly4 simple instructions?

2006-12-08 Thread derek holzer
Hi Frank and the list, I was searching for some help with nqpoly4 and found this from last July... Frank Barknecht wrote: Attached is a reworked version of nqpoly4, which should be compatible but I only tested it with your many-osc.pd so far. I still can't understand how to create

Re: [PD] pd console output within pd

2006-12-08 Thread Roman Haefeli
hi marius just to give you a hint (i didn't try it out): start pd with the '-stderr' flag and pipe stderr to pdsend, which sends the data to a [netreceive] in your patch. pd -stderr 21 | pdsend 1234 in the patch: [netreceive 1234] i hope it works roman On Fri, 2006-12-08 at 11:33 -0500,

RE: [PD] Midi sequencing

2006-12-08 Thread jared
Not sure if anyone is interested...thought I'd post it just in case A standalone midi sequencer linux/windows http://filter24.org/seq24/ jared -Original Message- From: jared [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 05, 2006 6:01 AM To: 'Cesare Marilungo'; 'Chris

Re: [PD] nqpoly4 simple instructions?

2006-12-08 Thread padawan12
On Fri, 08 Dec 2006 19:28:22 +0100 derek holzer [EMAIL PROTECTED] wrote: Hi Frank and the list, I was searching for some help with nqpoly4 and found this from last July... Frank Barknecht wrote: Attached is a reworked version of nqpoly4, which should be compatible but I only tested it

Re: [PD] DesireData 0.39.A.pre4

2006-12-08 Thread Mathieu Bouchard
On Thu, 7 Dec 2006, David NG McCallum wrote: Compile error... g++ -Wl $PWD/libpd.dylib main.c -o pd cc1plus: error: unrecognized command line option -Wl make: *** [pd] Error 1 pre3 compiled fine? Intel mac. It's a typo. Mac users should remove -Wl from the makefile after doing ./configure.

Re: [PD] pd console output within pd

2006-12-08 Thread marius schebella
seems to work pretty fine! thank you. marius. 2006/12/8, IOhannes m zmoelnig [EMAIL PROTECTED]: marius schebella wrote: hi, I am thinking of a possibility to get the console output back into pd. I have a remote patch on a client machine that can open video files and I want to send the

RE: [PD] pix_record mixed pixes

2006-12-08 Thread Mathieu Bouchard
On Thu, 7 Dec 2006, Danks, Mark wrote: Actually, this one is more complicated, because it involves the underlying pix buffer. That has nothing to do with OpenGL... Isn't the situation of the pixes exactly the same as the one of OpenGL ? That is, that it's all really one big global

[PD] hd video in gem on linux

2006-12-08 Thread marius schebella
Hi, I want to use Gem to synchronize several linux machines playing high resolution videos 1440x1080 or 1920x1080. any comments on that??? At the moment I ran into some problems. 1) when I load one movie and play it with pixfilm or pixmovie (autoplay 1) it works fine, but when I want to change to

Re: [PD] pix_record mixed pixes

2006-12-08 Thread chris clepper
On 12/8/06, Mathieu Bouchard [EMAIL PROTECTED] wrote: :How do i get [separator] to separate colours? I was teaching the use of [separator] in a workshop and then I realised that it doesn't backup colours. Is [separator] really only for transformation matrices or is there an option to enable it

[PD] Structures: get data dynamically

2006-12-08 Thread raul diaz
Hi list! I'm taking a look at data structures. In the attached patch I'm trying to select an init point and an end point for a sample using an init struct and an end struct. I can select this init and end point with the mouse but then, I would like to use this init and end point information for

Re: [PD] pix_record mixed pixes

2006-12-08 Thread Mathieu Bouchard
On Fri, 8 Dec 2006, chris clepper wrote: On 12/8/06, Mathieu Bouchard [EMAIL PROTECTED] wrote: :How do i get [separator] to separate colours? I was teaching the use of [separator] in a workshop and then I realised that it doesn't backup colours. Is [separator] really only for transformation

Re: [PD] pix_record mixed pixes

2006-12-08 Thread chris clepper
On 12/8/06, Mathieu Bouchard [EMAIL PROTECTED] wrote: On Fri, 8 Dec 2006, chris clepper wrote: On 12/8/06, Mathieu Bouchard [EMAIL PROTECTED] wrote: :How do i get [separator] to separate colours? I was teaching the use of [separator] in a workshop and then I realised that it doesn't backup

RE: Re: [PD] fmbox patch for d/l, improv

2006-12-08 Thread padawan12
On 12/8/06, padawan12 [EMAIL PROTECTED] wrote: Personally I'd drop the freeverb. Lot's of people seem to put a reverb on their synths then get to see it's really best without it. Reverb is nearly always global effect in most cases, unless you're Phil Collins and want your drumkit to sound like