[PD] Electrofringe

2007-09-25 Thread Chris McCormick
until I get home. Best, Chris. --- http://mccormick.cx ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] DMX oriented library for PD?

2007-09-24 Thread Chris
for you when you want to be really creative. So long, Chris David Schaffer wrote: Hi, Is there such thing as a DMX language oriented library for pd? I never heard of it but it would certainly be an amazing step forward for the program: being able to deal with sound, video, midi

Re: [PD] pix_record problems

2007-09-20 Thread chris clepper
On 9/20/07, Tim Boykett [EMAIL PROTECTED] wrote: Problem 2: on OSX there are no codecs - I have had this working but now the codeclist message gives me a series of null codecs. so I cannot record anything! Your version was probably compiled incorrrectly. Not having any codecs would mean

Re: [PD] GEM glsl error

2007-09-15 Thread chris clepper
This looks like a limitation of your graphics card. Sorry. On 9/15/07, Jack [EMAIL PROTECTED] wrote: Hello list, I get the error : [glsl_program]: ERROR: Implementation limit of 0 active vertex shader samplers (e.g., maximum number of supported image units) exceeded, vertex shader uses 1

Re: [PD] GEM glsl error

2007-09-15 Thread chris clepper
/pipermail/pd-list/2007-04/049179.html It's odd that the Gem binaries as distributed in Pd extendded are compiled in such a way that they won't even run on generic hardware (on which Gem would still be extremely powerful!) cheers Miller On Sat, Sep 15, 2007 at 10:54:55AM -0500, chris clepper

[PD] Music made with Pure Data

2007-09-15 Thread Chris McCormick
Hi, http://sciencegirlrecords.com/chr15m/music/CD005/Chris%20McCormick%20-%20wopax_I.mp3 http://sciencegirlrecords.com/chr15m/music/CD005/Chris%20McCormick%20-%20wopax_II.mp3 Enjoy! Chris. --- http://mccormick.cx ___ PD-list@iem.at

Re: [PD] object or class in pdpedia

2007-09-13 Thread Chris McCormick
as well as being acceptable to us abnormal computer scientists (as Matju pointed out already). Best, Chris. --- http://mccormick.cx ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info

Re: [PD] my first extension, FINISHED

2007-09-13 Thread Chris McCormick
On Wed, Sep 12, 2007 at 08:10:42AM +0200, Atte André Jensen wrote: Chris McCormick wrote: In this particular case of Andre's legato object, The name is Atte :-) My apologies, how rude of me! I see no positive reason whatsoever for it being an external. I see several positive reasons

Re: [PD] fullscreen on second screen (macosx)

2007-09-12 Thread chris clepper
On 9/12/07, Jerome Tuncer [EMAIL PROTECTED] wrote: Hi, I've been using GEM for quite a while and I never had to/never did use the [fullscreen( message to the GEMWin object. The right [offset x y( combined with the according [size x y( sent to the GEMWin do the job so well that it never

Re: [PD] [GEM-dev] gem : using texture for vertex position

2007-09-09 Thread chris clepper
You are most likely turning on software rendering by accessing the texture in the vertex shader. Textures are uploaded as 8 bit per component which is the standard for images and video. Changing this to 32 bit floats is extremely inefficient. There might be a way to specify the GPU storage to be

Re: [PD] my first extension, FINISHED

2007-09-09 Thread Chris McCormick
run without modifications under anyone's Pd, instantly. 3. Nobody would need to compile anything. 4. It probably would have been quicker to make in Pd than in code. Best, Chris. --- http://mccormick.cx ___ PD-list@iem.at mailing list

Re: [PD] dallas area pd.gem person

2007-09-05 Thread chris clepper
To add to this: There are a few paying installation jobs in the next few months in Dallas plus maintenence after that. The clients are all high profile including DMA, OneArts Plaza and Neiman Marcus. On 9/4/07, chris clepper [EMAIL PROTECTED] wrote: Anyone in the Dallas area using Pd and GEM

Re: [PD] Fullscreen OSX G3 10.3 No Menu Bar Single Monitor

