Re: [PD] GEM: multitexturing in GEM

2007-07-05 Thread vade
Chris, thanks very much for looking into this. Im very curious why the GLSL shaders work in Jitter, and even more so why they do not work in Apples shader builder. Thats very interesting... as the code im using is pretty straightforward (although I agree slightly ackward in specifics) If

Re: [PD] pdmtl abstractions questions and comments

2007-07-05 Thread Patco
Mathieu Bouchard a écrit : > On Mon, 2 Jul 2007, Patco wrote: > >> I vote for no namespace, no prefix, > > You can't argue the case for no prefix at all ever. There are lots of > reasons to use prefixes at least sometimes. What's debatable is when > they should be used and why. (in this context,

[PD] time stretching with pd

2007-07-05 Thread henrik wurster
hi again folks, many thanks for the help offered in my last request concerning the bonk object. so maybe this time I will make a complete fool of myself, but is it possible to time-strech .wav files with pd (meaning changing the length but not the pitch of sample? knowing that it works in applicat

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

2007-07-05 Thread Mathieu Bouchard
On Thu, 5 Jul 2007, Chris McCormick wrote: On Thu, Jul 05, 2007 at 02:50:22PM -0400, Mathieu Bouchard wrote: OTOH, it wouldn't really hurt much if the package was split. Now that you have finally conceded that splitting the package wouldn't be such a bad thing, and several others have indicate

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

2007-07-05 Thread Chris McCormick
On Thu, Jul 05, 2007 at 02:50:22PM -0400, Mathieu Bouchard wrote: > OTOH, it wouldn't really hurt much if the package was split. Now that you have finally conceded that splitting the package wouldn't be such a bad thing, and several others have indicated that it would be a good thing for them, can

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 any

Re: [PD] pdmtl abstractions questions and comments

2007-07-05 Thread Patco
Hello Alex, Alexandre Quessy a écrit : > Now, we'll change a few more things, and make it (finally) part of > pd-extended. Don't hesitate to suggest a better suffix than "_" for > the abstractions that provide a Graph-on-parent GUI, as we would like > to change for a better one, if one exists. (m

Re: [PD] GEM: multitexturing in GEM

2007-07-05 Thread cyrille henry
vade a écrit : > The reason mode 1 works and mode 2 doesnt is because mode 1 uses > rectangular textures, since video is typically not power of 2 sized, my > samplers are created for rect textures. > oups, this where comments that came from the old patch i was using... (pix_mutitexture work on

Re: [PD] GEM: multitexturing in GEM

2007-07-05 Thread vade
sorry. let me clarify. long work day does not make me clear. switching texunit switches the textures. however, mixing only occurs between unit 0 and unit 0. Not between unit 0 and 1. this is with Cyrille's patch. Thanks. On Jul 5, 2007, at 6:42 PM, vade wrote: The reason mode 1 works and m

Re: [PD] GEM: multitexturing in GEM

2007-07-05 Thread vade
The reason mode 1 works and mode 2 doesnt is because mode 1 uses rectangular textures, since video is typically not power of 2 sized, my samplers are created for rect textures. However, using the patch cyrille: loading the shader works manipulating the amount uniform variable produces a visi

Re: [PD] GEM: multitexturing in GEM

2007-07-05 Thread cyrille henry
chris clepper a écrit : 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. do you mean having 2 pix_texture one after the other in order to load 2 diferent pix? i tried this patch (to be used with vade shader), wit

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 multite

Re: [PD] LPC

2007-07-05 Thread bigswift
so far all i know is to use csound~ pp josue moreno <[EMAIL PROTECTED]> wrote: > Hi everyone, > > i want to know if there is any work done on Pd about LPC, > > if there isnt, can you suggest any software? Id been trying to get CMix but > the link seems to be broke > > Im on Mac OS X 1

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

2007-07-05 Thread Mathieu Bouchard
On Thu, 5 Jul 2007, Roman Haefeli wrote: yo, i think there are some situations (e.g. for a fixed installation), where you know in advance that you'll run pd with -nogui and you setup a fresh computer just for this installtion (e.g. ubuntu server, which has no X per default, afaik). why would y

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

2007-07-05 Thread Roman Haefeli
On Wed, 2007-07-04 at 16:37 -0400, Mathieu Bouchard wrote: > On Tue, 3 Jul 2007, Roman Häfeli wrote: > > On Tue, 2007-07-03 at 12:56 +0200, IOhannes m zmoelnig wrote: > >> i think it would be interesting to split pd and pd-gui into 2 separate > >> packages (pd recommending pd-gui, pd-gui probably d

Re: [PD] Scanned Synthesis in PD

2007-07-05 Thread Derek Holzer
http://www.piksel.no/pwiki/Chdh Cyrille Henry and Damien Henry? (Authors of PMPD) d. David Divilly wrote: > Hi guys > thanks for all the feedback ... the example in PD-extended has been > most helpful .. but who or what is CHDH?? .. thanks again .. > > Dave > > On 7/4/07, * Hans-Christoph St

Re: [PD] GEM: multitexturing in GEM

2007-07-05 Thread vade
Well, ive released the beta for Jitter. You guys are free to port whatever you want, but Ive heard nothing on the multitexturing side of things for PD. Im a bit saddened by that, but, whatever. http://001.vade.info has the jxs files, help files, shaders and example content. Hopefully this

Re: [PD] Scanned Synthesis in PD

2007-07-05 Thread David Divilly
Hi guys thanks for all the feedback ... the example in PD-extended has been most helpful .. but who or what is CHDH?? .. thanks again .. Dave On 7/4/07, Hans-Christoph Steiner <[EMAIL PROTECTED]> wrote: Check out this very nice example from chdh that combines physical models, Gem graphics, a

[PD] Problem with Arduino rev C USB and Pd under OSX 10.4.8

2007-07-05 Thread Rodrigo Cadiz
Hi, I'm getting the following errors when testing pduino-0.3.1 under OSX. I'm trying to open the file called arduino-test.pd. I tried with pd-vanilla, but didn't have comport so I tried with pd extended and I get similar errors with both of them (except that comport is found). I guess I might be m

Re: [PD] Sending Data form Max/Msp to PD via upd

2007-07-05 Thread Michal Seta
You may also try doing something like [import mrpeach] before you call [mrpeach/udpreceive]. [netsend]/[netreceive] for max can be downloaded here: http://www.akustische-kunst.org/maxmsp/ ./MiS On 7/5/07, IOhannes m zmoelnig <[EMAIL PROTECTED]> wrote: > alexandre r. decoupigny wrote: > > thanks

Re: [PD] noooxml

2007-07-05 Thread Frank Barknecht
Hallo, Thomas Mayer hat gesagt: // Thomas Mayer wrote: > I don't think that people on this list are 'neutral', but IMHO this list > should be only used for Pd-related questions and info, there is lots of > political issues with relation to Free Software, that is discussed on > other lists and shou

Re: [PD] pdmtl abstractions questions and comments

2007-07-05 Thread Alexandre Quessy
Hi, 2007/7/3, Mathieu Bouchard <[EMAIL PROTECTED]>: > On Mon, 2 Jul 2007, Thomas O Fredericks wrote: > > > > I have been using the pmdtl folder namespaces for a year now and have > > NEVER had a similar problem. I tried replicating the example in a > > practical context, but I cannot. This issue i

Re: [PD] noooxml

2007-07-05 Thread victor
yes Thomas, I have understood it thanks ;) 2007/7/5, Thomas Mayer <[EMAIL PROTECTED]>: victor wrote: > May be you are right. A proposal more related with pd is: > http://www.fsf.org/news/playogg.html > > Simply I sent that URL to all the sites that interest to me. Is not only a > political con

Re: [PD] noooxml

2007-07-05 Thread Thomas Mayer
victor wrote: > May be you are right. A proposal more related with pd is: > http://www.fsf.org/news/playogg.html > > Simply I sent that URL to all the sites that interest to me. Is not only a > political concerns, is very important for stop a tipical Microsoft abuse. > > But excuse me, for to bo

Re: [PD] noooxml

2007-07-05 Thread victor
May be you are right. A proposal more related with pd is: http://www.fsf.org/news/playogg.html Simply I sent that URL to all the sites that interest to me. Is not only a political concerns, is very important for stop a tipical Microsoft abuse. But excuse me, for to bother the 'neutral' bang-wor

Re: [PD] noooxml

2007-07-05 Thread Roman Haefeli
this is definitely [OT]. i think, this list shouldn't be used for political concerns, even if their intentions are supportable. roman On Wed, 2007-07-04 at 15:55 +0200, victor wrote: > Say NO to the Microsoft Office format as an ISO standard > http://www.noooxml.org/petition/ > _

Re: [PD] CD Device

2007-07-05 Thread Thomas Grill
I'm pretty sure that when the CD is mounted, one could just read the AIFF data from the files in /Volumes/MyMountedCDDrive (or whatever it is called) greetings, Thomas Am 05.07.2007 um 10:52 schrieb hard off: > not sure about DIRECTLY, but you can get 'soundflower' from the > cycling 74 we

Re: [PD] Sending Data form Max/Msp to PD via upd

2007-07-05 Thread IOhannes m zmoelnig
alexandre r. decoupigny wrote: > thanks martin .. tried it ...little joy ..i have to fix it first.. > one more question though.. are you sure the [mrpeach/updrecieve] is > included in the mac osx version.. or does it need the GEM library ? > apart from the gem library, pd loads all the included >

Re: [PD] CD Device

2007-07-05 Thread hard off
not sure about DIRECTLY, but you can get 'soundflower' from the cycling 74 website (it's free) and then use that to route CD audio from iTunes into PD. ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/list

[PD] LPC

2007-07-05 Thread josue moreno
Hi everyone, i want to know if there is any work done on Pd about LPC, if there isnt, can you suggest any software? Id been trying to get CMix but the link seems to be broke Im on Mac OS X 10.4.8 PPC thanks _ Dale rienda suelta a

Re: [PD] trouble with pd 0.40 extended 2007-07-04

2007-07-05 Thread Derek Holzer
Currently running 10.4.10 on my G4. I'd say upgrade ;-) d. alexandre r. decoupigny wrote: > dear doktorp, > > thanks for the reply.. hmm. there is no particular reason for sticking > to OS 10.4.2, but i thought it is the latest > for not intel Macs. I thought 10.4.3 and upwards is only Intel Ma

Re: [PD] trouble with pd 0.40 extended 2007-07-04

2007-07-05 Thread alexandre r. decoupigny
dear doktorp, thanks for the reply.. hmm. there is no particular reason for sticking to OS 10.4.2, but i thought it is the latest for not intel Macs. I thought 10.4.3 and upwards is only Intel Macs .. alexandre d. On 04/07/07, vade <[EMAIL PROTECTED]> wrote: You might try updating to a newer