2007-09-05 Thread chris clepper
Works fine under tons of 10.4 configurations here. It used to work for 10.3because that is the OS version where we had to come up with those. Note, this has to be done before you create the window! Example: [dimen 1024 768, offset 0 -50, mouse 0, menubar -1, create, 1( This will open a window

[PD] dallas area pd.gem person

2007-09-04 Thread chris clepper
Anyone in the Dallas area using Pd and GEM? There is some paying work that needs to be done on a large installation there. Knowledge of Macs, HD cams, Plasma screens would be helpful. Chris ___ PD-list@iem.at mailing list UNSUBSCRIBE and account

Re: [PD] fsaa with intel gma950 / OS X?

2007-09-01 Thread chris clepper
Either the Intel GPU doesn't support FSAA at all or turning it on reverts to software rendering. The former is possible since the GPU has so little power to begin with. GEM doesn't support software rendering on OSX and there is a chance that something fails silently and then goes back to

Re: [PD] some images...

2007-08-27 Thread Chris McCormick
On Mon, Aug 27, 2007 at 07:48:56PM +0200, Roman Haefeli wrote: (who's sad, that is already over) I have been so jealous these last few days! I am so there next year. Chris. --- http://mccormick.cx ___ PD-list@iem.at mailing list

Re: [PD] always on top gemwin on Mac OS X

2007-08-27 Thread chris clepper
As I recall this is possible if you make the window into an alert. I think it permanently steals all of the UI events until closed which is pretty annoying. There might be another way to do it that I haven't found though. On 8/27/07, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: Hey, Is

Re: [PD] some images...

2007-08-27 Thread Chris McCormick
On Mon, Aug 27, 2007 at 11:56:45PM -0400, Mathieu Bouchard wrote: On Mon, 27 Aug 2007, Chris McCormick wrote: On Mon, Aug 27, 2007 at 07:48:56PM +0200, Roman Haefeli wrote: (who's sad, that is already over) I have been so jealous these last few days! I am so there next year. There's

Re: [PD] removing menu bar in GEM fullscreen mode

2007-08-26 Thread chris clepper
The 'menubar' message will take care of this. Send a 0 to disable it completely, -1 to have it show and hide on mouseover and 1 to keep it. On 8/26/07, gilberto bernardes [EMAIL PROTECTED] wrote: Dear all, I'm having a problem when projecting in fullscreen mode in Gem because I can't remove

[PD] [OT] ESR (was Re: documentation material for Pd related grants, funds, and prizes)

2007-08-20 Thread Chris McCormick
of intelligent comments he has made in relation to software. The Cathedral and The Bazaar is an interesting read, but full of so much speculative pseudo science that I felt slightly ill after reading it. Best, Chris. --- http://mccormick.cx

Re: [PD] Multiple Webcams and Gem

2007-08-07 Thread chris clepper
You don't need three windows to have three cams in GEM. SIze the one window 3X by Y and tile the images across. Do you even need to see the video onscreen beyond testing? On 8/7/07, David Divilly [EMAIL PROTECTED] wrote: Thanks Derek .. I was using GEM already and that was my original

Re: [PD] pd on MacPro intel Xeon 64 bit

2007-08-04 Thread chris clepper
On 8/3/07, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: Just curious, why wouldn't there ever be a 64-bit version of GEM? Apple reversed a previous decision and killed the 64 bit Carbon C/C++ API. I've been thinking that a 64-bit build of Pd-extended would be nice to have, especially

Re: [PD] wanna get drunk?

2007-08-03 Thread chris clepper
On 8/3/07, Steffen Leve Poulsen [EMAIL PROTECTED] wrote: OK what about [walk] ? [stagger] [stumble] [tipsy] [blotto] ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] [PD + GEM] Siggraph

2007-08-03 Thread chris clepper
Ask for the very impressive CALIT2 tour. California residents will know exactly where their exorbitant taxes get spent! ;) On 8/3/07, Miller Puckette [EMAIL PROTECTED] wrote: There's a SIGGRAPH-associated art show at CALIT2 (UCSD) where I work - I'll be checking that out but probably won't

Re: [PD] pd on MacPro intel Xeon 64 bit

2007-08-03 Thread chris clepper
I have at least 4 MacPros running GEM here right now. Assuming you want to run OSX there aren't that many problems related to the Intel chips beyond the general decrease in performance over the previous G5/PPC 970. There is no 64bit version of GEM for OSX and there never will be one. On 8/3/07,

Re: [PD] [Gem] pix-native? [RAM disk]

2007-07-30 Thread chris clepper
There is always the possibility of paging RAM to disk at any point for any bit of memory and this goes for something like pix_buffer or Pd's table/array too. Obviously, the machine needs to have not only the free memory for the RAM disk but a comfortable amount of headroom. The OSX memory

Re: [PD] [Gem] pix-native?

2007-07-29 Thread chris clepper
The answer depends a lot on your OS and hardware. On 7/29/07, yonsei [EMAIL PROTECTED] wrote: Hi, Is there a 'native' container or codec for [pix_film], in terms of minimizing cpu load in rendering to gemwin? I guess qt mov would be the preferred container, but is there anything better?

Re: [PD] GL: out of memory - which memory?

2007-07-28 Thread chris clepper
On 7/24/07, Matteo Sisti Sette [EMAIL PROTECTED] wrote: When the error message GL: out of memory appears on the PD output window, does it mean that it has run out of computer RAM, or is it the graphics card's memory? The GL documentation is unclear on which. The official word is here:

Re: [PD] pd running fine, then unexpectedly freezing on ubuntu

2007-07-26 Thread Chris McCormick
-backup is your friend (and it's apt-get installable). It lets you forget all about backups until you actually need to recover something. Chris. --- http://mccormick.cx ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management

Re: [PD] wishlist gemwin

2007-07-25 Thread chris clepper
http://local.wasp.uwa.edu.au/~pbourke/projection/ This page has quite a bit of data on doing dome planetarium projections - most of it on the cheap. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] wishlist gemwin

2007-07-25 Thread chris clepper
To the best of my knowledge there is no built-in GL functionality to do just render any old scene in a spherical projection. Something like an environment map is pre-computed as a bitmap before being textured. You can render into a framebuffer (FBO), which GEM supports, and then apply

Re: [PD] Pd-0.39.2-extended-rc4-macosx104-powerpc : video codecs

2007-07-24 Thread chris clepper
On 7/24/07, Derek Holzer [EMAIL PROTECTED] wrote: error: GEM: pix_movie: Couldn't open the movie file: 2_1.mov (-2020) GEM: pix_film: Loaded file: /Volumes/one/derek/baruch/video/2_1.mov with 0 frames (0x0) Error -2020 means Quicktime was not initialized which is not really possible on a

Re: [PD] Pd-0.39.2-extended-rc4-macosx104-powerpc : video codecs

2007-07-24 Thread chris clepper
On 7/24/07, Derek Holzer [EMAIL PROTECTED] wrote: I'm completely stumped. How else can I test if Quicktime is working right on my machine? Should I reinstall that as well? Am I right in understanding that PD simply calles the Quicktime which is loaded on the system already? Do all of the

Re: [PD] Pd-0.39.2-extended-rc4-macosx104-powerpc : video codecs

2007-07-24 Thread chris clepper
You know you need to create a window before loading files right? On 7/24/07, Derek Holzer [EMAIL PROTECTED] wrote: Well, I've gotten it to load the binaries from the GEM site (including CVS) already, and they didn't work either. I was using Quicktime 7.1, just tried updating to 7.2 and I get

Re: [PD] SOLVED! Re: Pd-0.39.2-extended-rc4-macosx104-powerpc : video codecs

2007-07-24 Thread chris clepper
I could change this to allow loading before window creation, but the general idea is that you need a window to do anything so create that first. On 7/24/07, Derek Holzer [EMAIL PROTECTED] wrote: ROTFLMAO. At myself! No, I didn't. Thanks Chris, now I know neither me or my laptop is crazy. I

Re: [PD] SOLVED! Re: Pd-0.39.2-extended-rc4-macosx104-powerpc : video codecs

2007-07-24 Thread chris clepper
;-) best, d. chris clepper wrote: I could change this to allow loading before window creation, but the general idea is that you need a window to do anything so create that first. On 7/24/07, * Derek Holzer* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: ROTFLMAO. At myself

Re: [PD] Loading movies

2007-07-23 Thread chris clepper
Do you see a Quicktime error posted in the console? GEM uses bog standard QT API calls used by other QT applications, so a clip that works in one should work in the others. The gemwindow message is not an error. On 7/23/07, Paul Verity Smith [EMAIL PROTECTED] wrote: Am attempting to load

Re: [PD] GEM pix_buffer

2007-07-23 Thread chris clepper
On 7/23/07, Derek Holzer [EMAIL PROTECTED] wrote: That's the problem... we're long on memory and short on CPU with the patch I'm working on. I hoped I could use [pix_buffer] to get some of that CPU back at the expense of a lot of RAM... Besides, I couldn't preload *all* my clips with the 'ram'

Re: [PD] [PD-announce] the end of type restrictions

2007-07-23 Thread Chris McCormick
On Sun, 01 Jul 2007, Mathieu Bouchard wrote: On Sat, 30 Jun 2007, Chris McCormick wrote: On Sat, Jun 30, 2007 at 01:29:40PM -0400, Mathieu Bouchard wrote: Anyway, seriously, if you wanted [unpost] as an external for Miller's pd, you can't, because Miller rejected the sys_printhook patch

Re: [PD] Multiple Webcams

2007-07-20 Thread chris clepper
device $1 message to pix_video should change the source or you can use 'dialog' to bring up the standard Quicktime capture panel. Each device manufacturer presents their sources slightly different so the dialog might be the only way to select the device and input to use. On 7/20/07, David

Re: [PD] PD on PSP (was: PD on PS3)?

2007-07-18 Thread Chris McCormick
is in place, I will let people know. The program is already running in the UK (contact me if you want to know which universities are currently participating). Great! Congratulations on the neat job sir, glad to see that you are having a positive effect already. Best, Chris

Re: [PD] [PD-announce] introducing [tracecall] !

2007-07-16 Thread Chris McCormick
On Sun, Jul 15, 2007 at 10:41:13PM -0400, Chris McCormick wrote: On Sun, Jul 15, 2007 at 03:18:05PM +0200, Derek Holzer wrote: This is fairly esoteric to me. Could you give a real world example of what such an object would be used for? What need does it fulfill in your own patching

Re: [PD] Carpet sweeping (was Re: Any relation between pidip and Gem??)

2007-07-16 Thread Chris McCormick
On Mon, Jul 16, 2007 at 04:44:27PM -0400, Mathieu Bouchard wrote: On Mon, 9 Jul 2007, Chris McCormick wrote: On Mon, Jul 09, 2007 at 06:02:10PM -0400, Mathieu Bouchard wrote: Ignoring each other also comes from the impression of talking past each other. Compared to hostility, it's more mature

Re: [PD] a composition of mine made with pd

2007-07-15 Thread chris clepper
On 7/15/07, Libero Mureddu [EMAIL PROTECTED] wrote: I have also a question: originally the piece had also an animation made with gem. Do you know how to export as a video file a gem animation? pix_snap followed by pix_record or use pix_write and a third party tool like Quicktime Pro to make

Re: [PD] [PD-announce] introducing [tracecall] !

2007-07-15 Thread Chris McCormick
like this would be useful for making sure your signal paths are connected and data is flowing in the way that you expect. This should be obvious by reading the patch, but in a very complicated patch it could be quicker to check with tracecall. I think it would make it easier to fix bugs. Chris

[PD] Clicking noise since installation of Py/Pyext

2007-07-13 Thread Chris
Hi, I am using PD (0.40.2-2) under Linux (Ubuntu 7.04). Some days ago I compiled and installed Thomas Grill's Flext and Pyext (Which still runs kind of buggy) version 0.2.0, I also tried the CVS-version later. I also needed some header and other devel-files, like numeric, numarray,, stk and

Re: [PD] Clicking noise since installation of Py/Pyext

2007-07-13 Thread Chris
Ok, an update, it seems to work with jack with alsa-backend now, no matter at which samplingrate. But I still don't understand why it doesn't work with alsa directly. Chris schrieb: Hi, I am using PD (0.40.2-2) under Linux (Ubuntu 7.04). Some days ago I compiled and installed Thomas Grill's

Re: [PD] GEM: multitexturing in GEM

2007-07-13 Thread chris clepper
be change to this : glUniform1i(m_loc[i], (GLint)m_param[i][0]); now, it work ok here. cyrille chris clepper a écrit : CVS is updated. Hopefully this won't break anyone's compiles. The attached files are a test patch and the shaders. I will be out of town for a few days and not able

Re: [PD] GEM: multitexturing in GEM

2007-07-12 Thread chris clepper
it is done. On 7/12/07, cyrille henry [EMAIL PROTECTED] wrote: hello, this is not the best documentation ever, but i'll investigate. cyrille chris clepper a écrit : http://oss.sgi.com/projects/ogl-sample/registry/ARB/fragment_program.txt Section 3.11.5 has all of the instructions

Re: [PD] GEM: multitexturing in GEM

2007-07-12 Thread chris clepper
CVS is updated. Hopefully this won't break anyone's compiles. The attached files are a test patch and the shaders. I will be out of town for a few days and not able to work on this again until next week. On 7/12/07, chris clepper [EMAIL PROTECTED] wrote: I have multitexturing working

Re: [PD] hide menubar on Mac OS X/Pd-extended.app

2007-07-12 Thread chris clepper
[menubar -1( should be the equivalent of what Hans posted. [menubar 0( can lock out the mouse and keyboard. [border 0( will remove the title bar if that shows. On 7/11/07, Max Neupert [EMAIL PROTECTED] wrote: why so complicated if [menubar 0( just works? Am 11.07.2007 um 15:21 schrieb

Re: [PD] nogui mode WAS: Re: debian/ubuntu package for

2007-07-06 Thread Chris McCormick
. But it doesn't seem very practical. Can you tell me of any user who wants that amount of flexibilty and choice? Chris. --- http://mccormick.cx ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info

Re: [PD] GEM: multitexturing in GEM

2007-07-05 Thread chris clepper
Did you try my suggestion to send a 'texunit $1' message to pix_texture? It sets the texture unit for the shader to read from. On 7/5/07, vade [EMAIL PROTECTED] wrote: Well, ive released the beta for Jitter. You guys are free to port whatever you want, but Ive heard nothing on the

Re: [PD] GEM: multitexturing in GEM

2007-07-05 Thread chris clepper
I managed to take a look at GLSL and multi-texturing for a few minutes. Here's what I found: 1) ARB_fragment works exactly as expected with multiple texture units in GEM 2) GLSL does not work with the same GL setup commands in GEM 3) Apple's ShaderBuilder does not work with Anton's shader nor

Re: [PD] nogui mode WAS: Re: debian/ubuntu package for

2007-07-04 Thread Chris McCormick
embedded system[1], or a flash-ROM based system with no X[2]. Chris. [1] http://www.linuxdevices.com/news/NS7851725125.html [2] http://en.wikipedia.org/wiki/Gp2x --- http://mccormick.cx ___ PD-list@iem.at mailing list UNSUBSCRIBE and account

Re: [PD] nogui mode WAS: Re: debian/ubuntu package for

2007-07-04 Thread Chris McCormick
On Wed, Jul 04, 2007 at 11:42:12PM -0400, Mathieu Bouchard wrote: On Wed, 4 Jul 2007, Chris McCormick wrote: On Wed, Jul 04, 2007 at 04:37:26PM -0400, Mathieu Bouchard wrote: I don't see what's the problem. You don't have to install the whole X Window System, because it's already installed

Re: [PD] pdmtl abstractions questions and comments

2007-07-03 Thread Chris McCormick
prefixes in object boxes. What about http://artengine.ca/desiredata/gallery/completions2.gif ? That is really cool. Best, Chris. --- http://mccormick.cx ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http

Re: [PD] [GEM]: GL Shader Language

2007-07-01 Thread chris clepper
On 6/30/07, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: Do you know of any example patches for varying geometries using shaders in Gem? I'd like to see that kind of stuff. The shaders Cyrille posted includes one that deforms geometry. I think I have one that does the same as the

Re: [PD] GEM: multitexturing in GEM

2007-07-01 Thread chris clepper
Anton You want to set the texture unit that pix_texture uses correct? pix_texture should take a 'texunit $1' (or texUnit) message to do this. Multitexturing was one of Jamie's projects which remains unfinished... Send me a shader to work with if you can't get it working. On 6/29/07, vade

Re: [PD] unposting text from the console.

2007-06-30 Thread Chris McCormick
example of being able to catch and process errors in-patch. I would love to see your work in my favorite Pd distribution. Chris. --- http://mccormick.cx ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http

Re: [PD] External with inline code snippet

2007-06-30 Thread Chris McCormick
the one external for Python, Ruby, Scheme, C or whatever takes your fancy. Best, Chris. --- http://mccormick.cx ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] External with inline code snippet

2007-06-30 Thread Chris McCormick
On Sat, Jun 30, 2007 at 10:55:20AM +0200, Frank Barknecht wrote: Chris McCormick hat gesagt: // Chris McCormick wrote: 5. You might win an award for the first practical use of the scheme language. ;) Maybe not: Larry Troxler wrote a scheme external some years ago: http://www.westnet.com

[PD] Digest mode (was Re: PD convention 2007: list of papers available?)

2007-06-27 Thread Chris McCormick
this will also stop the problem where people quote the entire digest in their replies to the list, which is very annoying for people using text based mailers (thankfully you are not guilty of that). Best, Chris. --- http://mccormick.cx ___ PD-list

Re: [PD] Turning on/off an installation

2007-06-26 Thread chris clepper
What type of video files and at what size? How many clips are playing on one machine at the same time? What is the display resolution? The Intel graphics have some problems above usual desktop sizes and shader performance is really horrible too. Try increasing the gemwin frame rate above 30

Re: [PD] Turning on/off an installation

2007-06-23 Thread chris clepper
On 6/23/07, Kyle Klipowicz [EMAIL PROTECTED] wrote: These are all simple enough, but what about this next one? 5/ set Pd to start or a script to run on login in SystemPreferences:Accounts:YourUser:LoginItems Kyle you are overdoing it! Just drag Pd.app into the Login Items in the Accounts

[PD] Measuring position between two microphones?

2007-06-23 Thread Chris
of 1.333 ms, means I get about 12 different values out of my tube. Has anyone an idea how I can get more precise readings? I thought about comparing the amplitudes of the two waves I get, but I have no idea how to do this or if this would be more exact. Thanks for any help, Chris

Re: [PD] dropout save metro

2007-06-22 Thread chris clepper
I have thought about making a 'real time' metro. One of the features I was considering was what to do if the event happens too late, would the output fire or drop the event? On 6/22/07, Enrique Erne [EMAIL PROTECTED] wrote: hi has anybody built a dropout save metro ... say if pd freezes for a

Re: [PD] GEM: [part_damp] help patch doesnt show anything

2007-06-22 Thread chris clepper
send a [draw point( message to [part_draw] On 6/22/07, Javier García [EMAIL PROTECTED] wrote: noone knows anything about [part_damp] From: Javier García [EMAIL PROTECTED] To: PD-list@iem.at Subject: [PD] GEM: [part_damp] help patch doesnt show anything Date: Tue, 19 Jun 2007 02:13:06 +0200

Re: [PD] port of puredata (PDa) for the gumstix

2007-06-15 Thread Chris McCormick
this for the NDS again. Will post about it if/when it's successful. Chris. --- http://mccormick.cx ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] (netpd)U(Pd-extended), Pd-ext bug-tracker (was Re: elitism, software and academia)

2007-06-15 Thread Chris McCormick
in Pure Data alone. Best, Chris. --- http://mccormick.cx ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] Tune

2007-06-15 Thread Chris McCormick
Hi, This tune was made in Pure Data. It's dedicated to the people of the country where I was born, Zimbabwe. http://sciencegirlrecords.com/chr15m/music/CD005/Chris%20McCormick%20-%20z1m848w3.mp3 Best, Chris. --- http://mccormick.cx

Re: [PD] [GEM]: how to alpha blend gradually

2007-06-15 Thread chris clepper
WIth a pixel shader. On 6/15/07, Max Neupert [EMAIL PROTECTED] wrote: hi list, how do i make a pix_film with a linear gradiation transparent (from left to right?) thank you max ___ PD-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] [GEM]: how to alpha blend gradually

2007-06-15 Thread chris clepper
Write a pixel shader that ties the x,y pixel position to the transparency. This is easier to do left to right and top to bottom. On 6/15/07, Kyle Klipowicz [EMAIL PROTECTED] wrote: Could you please elaborate in greater detail? ~Kyle On 6/15/07, chris clepper [EMAIL PROTECTED] wrote

Re: [PD] fps of pix_record

2007-06-14 Thread chris clepper
On 6/14/07, moritz [EMAIL PROTECTED] wrote: hello i had exact the same question a couple of days ago. it is a bug of pix_record that it writes movies with hardcoded framerate of 20 per second. Only on Linux is this the case. Windows and OSX use timers to determine how long each render

Re: [PD] Fwd: videoscratcher keeps crashing

2007-06-14 Thread chris clepper
That sort of crash seems like a bad movie file. Basically, there is no beginning of the movie since it crashes trying to find the start point. Does the clip play in the Quicktime player? MPEG-4 is intended for highly compressed end content delivery. Apple's MPEG-4 implementation is the worst

Re: [PD] Fwd: videoscratcher keeps crashing

2007-06-12 Thread chris clepper
Post the crash log which is in ~/Library/Logs/CrashReporter/. I have patches that do something similar hundreds of thousands of times without crashing. MPEG-4 is not a very good codec to use in general so try a codec like Photo-JPEG or Apple Intermediate Codec. On 6/12/07, Riku Mäkinen

Re: [PD] pd and jack, informal survey

2007-06-10 Thread chris kummerer
I read: i'd like to take an informal survey. is it true that you can do no serious work with puredata using the jack audio server for linux and mac os x? no (not true) but what is serious work anyway ;) I use jack and pd + supercollider + ardour + a couple of other apps routing between them

Re: [PD] Welcome to the 90s

2007-06-10 Thread Chris McCormick
request dev access on SF and check these changes in? Chris. --- http://mccormick.cx ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Welcome to the 90s

2007-06-10 Thread Chris McCormick
your site. Check out http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.advanced.externals Though I don't think it works with CVS : (. Yet another reason for a switch : ). Perfect, thanks! Now to re-ignite the flamewars about moving from CVS. Chris. --- http

Re: [PD] GUI in Mac OS X

2007-06-09 Thread Chris McCormick
WxPython (which will give you native widgets on every platform) or Pygame (which will allow you to make game-like widthgets like graphical knobs etc.). You could even set up the client to popen() `pd -nogui` in the background on startup and kill it when done. Have fun. Best, Chris

[PD] Welcome to the 90s

2007-06-09 Thread Chris McCormick
, Chris. --- http://mccormick.cx ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] pix_image load status output

2007-06-08 Thread chris clepper
On 6/8/07, marius schebella [EMAIL PROTECTED] wrote: yes, I get a message in the output window, but I cannot use the output window to trigger actions within Pd. marius. There is a way to do this depending on platform. pix_film will load images on OSX (and should on Windows) and it gives the

Re: [PD] Clickable gop data structure

2007-06-06 Thread Chris McCormick
that or is it real? I can't find anything in the docs about the struct output, though I know I've used it before. Chris. --- http://mccormick.cx ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo

Re: [PD] GEM FTGL Sadness

2007-06-06 Thread Chris McCormick
job? Best, Chris. --- http://mccormick.cx ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] GEM FTGL Sadness

2007-06-05 Thread chris clepper
Luckily there is a hell of a lot more to Pd than the extended distro. Try one of those options? On 6/5/07, timon [EMAIL PROTECTED] wrote: To whom it may concern, Some time ago I was explained the issues of why FTGL libs was not included GEM for the extended OSX release of PD. The answer did

Re: [PD] isn't the GUI supposed to have lower priority than process?

2007-06-05 Thread chris clepper
On 6/5/07, Tim Blechmann [EMAIL PROTECTED] wrote: loading a soundfile in the background is trivial ... just the way the pd interpreter uses them (instantiate a patch / resort the dsp chain) isn't realtime safe ... Even applications like Logic do not create new audio threads while audio is

Re: [PD] Py/pyext

2007-06-03 Thread chris clepper
Make sure that DLL is in the pd /bin folder and it will be found. On 6/3/07, David Powers [EMAIL PROTECTED] wrote: Hi list, I installed the latest pd-extended specifically hoping to finally use py/pyext. But py/pyext don't work I guess. Anyone know why? I'm on WinXP RC1. Specifically, I get

Re: [PD] PD i education

2007-05-30 Thread Chris McCormick
internals and their function. Best, Chris. --- http://mccormick.cx ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] puredata evolution

2007-05-30 Thread Chris McCormick
. I don't think we are too far off from having 4096 processors on one chip. Speaking of that; sequential programming is going to start sucking really badly when that happens. Concurrent languages like Erlang, Parallel Haskell, and Puredata (if it adapts fast enough) are going to rule. Best, Chris

Re: [PD] opencv motion tracker external HELP!

2007-05-29 Thread chris clepper
The Intel library struct is a different data type than the Pd symbol data type. Pd doesn't have any idea what your frame pointer is pointing to so it throw that error. You really need to have a working knowledge of C data types to do what you want to do. On 5/29/07, [EMAIL PROTECTED] [EMAIL

Re: [PD] ld flags

2007-05-29 Thread chris clepper
On 5/29/07, xname [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yo! Anyone can tell what should be the equivalent of this line on osx: ld -export_dynamic -shared -o pippo.pd_linux pippo.o -lc -lm -bundle -undefined suppress -flat_namespace -o pippo.pd_linux

Re: [PD] puredata evolution

2007-05-28 Thread Chris McCormick
On Mon, May 28, 2007 at 11:44:22AM +0200, Tim Blechmann wrote: On Sun, 2007-05-27 at 23:39 -0400, Chris McCormick wrote: Also, whenever somebody's patch is not accepted by Miller they often decide to fork Pd. In other open source projects it is very normal for the project maintainer to drop

Re: [PD] Cameras and capture cards.

2007-05-27 Thread chris clepper
On 5/27/07, Jaime Oliver [EMAIL PROTECTED] wrote: Hi Chris, thanks for your response Well, color definition is important since the project i am working on involves color tracking (two mallets one blue one red), so some resolution is necessary to achieve that. they are between 1.5 and 2.5

Re: [PD] puredata evolution

2007-05-27 Thread Chris McCormick
backwards compatability. It seems like Miller favours incremental change over drastic overhauls, which is probably a good thing for a software project with so many active users. If you want to influence the direction of Pd, then slow and steady wins the race is the maxim of the day. Best, Chris

Re: [PD] Cameras and capture cards.

2007-05-26 Thread chris clepper
Do you really need good color resolution for tracking? I've tested a range of industrial gear designed for tracking and all of it has poor color handling compared to even $500 DV cams. It seems that determining if a box is out of place on the assembly line doesn't require knowing what color it

Re: [PD] PureCorps v1 start

2007-05-23 Thread Chris McCormick
Hi Josh, On Wed, May 23, 2007 at 09:37:20PM -0700, Josh Steiner wrote: just curious if this is actually happening? -josh Yep, two patches are done so far and I'm about to send it on to the next person later today. Best, Chris. --- http://mccormick.cx

Re: [PD] s-abstractions download not working! (was Re: Looping samples with tabread4~)

2007-05-18 Thread Chris McCormick
On Wed, May 16, 2007 at 05:07:48PM -0500, Kyle Klipowicz wrote: On that note, I could not download s-abs from Chris' site! My apologies; I moved them to my SVN repository instead of CVS and forgot to update it on the s-abstractions page. New links: Tarball: http://mccormick.cx/viewcvs/s

Re: [PD] Vote your font! [was: fonts on GNU/Linux]

2007-05-18 Thread Chris McCormick
. Also, for those who don't like Bitstream Vera Sans Mono, there is the -typeface flag. Should be in tomorrows auto- builds. Great! Seems like the best solution to me. Thanks for your work. Chris. --- http://mccormick.cx ___ PD-list

Re: [PD] best way to wrap opencv library for noob

2007-05-17 Thread chris clepper
I would suggest you try to modify pix_multiblob for better performance. This will get you familiar with C++, pixel processing, and how GEM is written. Also, and perhaps most important, you would learn what makes code fast or slow. The first clues for why pix_multiblob takes for ever to process

Re: [PD] fixing distortion on surface

2007-05-16 Thread chris clepper
If you have accurately measured the distortion you can correct it by rendering the entire scene offscreen then mapping it onto corrected geometry. You could also do it by sight with less exact results. I have seen this done perfectly once for a hemispherical projection system designed for DoD

<    3   4   5   6   7   8   9   10   >